"Chris Ch" <[email protected]> wrote:

Chris@Chris-HP ~
$ gcc -o live live.c -DCURL_STATICLIB -I/usr/local/include
/usr/local/lib/libcu

From your prompt, I thought you were not on Win32. How come
you have "/usr/local/lib" on MingW? Sure you don't use MSys?
In any case use:

 gcc -o live live.c -DCURL_STATICLIB -I/usr/local/include \
/usr/local/lib/libcurl.a -lws2_32

--gv
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to