cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: Any AIX 4 hacker around?

From: Rich Gray <RichGray_at_PlusTechnologies.com>
Date: Mon, 7 Aug 2000 10:20:14 -0400

> Hi
>
> We have problems getting curl 7 to build and run properly on AIX 4. Or
> rather, I don't have access to any such system, why I need
> help from someone
> that could have a go at adjusting a few minor things.
>
> I need help from someone using AIX 4, as it uses a
> gethostbyname_r() function
> not seen in other unixes (it might be similar in Digital Unix
> though, but I
> haven't had that verified yet).
>
> As of right now, we cannot build a thread-safe libcurl under
> AIX4, and if we
> decide to build it unsafe (as a new configure script switch
> now allows me),
> it gives silly run-time warnings. I'd like both these
> problems addressed.
>

...
cc -g -o .libs/curl main.o hugehelp.o urlglob.o -L../lib/.libs -lcurl -b
nolibpa
th -b libpath:/usr/local/lib:/usr/lib:/lib
ld: 0711-224 WARNING: Duplicate symbol: p_xargc
ld: 0711-224 WARNING: Duplicate symbol: p_xargv
ld: 0711-224 WARNING: Duplicate symbol: p_xrcfg
ld: 0711-224 WARNING: Duplicate symbol: p_xrc
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
creating curl
Target "all" is up to date.
Making all in include
Making all in curl
Target "all" is up to date.
Target "all-am" is up to date.
Target "all" is up to date.
Target "all-am" is up to date.
Target "all" is up to date.
# src/curl --version
ld: 0711-224 WARNING: Duplicate symbol: p_xargc
ld: 0711-224 WARNING: Duplicate symbol: p_xargv
ld: 0711-224 WARNING: Duplicate symbol: p_xrcfg
ld: 0711-224 WARNING: Duplicate symbol: p_xrc
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
curl 7.0-rich (powerpc-ibm-aix4.3.2.0) libcurl 7.0-rich
#
Received on 2000-08-07