From 3e0814cd9862b89c7a39672672937477bd87ddfb Mon Sep 17 00:00:00 2001 From: Andreas Rottmann Date: Thu, 27 May 2010 18:23:15 +0200 Subject: Imported Upstream version 0.9.3 --- README.woe32 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.woe32') diff --git a/README.woe32 b/README.woe32 index 07c72603..28430ae8 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,10 +23,10 @@ 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" \ - CXXFLAGS="-mno-cygwin -O2 -g" \ - LDFLAGS="-mno-cygwin -L/usr/local/mingw/lib" + CC="gcc-3 -mno-cygwin" \ + CXX="g++-3 -mno-cygwin" \ + CPPFLAGS="-Wall -I/usr/local/mingw/include" \ + LDFLAGS="-L/usr/local/mingw/lib" The -mno-cygwin tells the cygwin compiler and linker to build for mingw. The -I and -L option are so that packages previously built for the -- cgit v1.2.3