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-1942022 ] Makefile.vc8 typo

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Mon, 14 Apr 2008 06:38:46 -0700

Bugs item #1942022, was opened at 2008-04-14 15:38
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1942022&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: wrong content
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sandor Feldi (sfdev_)
Assigned to: Daniel Stenberg (bagder)
Summary: Makefile.vc8 typo

Initial Comment:
Using the makefile /lib/Makefile.vc8 with options

nmake /f Makefile.vc8 CFG=release-ssl-dll compiles differently than with CFG=debug-ssl-dll in such way that the linker complains about "undefined external symbol _curlx_strtoll"

I bypassed this by replacing in CFG=release-ssl-dll, line 168

CC = $(CCNODBG) $(RTLIB) $(CFLAGSSSL)
with
CC = $(CCNODBG) $(RTLIB) $(CFLAGSSSL) $(CFLAGSLIB)

just as it is in debug-ssl-dll...

Versions:
Curl-7.18.1 from http://curl.haxx.se/download/curl-7.18.1.zip

Makefile:
# $Id: Makefile.vc8,v 1.19 2004/11/14 13:48:15 giva Exp $

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

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

These mail archives are generated by hypermail.

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

File upload with ASP.NET