Hello,
can someone help me?
How can I compile libocilib.a in 64 mode on AIX?
Is it default 32 mode version?
With CFLAGS=-maix64 occurs the error: .libs/libocilib.so.3 is not valid with the current object file mode.
Compiler: gcc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
can someone help me?
How can I compile libocilib.a in 64 mode on AIX?
Is it default 32 mode version?
With CFLAGS=-maix64 occurs the error: .libs/libocilib.so.3 is not valid with the current object file mode.
Compiler: gcc
if you use gcc, use the 64 bits gcc flag '-m64'