+2010-03-30 Bruno Haible <bruno@clisp.org>
+
+ * README.woe32: Update for Cygwin 1.7.x.
+
2010-03-28 Bruno Haible <bruno@clisp.org>
* NEWS: Deprecate the use of AM_GNU_GETTEXT with 'no-libtool' argument
-Installation on Woe32 (WinNT/2000/XP/Vista, Win95/98/ME):
+Installation on Woe32 (WinNT/2000/XP/Vista/7, Win95/98/ME):
This file explains how to create binaries for the mingw execution environment.
For how to create binaries for the cygwin environment, please see the normal
PATH=/usr/local/mingw/bin:$PATH
export PATH
./configure --host=i586-pc-mingw32 --prefix=/usr/local/mingw \
- CC="gcc -mno-cygwin" \
- CXX="g++ -mno-cygwin" \
+ CC="gcc-3 -mno-cygwin" \
+ CXX="g++-3 -mno-cygwin" \
CPPFLAGS="-Wall -I/usr/local/mingw/include" \
LDFLAGS="-L/usr/local/mingw/lib"