vek has asked for the wisdom of the Perl Monks concerning the following question:
Greetings,
I recently stumbled across Solaris::PerlGcc which lets you use gcc to compile Perl modules even if the version of Perl supplied by Sun was compiled with Sun's Forte compiler. Solaris::PerlGcc installed without any fuss whatsoever but when I attempt to actually use it I receive a fatal error.
Per the docs, I'm running the CPAN shell as follows:
perlgcc -MCPAN -e shellAnd then installing modules as usual. Unfortunately when attempting to install something as basic as Data::Dumper, make issues a fatal error.
make: Fatal error: Don't know how to make target '/usr/perl5/5.6.1/lib +/sun4-solaris-64intConfig.pm'
Note that sun4-solaris-64intConfig.pm is not a typo and looks like a borked path to me.
By some amazing fluke, has anyone else used Solaris::PerlGcc and received the same kind of error. If so, how did you resolve it?
Thankies.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Solaris::PerlGcc
by rinceWind (Monsignor) on Sep 18, 2006 at 18:28 UTC | |
by vek (Prior) on Sep 18, 2006 at 22:59 UTC | |
by rinceWind (Monsignor) on Sep 19, 2006 at 04:57 UTC | |
by vek (Prior) on Sep 24, 2006 at 05:12 UTC |