Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Strawberry CPAN.pm wrongly overrides INC in Makefile.PL

by nobull (Friar)
on Sep 28, 2008 at 09:50 UTC ( [id://714150]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL
    dmake
    dmake test
    dmake install
    
  2. or download this
    C:\strawberry\perl\bin\perl.exe Makefile.PL LIBS=-LC:\strawberry\c\lib
    + INC=-
    IC:\strawberry\c\include
    
  3. or download this
    WriteMakefile( 
        NAME         => 'Compress::Raw::Zlib',
        VERSION_FROM => 'lib/Compress/Raw/Zlib.pm',
        INC          => "-I$ZLIB_INCLUDE" ,
    
  4. or download this
    #
    #   MakeMaker ARGV: (q[LIBS=-LC:\strawberry\c\lib], q[INC=-IC:\strawbe
    +rry\c\include])
    ...
    # --- MakeMaker constants section:
    
    INC = -IC:\strawberry\c\include
    
  5. or download this
    #
    #   MakeMaker ARGV: ()
    ...
    # --- MakeMaker constants section:
    
    INC = -I./zlib-src
    
  6. or download this
    makepl_arg => q[LIBS=-LC:\\strawberry\\c\\lib INC=-IC:\\strawberry\\c\
    +\include],
    
  7. or download this
    makepl_arg => q[],
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://714150]
Approved by Corion
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-03-29 11:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found