From: Bruno Haible Date: Wed, 17 Oct 2007 19:11:47 +0000 (+0000) Subject: Update mingw instructions. X-Git-Tag: v0.17~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=562449018b9f806f7fd4780c5dcf7110912c4e68;p=thirdparty%2Fgettext.git Update mingw instructions. --- diff --git a/ChangeLog b/ChangeLog index 2659d48e8..6c519ed65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-17 Bruno Haible + + * README.woe32: Recommend to set PATH. Needed so that libiconv-2.dll + is found during autoconfiguration. + 2007-10-07 Bruno Haible * COPYING: Replace with GPL 3. diff --git a/README.woe32 b/README.woe32 index 0a7595bb4..53a15310a 100644 --- a/README.woe32 +++ b/README.woe32 @@ -17,9 +17,11 @@ cygwin. You can for example achieve this by using the 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" \