pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Building perl on AIX 7.1



On Mon, May 10, 2021 at 10:23:03AM +0200, Lehel Bernadt wrote:
> Now this is where the process fails:
> =====================================
> gcc -maix64  -Wl,-R/usr/local/lib/perl5/5.32.0/powerpc64-aix-thread-multi-64all/CORE   -Wl,-b64 -Wl,-bhalt:4 -Wl,-G -Wl,-bI:../../perl.exp  -Wl,-bnoentry -lpthreads -lc -lm -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/local/lib -L/usr/local/lib -Wl,-bE:shared.exp shared.o  -o ../../lib/auto/threads/shared/shared.so
> ld: 0706-027 The -R /usr/local/lib/perl5/5.32.0/powerpc64-aix-thread-multi-64all/CORE flag is ignored.
> ld: 0706-027 The -R /usr/local/lib flag is ignored.
> ld: 0706-027 The -R /usr/local/lib/perl5/5.32.0/powerpc64-aix-thread-multi-64all/CORE flag is ignored.
> ld: 0706-027 The -R /usr/local/lib flag is ignored.
> chmod 755 ../../lib/auto/threads/shared/shared.so
> LIBPATH=/usr/pkgsrc/lang/perl5/work/perl-5.32.1:/opt/freeware/lib64  ./perl -Ilib -I. -f pod/buildtoc -q
> Illegal instruction (core dumped)
> *** Error code 132

You have to look into the wrapper log to see what command is actually
run as there is quite a bit of translation happening on AIX.

Joerg


Home | Main Index | Thread Index | Old Index