From c85c2a23582273eaf6767e6a93e76a389a687d4c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 31 Mar 2010 03:33:47 +0200 Subject: Modernize README.woe32. --- ChangeLog | 4 ++++ README.woe32 | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 49284b1..99479b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-03-30 Bruno Haible + + * README.woe32: Update for Cygwin 1.7.x. + 2010-03-28 Bruno Haible * NEWS: Deprecate the use of AM_GNU_GETTEXT with 'no-libtool' argument diff --git a/README.woe32 b/README.woe32 index 6d7ea5f..28430ae 100644 --- a/README.woe32 +++ b/README.woe32 @@ -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): 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 @@ -23,8 +23,8 @@ and configure commands: 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" -- cgit v1.1