Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: How to change compiler options used by cpan ?

by flamey (Scribe)
on Mar 01, 2011 at 22:07 UTC ( [id://890842]=note: print w/replies, xml ) Need Help??


in reply to Re: How to change compiler options used by cpan ?
in thread How to change compiler options used by cpan ?

all that may be, but something "brake" (changed) my config automatically, I assume it happened during some module install via cpan. what i find strange is that i can't find anyone who knows how to change config manually, neither here, nor on irc

what i find even more weird, and even annoying, is that here is a challenge, and all i can get out of people is "reinstall" or switch to another tool (which in this case the same thing). i know i can do that. but you know what guys, my AS Perl install at work works great, and has been for maybe as long as this broken one. there's no guarantee strawberry will work any better, and there's no need for strawberry specifically. i'm not switching. not until i learn what wrong now, anyways

  • Comment on Re^2: How to change compiler options used by cpan ?

Replies are listed 'Best First'.
Re^3: How to change compiler options used by cpan ?
by Eliya (Vicar) on Mar 01, 2011 at 22:43 UTC

    If you want to mess with the compiler options (i.e. what you'd get with perl -V:ccflags), you can edit the respective entry in Config.pm, or more specifically Config_heavy.pl.

    Run the following command to find out where those files are located:

    perl -MConfig -E "say $Config{ccflags}; say for sort values %INC"

    (I'm not convinced this will get you anywhere, but as you asked...   And don't forget to make a backup copy first.)

Re^3: How to change compiler options used by cpan ?
by Anonymous Monk on Mar 02, 2011 at 04:32 UTC

Log In?
Username:
Password:

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

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

    No recent polls found