[OpenIndiana-discuss] Which compiler to use for Perl modules?

2012-05-24 Thread Henner Gratz
Hello, I need to install a few Perl modules on one of my OpenIndiana boxes (oi151a4), Digest::MD4 for example. Unfortunately the usual way of installation (perl Makefile.PL ; make ; ...) doesn't work because the created Makefiles are configured for the Sun/Solaris Studio compiler. How to

Re: [OpenIndiana-discuss] Which compiler to use for Perl modules?

2012-05-24 Thread Jonathan Adams
not perfect, but you might be able to get the installed perl to compile by doing the following: cd /usr/perl5 cp ./5.10.0/lib/i86pc-solaris-64int/Config.pm ./5.10.0/lib/i86pc-solaris-64int/Config.pm.bak cp ./5.10.0/lib/Sun/Solaris/PerlGcc/Config.pm ./5.10.0/lib/i86pc-solaris-64int/Config.pm fix

[OpenIndiana-discuss] Which compiler to use for Perl modules?

2012-05-24 Thread Henner Gratz
Hello Jon! Thank you very much for your fast reply. I appreciate it very much. Patching the Config module is much better than modifying every makefile. And the best is: It works! Best regards, Henner On 24 May 2012 11:55 UTC, Jonathan Adams wrote: not perfect, but you might be able

Re: [OpenIndiana-discuss] Which compiler to use for Perl modules?

2012-05-24 Thread Bob Friesenhahn
On Thu, 24 May 2012, Henner Gratz wrote: I need to install a few Perl modules on one of my OpenIndiana boxes (oi151a4), Digest::MD4 for example. Unfortunately the usual way of installation (perl Makefile.PL ; make ; ...) doesn't work because the created Makefiles are configured for the