From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Elliston To: Kai Denker Cc: "'sourcenav@sources.redhat.com'" Subject: Re: SN4.5.2: problems compiling it using cygwin Date: Wed, 13 Sep 2000 07:37:00 -0000 Message-id: References: <01C01D9D.5D2746E0.kai.denker@cas-gmbh.de> X-SW-Source: 2000-q3/msg00374.html I have downloaded and extracted the 4.5.2-Source and tried to compile it using cygwin unter Win98, but it failed: $ ./configure Configuring for a i586-pc-cygwin32 host. *** Cannot configure in source tree. *** Make a parallel directory and configure there. The error message is correct: you can't run `configure' in the source tree. You need to create a separate tree for object code: $ mkdir build && cd build $ /path/to/src/configure Ben