* David Lawless wrote:
>Searched for nearly an hour and dug in the release
>tree and I can't find any clear information on how to
>compile GNU 'libiconv' natively under Windows with
>Visual Studio 2008 and/or 2010.

README.woe32 in the current libiconv sources is pretty clear about this,
"Building requires the mingw or cygwin development environment (includes
gcc). MS Visual C/C++ with "nmake" is no longer supported." There are
various ways to build the library with MingW and then link it with MSVC
into whatever you need it for.

>Have no reservations about using CYGWIN for
>building so long as the 'cl' compiler is used and
>no CYGWIN dependencies are present in the DLLs.

MinGW these days creates executables that depend on some threading DLL
if you need threading at least, that might be a problem.
-- 
Björn Höhrmann · mailto:bjo...@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to