Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

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

by vr (Curate)
on Jun 12, 2022 at 22:53 UTC ( [id://11144704]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use ExtUtils::MakeMaker; WriteMakefile(NAME => 'Test');
    
  2. or download this
    package Test; 1;
    
  3. or download this
    to undefined at C:/berrybrew/5.24.0.1_64_PDL/perl/site/lib/ExtUtils/In
    +stall.pm line 1199.
    makefile:862: recipe for target 'pm_to_blib' failed
    gmake: *** [pm_to_blib] Error 2
    
  4. or download this
    # --- MakeMaker pm_to_blib section:
    
    ...
        $(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e "pm_to_blib({{@ARGV
    +}}, '$(INST_LIB)\auto', q[$(PM_FILTER)], '$(PERM_DIR)')" -- \
          Test.pm $(INST_LIB)\Test.pm 
        $(NOECHO) $(TOUCH) pm_to_blib
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-23 21:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found