curl-library
Cannot build shared library from CURL 7.21.4 on AIX 7.1 with XLC 10
Date: Tue, 5 Apr 2011 13:45:37 -0400
Hello all,
When I build CURL 7.21.4 on AIX 7.1 with XLC 10, the shared
library cannot be built. When I googled it, I found your “Re: PATCH:
shared library version”.
Here is the details:
Curl version: 7.21.4
OS: AIX 7.1
Compiler: XLC/C++ 10
Make: gmake 3.8.1
I tried the following configures; but no one could build the shared libraries.
configure --prefix=/tooldev/manhattan64/libcurl/7.21.4
--enable-debug CC=xlC CFLAGS=-q64
--with-ssl=/tooldev/manhattan64/openssl/1.0.0d
--with-zlib=/tooldev/manhattan64/zlib/1.2.5 CPPFLAGS=-q64
configure --prefix=/tooldev/manhattan64/libcurl/7.21.4
--enable-shared=yes --enable-debug CC=xlC CFLAGS=-q64
--with-ssl=/tooldev/manhattan64/openssl/1.0.0d
--with-zlib=/tooldev/manhattan64/zlib/1.2.5 CPPFLAGS=-q64
In addition, “build_libtool_libs” is set to “no” as following in the
generated libtool.
# Whether or not to build shared libraries.
build_libtool_libs=no
The attached is the config.log.
Can you please give me a clue?
Thank you very much,
Lin
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- application/octet-stream attachment: config.log