curl-library
Re: LibCURL 7.11.2 compilation problems on WIN32
Date: Mon, 26 Apr 2004 17:33:54 +0200
Sorry, but it do not work.
I've changed the lib/Makefile.vc6 so that the line:
CFLAGS = /I "." /I "../include" /nologo /W3 /GX /D "WIN32" /D "VC6" /D "
_MBCS" /D "_LIB" /YX /FD /c /D "MSDOS"
would appear as
CFLAGS = /I "." /I "../include" /nologo /W3 /GX /D "WIN32" /D "VC6" /D "
_MBCS" /D "_LIB" /YX /FD /c /D "MSDOS" /D "USE_MANUAL"
Thank I've recompiled everything, but nothing has changed.
I tried to change CFLAGSSSL too, but the problem persists.
This is the new output;
...
rc.exe /dCURLDEBUG=0 /i "../include" /Fo"curlr.res" curl.rc
link.exe /incremental:no /libpath:"../lib" /nologo /libpath:"D:
\libs\CPP\zlib-1.2.1"
/out:curl.exe /subsystem:console /machine:I386 /LIBPATH:"D:
\libs\CPP\openssl-0.9.7d/out32"
wsock32.lib libcurl.lib winmm.lib zlib.lib libeay32.lib
ssleay32.lib gdi32.lib hugehelpr.obj writeoutr.obj
urlglobr.obj getpassr.obj
homedirr.obj mainr.obj curlr.res mainr.obj : error
LNK2001: unresolved external symbol _hugehelp
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\MICROS~3\VC98\BIN\NMAKE.EXE' :
return code '0x2'
Stop.
Regards,
Massimiliano Ziccardi
|--------+--------------------------------->
| | Daniel Stenberg |
| | <daniel-curl_at_haxx.se> |
| | Sent by: |
| | curl-library-bounces_at_co|
| | ol.haxx.se |
| | |
| | |
| | 26/04/2004 17.09 |
| | Please respond to |
| | libcurl development |
| | |
|--------+--------------------------------->
>----------------------------------------------------------------------------------------------------------|
| |
| To: libcurl development <curl-library_at_cool.haxx.se> |
| cc: |
| Subject: Re: LibCURL 7.11.2 compilation problems on WIN32 |
>----------------------------------------------------------------------------------------------------------|
On Mon, 26 Apr 2004 Massimiliano_Ziccardi_at_intesa.it wrote:
> mainr.obj : error LNK2001: unresolved external symbol _hugehelp curl.exe
:
> fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077:
> 'link.exe' : return code '0x460' Stop.
Oh darn. Try to define USE_MANUAL on the command line. I guess by adding
"/D USE_MANUAL"
to the cflags in the makefile.
-- Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se Dedicated custom curl help for hire: http://haxx.se/curl.htmlReceived on 2004-04-26