curl-library
Linking issue - use_idn=no doesn't work?
Date: Tue, 24 Jan 2012 13:30:35 +0100
Hello.
I have a problem with linking curl-7.24.0 by winbuild on Windows XP 32 bit.
I have that errors:
libcurl_a.lib(idn_win32.obj) : error LNK2019: unresolved external symbol
_IdnToAscii referenced in function _curl_win32_idn_to_ascii
libcurl_a.lib(idn_win32.obj) : error LNK2019: unresolved external symbol
_IdnToUnicode referenced in function _curl_win32_ascii_to_idn
And this is my parameter list for nmake:
/f makefile.vc mode=static vc=8 use_idn=no with_ssl=static
And why when I compile curl with ssl, I get libcurl_a.lib and when I compile
it without ssl I get libcurl.lib?
Regards,
Mariusz
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-01-24