AIX- Does not install shared lib
Posted
by kadeshpa
on Stack Overflow
See other posts from Stack Overflow
or by kadeshpa
Published on 2009-10-16T21:14:41Z
Indexed on
2010/05/27
22:01 UTC
Read the original article
Hit count: 158
I am able to build the shared object successfully using the holy native compiler "xlc" on AIX.It does build the shared object library but does not install the shared object library.
Configure command is: ./configure --prefix=/PATH/to/install --exec-prefix=/PATH/to/install --enable-shared --enable-static=no --enable-module=so --build=powerpc-ibm-aix5.3.0.0 --host=powerpc-ibm-aix5.3.0.0 LDFLAGS="-G -shared"
Any help would be appreciated?
© Stack Overflow or respective owner