[sol:jaw2]$ gmake cc -c -I/rs3/jaw2/libxml/hp11/include/libxml2 -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +DD64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +O2 +Onolimit -DVERSION=\"0.13\" -DXS_VERSION=\"0.13\" +Z "-I/sw/System/perl/5.8.7/hp11/lib/5.8.7/PA-RISC2.0-LP64/CORE" -DHAVE_UTF8 Common.c cc: "Common.xs", line 58: warning 604: Pointers are not assignment-compatible. cc: "Common.xs", line 100: warning 604: Pointers are not assignment-compatible. cc: "Common.xs", line 100: warning 563: Argument #2 is not the correct type. cc: "Common.xs", line 155: warning 604: Pointers are not assignment-compatible. cc: "Common.xs", line 193: warning 604: Pointers are not assignment-compatible. cc: "Common.xs", line 193: warning 563: Argument #2 is not the correct type. cc: "Common.xs", line 196: warning 604: Pointers are not assignment-compatible. cc: "Common.xs", line 196: warning 563: Argument #1 is not the correct type. Running Mkbootstrap for XML::LibXML::Common () chmod 644 Common.bs rm -f blib/arch/auto/XML/LibXML/Common/Common.sl LD_RUN_PATH="" /usr/bin/ld -b +vnocompatwarnings -L/usr/local/lib -L/lib/pa20_64 Common.o -o blib/arch/auto/XML/LibXML/Common/Common.sl -L/rs3/jaw2/libxml/hp11/lib -lxml2 -lpthread -lm chmod 755 blib/arch/auto/XML/LibXML/Common/Common.sl cp Common.bs blib/arch/auto/XML/LibXML/Common/Common.bs chmod 644 blib/arch/auto/XML/LibXML/Common/Common.bs Manifying blib/man3/XML::LibXML::Common.3 [sol:jaw2]$ gmake test PERL_DL_NONLAZY=1 /sw/System/perl/5.8.7/exe/perl58.hp11 "-Iblib/lib" "-Iblib/arch" test.pl 1..8 # Running under perl version 5.008007 for hpux # Current time local: Wed Jul 25 10:20:34 2007 # Current time GMT: Wed Jul 25 15:20:34 2007 # Using Test.pm version 1.25 /usr/lib/pa20_64/dld.sl: '/lib/pa20_64/libpthread.1' contains a static TLS reference to '__thread_specific_seg' defined in a dynamically loaded library '/lib/pa20_64/libpthread.1'. Use +tls=dynamic to re-compile '/lib/pa20_64/libpthread.1'. /usr/lib/pa20_64/dld.sl: '/lib/pa20_64/libpthread.1' contains a static TLS reference to '__thread_specific_seg' defined in a dynamically loaded library '/lib/pa20_64/libpthread.1'. Use +tls=dynamic to re-compile '/lib/pa20_64/libpthread.1'. Can't load 'blib/arch/auto/XML/LibXML/Common/Common.sl' for module XML::LibXML::Common: Invalid argument at /sw/System/perl/5.8.7/hp11/lib/5.8.7/PA-RISC2.0-LP64/DynaLoader.pm line 230. at test.pl line 10 Compilation failed in require at test.pl line 10. BEGIN failed--compilation aborted at test.pl line 10. gmake.hp11.pa2: *** [test_dynamic] Error 22 [sol:jaw2]$ export LD_PRELOAD=/lib/pa20_64/libpthread.1 [sol:jaw2]$ gmake test PERL_DL_NONLAZY=1 /sw/System/perl/5.8.7/exe/perl58.hp11 "-Iblib/lib" "-Iblib/arch" test.pl 1..8 # Running under perl version 5.008007 for hpux # Current time local: Wed Jul 25 10:20:49 2007 # Current time GMT: Wed Jul 25 15:20:49 2007 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 [sol:jaw2]$