From: Bruno Haible Date: Tue, 31 Oct 2006 13:53:05 +0000 (+0000) Subject: Recommend to pass CPPFLAGS etc assignments as arguments to configure. X-Git-Tag: v0.17~690 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45e3d5f3117eecb3ccd72e3acdeb762c5b95746d;p=thirdparty%2Fgettext.git Recommend to pass CPPFLAGS etc assignments as arguments to configure. --- diff --git a/README.woe32 b/README.woe32 index 39728c0dd..0a7595bb4 100644 --- a/README.woe32 +++ b/README.woe32 @@ -20,11 +20,11 @@ program for cygwin. Building for mingw is then achieved through the following configure command: - 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" \ - ./configure --host=i586-pc-mingw32 --prefix=/usr/local/mingw + ./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" 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