curl-library
Re: segfault in curl_easy_perform
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 23 Oct 2015 23:42:47 +0200 (CEST)
Date: Fri, 23 Oct 2015 23:42:47 +0200 (CEST)
On Fri, 23 Oct 2015, Dave S wrote:
> Silly question --
>
> after
> 1075 ./buildconf
> 1076 ./configure --disable-shared --enable-debug
> 1077 make
>
> where do I find the built library?
> (7.45.0 stable source)
You also want --prefix=$HOME/build-curl for configure as then after your make
you do:
$ make install
... and you'll get a full curl install tree in $HOME/build-curl.
Without install, libcurl will be found in lib/.libs/
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.htmlReceived on 2015-10-23