curl - Static linking libcurl using c -
I am using Libcurl on my Linux machine with C and GNU Compiler. The application also uses OpenSSL libraries and some other libraries. I am trying to link libraries permanently, except for the I am trying to compile as below. Am I doing something wrong? Is there any way to force the stable link to some libraries (for example libc)? Libcurl is the only link against tons of most other libraries, most of which Your compile is not included in the command line For example, against my link (on Debian Squeeze):
GCC-static -i-o test test.c -lz -lssl -lcrypto -lcurl
otool-L on Darwin.)
Comments
Post a Comment