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