Problems linking against libcurl under cygwin

2004-11-07 Thread Jason Riffel
Hi - New to Cygwin for development, not new to development. Have a project that uses libcurl which will not link under Cygwin. All of the basic libcurl APIs show up as unresolved in the link process. Example: gcc -L/usr/local/lib -lcurl -shared ../../shared/htmlparse/htmlparse.o ../../sha red/w

Re: Problems linking against libcurl under cygwin

2004-11-07 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jason Riffel wrote: | Hi - New to Cygwin for development, not new to development. | | Have a project that uses libcurl which will not link under Cygwin. All of the | basic libcurl APIs show up as unresolved in the link process. | | Example: | | gcc -L/u

Re: Problems linking against libcurl under cygwin

2004-11-07 Thread Larry Hall
At 12:46 PM 11/7/2004, you wrote: >Hi - New to Cygwin for development, not new to development. > >Have a project that uses libcurl which will not link under Cygwin. All of the >basic libcurl APIs show up as unresolved in the link process. > >Example: > >gcc -L/usr/local/lib -lcurl -shared ../../sh