cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: configure:4982: error: no acceptable ld found in $PATH - AIX V4.3.3

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Wed, 5 May 2004 11:16:10 +0200 (CEST)

On Wed, 5 May 2004, Justin Webb wrote:

> false cru .libs/libcurl.a file.o timeval.o base64.o hostip.o progress.o
> formdata.o cookie.o http.o sendf.o ftp.o url.o dict.o if2ip.o

[...]

> Any ideas ?

Yes. This line is bad. I'm pretty sure that line should use the 'ar' command,
which configure checks for and since you got a 'false' there I suspect that
configure didn't find the 'ar' command and that the configure script is
slightly crippled and doesn't take proper notice. Do you have a working 'ar'
in your $PATH? You can manually edit the lib/Makefile (after configure has
run) and modify the "AR = " line to fix, in case you can't convince configure
that you do.

I'll make a fix for configure for the upcoming release to better alert the
user when this situation occurs.

-- 
     Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
      Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2004-05-05