cURL / Mailing Lists / curl-library / Single Mail

curl-library

Problems with building a static libcurl on Win

From: Pratibha Gupta <pratibhag_at_netscape.com>
Date: Wed, 26 Dec 2001 16:48:35 -0800

I am trying to build libcurl on Windows using the makefiles provided. I
have already build OpenSSL on my system.

When I use the command

nmake -f Makefile.vc6 CFG=release-ssl

At the end of the compilation, I see this:

libeay32.lib(LIBEAY32.dll) : warning LNK4006: __NULL_IMPORT_DESCRIPTOR
already defined in ws2_32.lib(WS2_32.dll); second definition ignored
ssleay32.lib(SSLEAY32.dll) : warning LNK4006: __NULL_IMPORT_DESCRIPTOR
already defined in ws2_32.lib(WS2_32.dll); second definition ignored
RSAglue.lib(ADVAPI32.dll) : warning LNK4006: __NULL_IMPORT_DESCRIPTOR
already defined in ws2_32.lib(WS2_32.dll); second definition ignored

I am trying to build a static library using curl and OpenSSL, so that my
client program has to link to only one library.

Thanks,
Pratibha
Received on 2001-12-27