in reply to Re^2: 64bit perl on AIX
in thread 64bit perl on AIX
From the output it looks like the linker doesn't like the Oracle.o object since (I'm guessing again) it was built in 32-bit mode (XCOFF32) and it needs to be built with a 64-bit compiler. Do you know how this object file is generated? If you are generating this during the build, are you using the right compiler version and/or options?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re 4: 64bit perl on AIX
by daryle (Initiate) on Jun 29, 2004 at 14:25 UTC |