hi i have a problem. when i want to compile the source code of perl in 64bit i get a core dumped.
here a cut... ------------------------- .... cp op.c opmini.c `sh cflags "optimize='-O'" opmini.o` -fPIC -DPERL_EXTERNAL_GLOB opmini.c CCCMD = gcc -DPERL_CORE -c -D_REENTRANT -fno-strict-aliasing -I/usr/local/include -mcpu=v9 -m64 -Wa,-xarch=v9 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -Wall rm -f opmini.c LD_LIBRARY_PATH=/usr/share/src/perl-5.8.3:/usr/openwin/lib:/usr/local/lib:/usr/local/ssl/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/ssl/lib gcc -L/usr/local/lib -m64 -o miniperl \ miniperlmain.o opmini.o libperl.so -lsocket -lnsl -ldl -lm -lpthread -lc LD_LIBRARY_PATH=/usr/share/src/perl-5.8.3:/usr/openwin/lib:/usr/local/lib:/usr/local/ssl/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/ssl/lib ./miniperl -w -Ilib -MExporter -e '<?>' || make minitest Bus Error - core dumped make: Warning: Both `makefile' and `Makefile' exist Current working directory /usr/share/src/perl-5.8.3 You may see some irrelevant test failures if you have been unable to build lib/Config.pm or lib/lib.pm. cd t && (rm -f perl; /usr/bin/ln -s ../miniperl perl) \ && LD_LIBRARY_PATH=/usr/share/src/perl-5.8.3:/usr/openwin/lib:/usr/local/lib:/usr/local/ssl/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/ssl/lib ./perl TEST base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t </dev/tty Bus Error - core dumped *** Error code 138 (ignored) LD_LIBRARY_PATH=/usr/share/src/perl-5.8.3:/usr/openwin/lib:/usr/local/lib:/usr/local/ssl/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/ssl/lib ./miniperl -Ilib configpm configpm.tmp *** Error code 138 make: Fatal error: Command failed for target `lib/Config.pm' ------------------------------ do i need a special gcc version or something else? or where can i get a prebuild version of perl64bit for solaris... and if i need where can i get a prebuild version of gcc64bit thanks to all greetings