Re: use libcurl with polarssl, linking issue.

2012-09-26 Thread Paul Bakker
Hi Emanuel, Did you use --without-ssl? That is required as far as I know! If I do: ./configure --without-ssl --with-polarssl make then: src/curl -V says: curl 7.27.0 (i686-pc-linux-gnu) libcurl/7.27.0 PolarSSL/1.1.4 zlib/1.2.7 Protocols: dict file ftp ftps gopher http https imap imaps pop3

Re: use libcurl with polarssl, linking issue.

2012-09-20 Thread Dan Fandrich
On Wed, Sep 19, 2012 at 02:54:56PM -0700, Emanuel Patern wrote: I tried to build curl with polarssl instead of openssl. Here what I did : Libcurl version : 7.27.0 Polar ssl version : 1.1.4 To build polar ssl I did : make CC=gcc APPS= make DESTDIR=/c/pssl install To build curl I did

use libcurl with polarssl, linking issue.

2012-09-19 Thread Emanuel Patern
Hello; I tried to build curl with polarssl instead of openssl. Here what I did : Libcurl version : 7.27.0 Polar ssl version : 1.1.4 To build polar ssl I did : make CC=gcc APPS= make DESTDIR=/c/pssl install To build curl I did : perl Configure CFLAGS=-Os -ffunction-sections -fdata-sections

Re: Linking issue

2012-02-18 Thread Olaf van der Spek
On Fri, 17 Feb 2012, Olaf van der Spek wrote: the instructions on how to build libcurl on windows failed for me though with the same error message, but i was able to get around it via the above. Ah, sounds like a bug in libcurl. Could a libcurl dev ack this? Ack what? Ack the bug. There's

Re: Linking issue

2012-02-18 Thread Daniel Stenberg
On Sat, 18 Feb 2012, Olaf van der Spek wrote: Ah, sounds like a bug in libcurl. Could a libcurl dev ack this? Ack what? Ack the bug. The bug as in there's some flaw in winbuild/Makefile.vc ? Then I can't, but I believe you if you say there is. There's no bug tracker, is there? Yes

Re: Linking issue

2012-02-17 Thread Olaf van der Spek
i just did this the other day and sorry i am just running out the door but if i recall correctly, there was a library directory that contained the project for just libcurl. lib/vc6libcurl.dsp? I was able to build the lib and dlls from that (both flavors worked) the instructions on how to

Re: Linking issue

2012-02-17 Thread Daniel Stenberg
On Fri, 17 Feb 2012, Olaf van der Spek wrote: the instructions on how to build libcurl on windows failed for me though with the same error message, but i was able to get around it via the above. Ah, sounds like a bug in libcurl. Could a libcurl dev ack this? Ack what? -- / daniel.haxx.se

Re: Linking issue

2012-02-15 Thread Olaf van der Spek
On Thu, Feb 9, 2012 at 2:18 PM, Olaf van der Spek m...@vdspek.org wrote: On Mon, Feb 6, 2012 at 11:29 PM, Olaf van der Spek m...@vdspek.org wrote: From: Ward Willats libc...@wardco.com But, your nmake line does not have USE_IDN=no on the end...(?) I'm on Windows 7, IDN should be available.

Re: Linking issue

2012-02-15 Thread Alan Wolfe
i just did this the other day and sorry i am just running out the door but if i recall correctly, there was a library directory that contained the project for just libcurl. I was able to build the lib and dlls from that (both flavors worked) the instructions on how to build libcurl on windows

Re: Linking issue

2012-02-09 Thread Olaf van der Spek
On Mon, Feb 6, 2012 at 11:29 PM, Olaf van der Spek m...@vdspek.org wrote: From: Ward Willats libc...@wardco.com But, your nmake line does not have USE_IDN=no on the end...(?) I'm on Windows 7, IDN should be available. Right? BTW, USE_IDN appears to be wrong: ENABLE_IDN=yes or no          -

Re: Linking issue - use_idn=no doesn't work?

2012-02-06 Thread Olaf van der Spek
Hi, nmake /f Makefile.vc mode=dll ... Creating library ..\builds\libcurl-release-dll-ipv6-sspi-obj-lib\libcurl.lib and object ..\builds\libcurl-release-dll-ipv6-sspi-obj-lib\libcurl.exp idn_win32.obj : error LNK2019: unresolved external symbol _IdnToAscii referenced in function

Re: Linking issue - use_idn=no doesn't work?

2012-02-06 Thread Ward Willats
At 7:19 PM +0100 2/6/12, Olaf van der Spek wrote: Hi, nmake /f Makefile.vc mode=dll idn_win32.obj : error LNK2019: unresolved external symbol _IdnToAscii referenced in function _curl_win32_idn_to_ascii idn_win32.obj : error LNK2019: unresolved external symbol How do I fix this? But, your

Re: Linking issue

2012-02-06 Thread Olaf van der Spek
From: Ward Willats libc...@wardco.com But, your nmake line does not have USE_IDN=no on the end...(?) I'm on Windows 7, IDN should be available. Right? BTW, USE_IDN appears to be wrong: ENABLE_IDN=yes or no - Wheter or not to use IDN Windows APIs. Requires Windows Vista or later.

Linking issue - use_idn=no doesn't work?

2012-01-24 Thread Mariusz Seklecki
Hello. I have a problem with linking curl-7.24.0 by winbuild on Windows XP 32 bit. I have that errors: libcurl_a.lib(idn_win32.obj) : error LNK2019: unresolved external symbol _IdnToAscii referenced in function _curl_win32_idn_to_ascii libcurl_a.lib(idn_win32.obj) : error LNK2019: unresolved

Win32 Static libcurl.lib linking issue.

2011-09-08 Thread Nick Martin
Although I have seen many threads related to linking problems in the win32 environment I cannot find a solution out there. I was hoping someone out there can help me. I have compiled the cURL 7.21.7 source to a static release lib. To do this I set the solution's configuration equal to: Release.