cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Failures while building on cygwin

From: Michael Osipov <1983-01-06_at_gmx.net>
Date: Fri, 26 Sep 2014 19:48:20 +0200

Am 2014-09-26 um 00:54 schrieb Guenter:
> Hi Michael,
> On 25.09.2014 21:19, Michael Osipov wrote:
>> Executed ./buildconf and ran configure without passing host. At some
>> point make exits with:
>>
>> libtool: link: /usr/bin/ar cru .libs/libcurl.a libcurl_la-file.o
>> libcurl_la-timeval.o libcurl_la-base64.o libcurl_la-hostip.o
>> libcurl_la-progress.o libcurl_la-formdata.o libcurl_la-cookie.o [...]
>> ../libtool: line 1101: /usr/bin/ar: No such file or directory
>> make[2]: *** [libcurl.la] Error 127
>> make[2]: Leaving directory `/d/Projekte/curl.cygwin/lib'
>> make[1]: *** [all] Error 2
>> make[1]: Leaving directory `/d/Projekte/curl.cygwin/lib'
>> make: *** [all-recursive] Error 1
>>
>> but
>>
>> mosipov_at_mika /cygdrive/d/Projekte/curl.cygwin
>> $ which ar
>> /usr/bin/ar
>>
>> I am clueless here...
>
> I would try the current release tarball:
> http://curl.haxx.se/download/curl-7.38.0.tar.gz
>
> and extract it with Cygwin's tar (very important!) - *not* Windows 7Zip:
> tar xvzf curl-7.38.0.tar.gz
>
> then only use configure & make ...
>
> perhaps this gives better results ...

Done, same result:
ls/libcurl_la-curl_schannel.o vtls/libcurl_la-curl_darwinssl.o
vtls/libcurl_la-gskit.o
../libtool: line 1101: /usr/bin/ar: No such file or directory
make[2]: *** [libcurl.la] Error 127
make[2]: Leaving directory `/d/Projekte/curl-7.38.0/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/d/Projekte/curl-7.38.0/lib'
make: *** [all-recursive] Error 1

mosipov_at_mika /cygdrive/d/Projekte/curl-7.38.0
$

this must be some cygwin quirk. I guess, I have to inquire with the
cygwmin mailing list.

Michael

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-09-26