Index: README =================================================================== RCS file: /cvs/cygwin-apps/setup/README,v retrieving revision 2.41 diff -p -u -r2.41 README --- README 14 May 2009 15:01:06 -0000 2.41 +++ README 22 Jul 2009 19:51:25 -0000 @@ -30,7 +30,8 @@ Build commands: 2) Configure using the following set of options. $ ./configure -C --disable-shared --host=i686-pc-mingw32 \ - --build=i686-pc-cygwin CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" + --build=i686-pc-cygwin CC="gcc-3 -mno-cygwin" CXX="g++-3 -mno-cygwin" \ + CC_FOR_BUILD=gcc If you plan to do any work on the setup build system, you will probably want to add "--enable-maintainer-mode".