Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: strawberry perl library path?

by adamk (Chaplain)
on Apr 17, 2008 at 06:21 UTC ( [id://681016]=note: print w/replies, xml ) Need Help??


in reply to Re^2: strawberry perl library path?
in thread strawberry perl library path?

LIB and INCLUDE are needed for installing CPAN modules that include XS. They have no impact otherwise.

The PATH variable is the only one that matters at run-time.

Also, instead of installing the strawberry executable, if you are moving things around, you might want to look at the zip archive instead of the installer.

Replies are listed 'Best First'.
Re^4: strawberry perl library path?
by syphilis (Archbishop) on Apr 17, 2008 at 06:57 UTC
    LIB and INCLUDE are needed for installing CPAN modules that include XS

    I can find no evidence of that - but it's something that can easily be settled. If the LIB and INCLUDE environment variables are cleared (set LIB= and set INCLUDE=) what gets broken ?

    I've been running Strawberry with those variables unset for over a year (during which time I've installed numerous extensions) without any problems at all.

    I've also tried adding to the search paths via the LIB and INCLUDE variables, but any aditional paths that are included in those variables are simply ignored. Afaict neither Strawberry Perl nor the MinGW installation that ships with it take any notice whatsoever of LIB and INCLUDE.

    Can you provide some evidence to the contrary ?

    Cheers,
    Rob
      LIB/INCLUDE are compiler variables
        LIB/INCLUDE are compiler variables

        Well ... yes ... specifically, they're Microsoft Compiler variables. But MinGW is *not* Microsoft and LIB and INCLUDE are *not* MinGW compiler variables.

        Cheers,
        Rob

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-24 19:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found