Hi, glidden, matthew <[EMAIL PROTECTED]> asked: > I'm using the CPAN module to build my modules and have hung > up just trying install Bundle::CPAN. Installing Data::Dumper, > for example, shows a 'cc: command not found' error during make. > My system uses gcc instead of cc, but I'm not sure where to > set this option.
That information lives in Config.pm, which is created during the build process of Perl. Tweaking this might or might not help you - on Win32 at least, you can't build Perl modules for ActiveState's binary port with GCC. Your best bet is to roll your own Perl, of course. Apart from that, you might want to try and install the same compiler environment as used by the peope who built your Perl. HTH, Thomas -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>