From 02bf3c7d4b47953869ebe4c4222e0257d3cef2c8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 31 Mar 2010 03:13:09 +0200 Subject: Update for Cygwin 1.7.x. --- ChangeLog | 4 ++++ README.woe32 | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index deecb89..afb3cf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-03-30 Bruno Haible + + * README.woe32: Update for Cygwin 1.7.x. + 2010-03-29 Bruno Haible Undo last change, not needed any more. 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.2.1