Mon Jul 12 04:05:33 2010: Request 59224 was acted upon. Transaction: Correspondence added by RSCHUPP Queue: PAR-Packer Subject: make error with version 1.006 on aix 5.3 Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: emanuel.reisin...@ils.at Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=59224 >
On 2010-07-12 00:57:27, emanuel.reisin...@ils.at wrote: This is AIX, right? Sorry, I can't help you there because I don't have access to such a machine. Also, CPAN Testers doesn't have a history of anyone having built PAR::Packer there. Anyway, here are some general remarks: The warnings "ld: 0711-319 WARNING: Exported symbol not defined" for the command > cc -q32 static.o -bE:/usr/opt/perl5/lib/5.12.1/aix/CORE/perl.exp > -brtl -bdynamic -L/usr/local/lib -b32 -bmaxdata:0x80000000 > -L/usr/opt/perl5/lib/5.12.1/aix/CORE -lbind -lnsl -ldl -lld -lm > -lcrypt -lc -o ./static are probably harmless. But that's just a guess, because I don't know the meaning of AIX-specific options like -bE:... Anyway this is a standalone executable that uses only standard C library fucntions. ./par (built 3 commands eralier) is another matter. This is actually a special purpose Perl interpreter. But compiling and linking it seems to have been successful. But it looks like your using a 32bit Perl installation in a 64bit user space? Try debugging ./par, you probably need to rebuild it first with debugging enabled. At least run ./par under a debugger and try to get a stack trace or something. Cheers, Roderich