in reply to Re^2: XCOFF32 object files are not allowed in 64-bit mode
in thread XCOFF32 object files are not allowed in 64-bit mode
According to this random manpage for ld, maybe you can/have to add -b32 to the LD= line in Makefile to make ld work in 32-bit mode.
If that works, you can either explicitly reconfigure and recompile your perl (and all modules) to have the -b32 parameter in the LD invocation or you can try patching lib/Config_heavy.pl and add the -b32 there and pray that everything still works.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: XCOFF32 object files are not allowed in 64-bit mode
by snemmal (Novice) on Feb 02, 2016 at 14:49 UTC | |
by syphilis (Archbishop) on Feb 03, 2016 at 12:31 UTC |