Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Better way to force Inline to use compiled binary instead of C source?

by syphilis (Archbishop)
on Jun 13, 2022 at 00:31 UTC ( [id://11144705]=note: print w/replies, xml ) Need Help??


in reply to Re: Better way to force Inline to use compiled binary instead of C source?
in thread Better way to force Inline to use compiled binary instead of C source?

running perl Makefile.PL, gmake test results in error

This might (untested) be because EU::MM expects the make utility to be "dmake" not "gmake".
Strawberry made the switch to "gmake" in perl-5.26.0, and have stayed with it since then.

You might get better mileage with something like:
use ExtUtils::MakeMaker; WriteMakefile(NAME => 'Test', MAKE => 'gmake' +);
or just use "dmake" on 5.24.

Cheers,
Rob
  • Comment on Re^2: Better way to force Inline to use compiled binary instead of C source?
  • Download Code

Replies are listed 'Best First'.
Re^3: Better way to force Inline to use compiled binary instead of C source?
by vr (Curate) on Jun 13, 2022 at 05:24 UTC

    Thanks, you are right, either of the 2 solutions fixes the problem.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11144705]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-16 08:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found