I want to link to cURL with SSL in an XCode 3.2.6 project.
I downloaded cURL-7.29.0 and uncompressed it
I did:
CFLAGS="-arch i386" ./configure --with-ssl=tmp/openssl/ --disable-shared --enable-static
make
No errors, everything seems good however I dont see a .a file anywhere. Not even in lib/
What am I doing wrong?
Until you hit
make install, the actual compiled binary (well, rather archive) is kept by the config system in a hidden location: it’s inlib/.libs/libcurl.a.