Hello.
Did someone succeed in using libcurl statically in Xcode? I have installed libcurl using:
$ ./configure --prefix=/home/igorland/Libs/curl --disable-shared –enable-static
$ make
$make install
Then in the Header Search Paths, I include the path to the headers...