Hello, A built perl-5.8.0 on solaris using theese commands:
-- CUT -- sh Configure -Dcc=gcc -des -Duse64bitall \ -Dprefix=/export/home/prints/Vlada/perl \ -Uinstallusrbinperl \ -Dcc=gcc \ -Dusethreads \ > Configure.log 2>&1 sh Configure -Dcc=gcc -des -Duse64bitall \ -Dprefix=/export/home/prints/Vlada/perl \ -Uinstallusrbinperl \ -Dcc=gcc \ -Dusethreads \ -A ldflags=-m64 \ -A lddlflags=-m64 \ >> Configure.log 2>&1 make make test make install -- CUT-- I don't understand why I have to call Configure twice, and maybe this is wron. But perl compiles fine, and all tests went fine too. After that, I chdir to module I want to compile. # /export/home/prints/Vlada/perl/bin/perl Makefile.PL # make # make test Can't load '../blib/arch/auto/NCLMessage/NCLMessage.so' for module NCLMessage: ld.so.1: /export/home/prints/Vlada/perl/bin/perl: fatal: ../blib/arch/auto/NCLMessage/NCLMessage.so: required mapping 0x100000000 size 0x116000, is already in use by file /export/home/prints/Vlada/perl/bin/perl at /export/home/prints/Vlada/perl/lib/5.8.0/sun4-solaris-thread-multi/DynaLoader.pm line 229. # uname -a SunOS hkpress1 5.9 Generic_112233-05 sun4u sparc SUNW,Sun-Fire-480R Any other info which could be usefull ? Couldn't you give me any hint please ? :) Also I realize that probably I'm on wrong list (maybe it's not perl releated even ?), but since I don't have big experience witch solaris, I seek politely for an advice here ... -- Vladimír Marek