RE: Help to link a prog static with libcurl, libssl and libcrypto.

2002-03-04 Thread Roth, Kevin P.
> -Original Message- > From: Larry Hall (RFK Partners, Inc) [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 26, 2002 7:33 PM > > The CURL you're linking against is apparently expecting at > least some POSIX APIs. You won't be able to get this to link > without some porting. Perhaps

Re: Help to link a prog static with libcurl, libssl and libcrypto.

2002-02-26 Thread Larry Hall (RFK Partners, Inc)
At 06:51 PM 2/26/2002, Alexander Lazic wrote: >Hi, > >i want to compile the 'simple.c' staticly but i get many errors. > >Progamm: > >C:\cygwin\usr\src\curl-7.9.3-1\docs\examples\simple.c > >I called gcc as follows: > >gcc -v -o simple simple.c `curl-config --cflags` \ >`curl-config --libs` -mno-c