cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: 64-bit libcurl 7.20.1/7.21.0 hangs on AIX61in a call tocurl_multi_perform()

From: Tor Arntsen <tor_at_spacetec.no>
Date: Wed, 7 Jul 2010 10:42:12 +0200

On Tue, Jul 6, 2010 at 22:49, Alona Rossen <arossen_at_opentext.com> wrote:
> What were your configure options?
>
> I reproduce the hang with curl 7.20.1 and 7.21.0, but not with curl
> 7.16.1 on our AIX61 box (TL1, xlC_r 9.0) with the simplest configure
> command:
>
> ./configure CC=xlC_r CFLAGS=-q64 LDFLAGS=-q64

The configure options can be seen on the daily autobuild page.
But I use some environment variables too, which are not visible there.
There are currently two autobuilds.
./configure --without-ssl --enable-debug --disable-ipv6
and
./configure --without-ssl --enable-debug --disable-ipv6 --enable-ares
(These are for the purpose of the autobuilds, thus the --enable-debug,
and there's no openssl installed or ipv6, so disable those).

The environment variables are as follows:
export CC="xlc"
export CFLAGS="-q64"
export LDFLAGS="-b64"
export OBJECT_MODE="64"

The latter one is a bit tricky to do without on AIX 6.1, the three
first could be done when configuring. The object_mode variable
probably make the ldflags option redundant too, but that's all in the
man page.
Compiler version is 10.1.

-Tor
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-07-07