Hi ,
I am having problems building my own perl 5.10 using the new GCCFSS 4.2 compiler running Soalris 10(5/08) on SUN T5120 server. I get pass configure but fails at make, below are my configure options and the make error msg. Any help would be appreciated and I have been working on this problem for hours.
Thanks,
Kaprino
sh Configure -Dcc="gcc -m64 -B/usr/ccs/bin/" -Dmake=/usr/css/bin/make -Dusethreads -Uuselargefiles -Duse64bitall -Dusesocks \
-Dprefix=/opt/perl-5.10.0 \
-Aldflags="-mcpu=v9 -m64" \
-Alddlflags="-mcpu=v9 -m64 -G" -des
#### Make Error message #####
SOCKSinit perl.o
ld: fatal: Symbol referencing errors. No output written to miniperl
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `miniperl'
Latest Compiler version
gcc -v
Using built-in specs.
Target: sparc-sun-solaris2.10
Configured with: /net/clpt-v490-1/export/data/bldmstr/20080102_phobos_gcc42/src/configure
prefix=/usr/sfw enable-shared
with-system-zlib enable-checking=release
disable-libmudflap enable-languages=c,c++
enable-version-specific-runtime-libs with-cpu=v9
with-ld=/usr/ccs/bin/ld without-gnu-ld
disable-gnattools with-mpfr=/ws/gccfss/tools --with-gmp=/ws/gccfss/tools
Thread model: posix
gcc version 4.2.0 (gccfss)