cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: 7.9.5-pre4 tests on OS X 10.1.2

From: jonatan <jonatan_at_wineasy.se>
Date: Wed, 6 Mar 2002 00:19:30 +0100

>>i was actually not executing "src/.libs/curl", but "./src/curl", which it
>>turns out was causing the problem.
>>
>> [localhost:~/curl-7.9.5-pre4] jonatan% ./src/curl -H "a: b" 127.0.0.1
>> curl: (6) Couldn't resolve host 'b'
>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
>
>This in turn seems to indicate a problem with libtool.

just for the record, it seems macosx has apple's libtool installed in
"/usr/bin/libtool" and gnu libtool in "/usr/bin/glibtool":

    [localhost:~/curl-7.9.5-pre4] jonatan% glibtool --version
    ltmain.sh (GNU libtool) 1.3.5 (1.3 2000/11/22 00:47:10)

i don't know if that makes any difference (curl seems to use its own
libtool)

i found some info on libtool and darwin/macosx (see link). to summarize,
libtool/glibtool is known to cause problems in some situations (not
necessarily the same problems though), and apple seems to be planning to
upgrade.

http://www.opensource.apple.com/cgi-bin/spindex.pl?searchoption=Search&searchFor=glibtool
Received on 2002-03-06