This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: run-time errors under AIX power3


>>>>> Robert Boehne writes:

Robert> The libdl.a on the build system doesn't seem to have
Robert> 64-bit parts, is that the problem?

	You did not invoke AIX nm with the appropriate flags.

$ nm -X32_64 /usr/lib/libdl.a
/usr/lib/libdl.a[shr.o]:
                     f          -
dlclose              U          -
dlerror              U          -
dlopen               U          -
dlsym                U          -
/usr/lib/libdl.a[shr_64.o]:
dlclose              U          -
dlerror              U          -
dlopen               U          -
dlsym                U          -

	By default, AIX commands operate on 32-bit object files.

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]