cURL / Mailing Lists / curl-library / Single Mail

curl-library

Problem with 'nmake vc-ssl'

From: Tan Li San <lisan_at_icg.ncs.com.sg>
Date: Wed, 26 Sep 2001 10:09:43 +0800

I'm trying to install OpenSSL 0.6.9b and cURL 7.8.1. I have followed the
instructions from the Install file - compiled and installed the OpenSSL
library, run 'vcvars32.bat', edit the makefile.vc6 in the lib library and
set the location of the OpenSSL library in the OPENSSL_PATH.

However, the following error is encountered when i tried to run 'nmake
vc-ssl'.

        cd ..\src
        nmake -f Makefile.vc6
        cl.exe /MD /O2 /D "NDEBUG" /I "../include" /nologo /W3 /GX /D
"WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /c /Zm200 hugehelp.c
hugehelp.c
        cl.exe /MD /O2 /D "NDEBUG" /I "../include" /nologo /W3 /GX /D
"WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /c writeout.c
writeout.c
        cl.exe /MD /O2 /D "NDEBUG" /I "../include" /nologo /W3 /GX /D
"WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /c urlglob.c
urlglob.c
        cl.exe /MD /O2 /D "NDEBUG" /I "../include" /nologo /W3 /GX /D
"WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /c main.c
main.c
setup.h(48) : warning C4273: 'fileno' : inconsistent dll linkage. dllexport
assumed.
        link.exe /incremental:no /libpath:"../lib" /nologo /out:curl.exe
/subsystem:console /machine:I386 wsock32.lib libcurl.lib hugehelp.obj
writeout.obj urlglob.obj main.obj
LINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /INCREMENTAL:NO
specification
LINK : warning LNK4098: defaultlib "MSVCRTD" conflicts with use of other
libs; use /NODEFAULTLIB:library
libcurl.lib(ssluse.obj) : error LNK2001: unresolved external symbol
_strcasecmp
curl.exe : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: 'link.exe' : return code '0x460'
Stop
NMAKE : fatal error U1077: 'C:\PROGRA~1\M107E~1\VC98\BIN\NMAKE.EXE' : return
code '0x2'
Stop

Please assist. Many thanks in advance!
Received on 2001-09-26