On Feb 9 22:48, Achim Gratz wrote: > At the time of writing an in-tree build configuration did not work for > me, although that later turned out to be an unrelated problem IIRC. At > the moment I actually build in-tree since you can't configure both > architectures in an out-of-tree build anyway. This. I don't understand. Here's what I do: $ mkdir -p ~/src/setup $ cd !$ $ cvs -d :ext:corinna@sourceware.org:/cvs/cygwin-apps ^C $ git clone cygwin.com:/git/cygwin-setup.git setup [...bla...] $ cd setup $ bash -c "NOCONFIGURE=1 ./bootstrap.sh" $ cd .. $ mkdir i686 x86_64 $ cat > conf.sh <