hi
 i try to compile release version of cUrl using the winbuild script my
command line is:

nmake /f makefile.vc mode=static VC=9 WITH_DEVEL=../deps WITH_SSL=static
DEBUG=no USE_IDN=no

and im getting those linking errors:

libcurl_a.lib(idn_win32.obj) : error LNK2019: unresolved external
symbol __imp__IdnToAscii@20 referenced in function
_curl_win32_idn_to_ascii
libcurl_a.lib(idn_win32.obj) : error LNK2019: unresolved external
symbol __imp__IdnToUnicode@20 referenced in function
_curl_win32_ascii_to_idn

who can i get rid of them ?

Thanks
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to