+2007-10-17 Bruno Haible <bruno@clisp.org>
+
+ * README.woe32: Recommend to set PATH. Needed so that libiconv-2.dll
+ is found during autoconfiguration.
+
2007-10-07 Bruno Haible <bruno@clisp.org>
* COPYING: Replace with GPL 3.
configure option --prefix=/usr/local/cygwin each time you build a
program for cygwin.
-Building for mingw is then achieved through the following configure
-command:
+Building for mingw is then achieved through the following preparation
+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" \