--- embedaddon/libiconv/README.woe32 2012/02/21 22:57:48 1.1.1.1 +++ embedaddon/libiconv/README.woe32 2012/05/29 09:29:42 1.1.1.2 @@ -1,4 +1,4 @@ -Installation on Woe32 (WinNT/2000/XP/Vista, Win95/98/ME): +Installation on Woe32 (WinNT/2000/XP/Vista/7, Win95/98/ME): Building requires the mingw or cygwin development environment (includes gcc). MS Visual C/C++ with "nmake" is no longer supported. @@ -26,10 +26,10 @@ and configure commands: PATH=/usr/local/mingw/bin:$PATH export PATH ./configure --host=i586-pc-mingw32 --prefix=/usr/local/mingw \ - CPPFLAGS="-mno-cygwin -Wall -I/usr/local/mingw/include" \ - CFLAGS="-mno-cygwin -O2 -g" \ - CXXFLAGS="-mno-cygwin -O2 -g" \ - LDFLAGS="-mno-cygwin -L/usr/local/mingw/lib" + CC="gcc-3 -mno-cygwin" \ + CXX="g++-3 -mno-cygwin" \ + CPPFLAGS="-Wall -I/usr/local/mingw/include" \ + LDFLAGS="-L/usr/local/mingw/lib" The -mno-cygwin tells the cygwin compiler and linker to build for mingw. The -I and -L option are so that packages previously built for the