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.html

Reply via email to