Re: Failures while building on cygwin

2014-09-26 Thread David Chapman
On 9/26/2014 10:57 AM, Guenter wrote: Hi Michael, On 26.09.2014 19:48, Michael Osipov wrote: this must be some cygwin quirk. I guess, I have to inquire with the cygwmin mailing list. indeed. I would try to re-install the c-development package (the one which contains gcc, ld, ar, etc.); perhaps

Re: Failures while building on cygwin

2014-09-26 Thread Guenter
Hi Michael, On 26.09.2014 19:48, Michael Osipov wrote: this must be some cygwin quirk. I guess, I have to inquire with the cygwmin mailing list. indeed. I would try to re-install the c-development package (the one which contains gcc, ld, ar, etc.); perhaps this helps ... Günter. --

Re: Failures while building on cygwin

2014-09-26 Thread Michael Osipov
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 l

Re: Failures while building on cygwin

2014-09-25 Thread 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

Re: Failures while building on cygwin

2014-09-25 Thread Michael Osipov
Am 2014-09-23 um 15:16 schrieb Daniel Stenberg: On Mon, 22 Sep 2014, Michael Osipov wrote: I was finally able to make some progress on the issue. I have installed git with cygwin, so CR problems anymore. Though the following is still open: 1. docs/INSTALL [1] says that a mere configure is suff

Re: Failures while building on cygwin

2014-09-23 Thread Jeff Pohlmeyer
On Tue, Sep 23, 2014 at 8:16 AM, Daniel Stenberg wrote: > On Mon, 22 Sep 2014, Michael Osipov wrote: >> 2. make install still throws sed errors like: >> sed: -e expression #1, char 3: unknown command: `.' >> I was able to tackle at least one to docs/libcurl/opts/Makefile.in:700: >> | sed -n '

Re: Failures while building on cygwin

2014-09-23 Thread Daniel Stenberg
On Mon, 22 Sep 2014, Michael Osipov wrote: I was finally able to make some progress on the issue. I have installed git with cygwin, so CR problems anymore. Though the following is still open: 1. docs/INSTALL [1] says that a mere configure is sufficient. Unfortunately it is not. You need to p

Re: Failures while building on cygwin

2014-09-22 Thread Michael Osipov
Am 2014-09-18 um 14:09 schrieb Daniel Stenberg: On Thu, 18 Sep 2014, Michael Osipov wrote: So line endings again. This is perl in my opinion. See the provided link. Well, there's about 100 million years since I last used cygwin but back then it could be setup to either use unix newlines or

Re: Failures while building on cygwin

2014-09-18 Thread Daniel Stenberg
On Thu, 18 Sep 2014, Michael Osipov wrote: So line endings again. This is perl in my opinion. See the provided link. Well, there's about 100 million years since I last used cygwin but back then it could be setup to either use unix newlines or windows (CRLF) newlines. And then if you'd mix

Re: Failures while building on cygwin

2014-09-18 Thread Michael Osipov
Hi Daniel, Am 2014-09-18 um 08:47 schrieb Daniel Stenberg: On Thu, 18 Sep 2014, Michael Osipov wrote: I am trying to build tag 7.38.0 on Cygwin. I have noticed several errors: /cygdrive/d/Projekte/curl/missing: line 5: $'\r': command not found /cygdrive/d/Projekte/curl/missing: line 10: $'\

Re: Failures while building on cygwin

2014-09-17 Thread Daniel Stenberg
On Thu, 18 Sep 2014, Michael Osipov wrote: I am trying to build tag 7.38.0 on Cygwin. I have noticed several errors: /cygdrive/d/Projekte/curl/missing: line 5: $'\r': command not found /cygdrive/d/Projekte/curl/missing: line 10: $'\r': command not found These are empty lines. It feels like

Failures while building on cygwin

2014-09-17 Thread Michael Osipov
Hi, I am trying to build tag 7.38.0 on Cygwin. I have noticed several errors: 1. configure: $ ./configure --enable-sspi --with-winssl --host=mingw32 == checking whether to enable maintainer-specific portions of Makefiles... no checking whether to enable debug build options... no chec