cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-1380500 ] Incorrect linkage in makefile.vc6 when building libcurl

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Wed, 14 Dec 2005 13:32:21 -0800

Bugs item #1380500, was opened at 2005-12-14 18:20
Message generated for change (Comment added) made by kwas
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1380500&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: compile or build problem
Group: portability problem
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: Incorrect linkage in makefile.vc6 when building libcurl

Initial Comment:
curl-7.15.1, Windows XP SP2, MS VS .Net 2003.
According to naming scheme, "release-ssl-dll" means
"static libcurl using openssl as dll". But
lib/Makefile.vc6 specifies dll-linkage for
"release-ssl-dll" target, so link process for curl.exe
can't find libcurl.

Regards,
Kirill Vasiliev (redled_at_ornet.ru)

----------------------------------------------------------------------

Comment By: kwas (kwas)
Date: 2005-12-15 00:32

Message:
Logged In: YES
user_id=1405186

Yes, now I have one:
--- Makefile.vc6.orig Tue Nov 08 15:34:54 2005
+++ Makefile.vc6.curr Thu Dec 15 00:17:40 2005
@@ -154,10 +154,10 @@
 # release-ssl-dll
 
 !IF "$(CFG)" == "release-ssl-dll"
-TARGET = $(LIB_NAME).dll
+TARGET = $(LIB_NAME).lib
 DIROBJ = $(CFG)
 LFLAGSSSL = "/LIBPATH:$(OPENSSL_PATH)\out32dll"
-LNK = $(LNKDLL) $(WINLIBS) /out:$(DIROBJ)\
$(SSLLIBS) $(LFLAGSSSL) /IMPLIB:$(DIROBJ)\.lib
+LNK = $(LNKLIB) $(WINLIBS) $(SSLLIBS) $(LFLAGSSSL)
/out:$(DIROBJ)\
 CC = $(CCNODBG) $(RTLIB) $(CFLAGSSSL)
 CFGSET = TRUE
 !ENDIF

----------------------------------------------------------------------

Comment By: Daniel Stenberg (bagder)
Date: 2005-12-14 22:54

Message:
Logged In: YES
user_id=1110

You have any suggeted fix/patch ?

I forwarded this report to the curl-library mailing list as
I personally know very little about the MSVC makefiles and
how they should work.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1380500&group_id=976
Received on 2005-12-14

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET