Menu

#735 Makefile.vc8 typo

closed-fixed
5
2013-06-21
2008-04-14
Sandor
No

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 $

Discussion

  • Sandor

    Sandor - 2008-04-14
     
  • Daniel Stenberg

    Daniel Stenberg - 2008-04-14
    • status: open --> closed-fixed
     
  • Daniel Stenberg

    Daniel Stenberg - 2008-04-14

    Logged In: YES
    user_id=1110
    Originator: NO

    Thanks, this has now been committed!