]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update mingw instructions.
authorBruno Haible <bruno@clisp.org>
Wed, 17 Oct 2007 19:11:47 +0000 (19:11 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:19 +0000 (12:15 +0200)
ChangeLog
README.woe32

index 2659d48e8e35668af06920f6109e089a68c158bf..6c519ed654e3e5e813dfacedf53b3c90a660a082 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 0a7595bb4676e5dd133653b26f0bd5cbbeb6b6e1..53a15310a389bcb86d779602e4ca89cd897b1af9 100644 (file)
@@ -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" \