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