Jun 13, 2007 #1 max1x Programmer Jan 12, 2005 366 US I'm trying to use perlgcc for compliation of modules and wanted to know if this will be ok, or will it break something else. 'cc' => q[/usr/perl5/5.8.4/bin/perlgcc]
I'm trying to use perlgcc for compliation of modules and wanted to know if this will be ok, or will it break something else. 'cc' => q[/usr/perl5/5.8.4/bin/perlgcc]
Jun 13, 2007 Thread starter #2 max1x Programmer Jan 12, 2005 366 US instead of having it in Config.pm, I'm launching MCPAN differently to use gcc by default, so unless there is a better way I'll use it for now. Upvote 0 Downvote
instead of having it in Config.pm, I'm launching MCPAN differently to use gcc by default, so unless there is a better way I'll use it for now.