Hi Perl Mongers,

I need to configure the CPAN module to use gcc (which I've installed).
 Whenever I run:
  # perl -MCPAN -e 'install Bundle::CPAN;'
the CPAN module automatically uses the cc that is in my /usr/ucb/
directory. (I'm running Solaris 9 on Sun hardware).  I tried adding
the following line to the CPAN Config.pm file:
  'cc' => q[/usr/local/bin/gcc],
But that didn't work, it still tries to use /usr/ucb/cc.

What can I do?  Is there a command line switch I can use?

--Errin

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to