Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

perl 5.10 64bit compile fails with gccfss 4.2 on Solaris 10 (5/08) SPARC

807575Jun 9 2008 — edited Mar 5 2009
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)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 2 2009
Added on Jun 9 2008
15 comments
521 views