jedikaiti has asked for the wisdom of the Perl Monks concerning the following question:
OK, so I tried to use the CPAN module to install the Template module, but we're having compiler issues. (New job, new-to-me machine, and I'm learning Perl, so please, be kind.) Got it to use the GCC compiler, but now we get these errors:
gcc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff -DVERSION=\"2.22\" -DXS_VERSION=\"2.22\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" Stash.c
gcc: unrecognized option `-KPIC'
gcc: language ildoff not recognized
Can anyone give any advice, please? My initial google searches are not being helpful so far.
Thanks!
Kaiti
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Installing Modules using CPAN
by almut (Canon) on Mar 06, 2010 at 00:42 UTC | |
by jedikaiti (Hermit) on Mar 08, 2010 at 17:39 UTC |