Piyush Shourie wrote:

> Iconv.obj : error LNK2001: unresolved external symbol __imp__libiconv
>
> Iconv.obj : error LNK2001: unresolved external symbol __imp__libiconv_open
>
> Iconv.obj : error LNK2001: unresolved external symbol 
> __imp__libiconv_close
>
> blib\arch\auto\Text\Iconv\Iconv.dll : fatal error LNK1120: 3 
> unresolved external
>
Looks like you're missing libiconv itself.  Various implementations are 
available.  The GNU Project libiconv available here:

    http://www.gnu.org/software/libiconv/

certainly works on Win32 because I use it myself ;)

If you already have libiconv available, then perhaps the build process 
isn't finding it.  The easiest way to ensure that it is found is to put 
its directory in your LIB environment variable path, e.g.

    SET LIB=%LIB%;C:\libiconv\lib

- Steve



------------------------------------------------
This email has been scanned for viruses and content by the Radan Computational 
Webshield Appliances.

Reply via email to