From: corinna DOT vinschen AT cityweb DOT de (Corinna Vinschen) Subject: make b20alpha 27 Sep 1998 13:16:38 -0700 Message-ID: <360E9936.7DF49B0C.cygnus.cygwin32.developers@cityweb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: cygwin32-developers AT cygnus DOT com Hi, I have configured the b20alpha in common parent directory with (not the first try) ./configure --build=i386-pc-cygwin32 then I have started make. make stopped with following error: -------- snip --------- make[1]: *** No rule to make target `.././configure.host', needed by `config.status'. Stop. make: *** [configure-target-newlib] Error 1 -------- snip --------- If I try to ./configure --build=i386-pc-cygwin32 newlib only, I get the following (full output): -------- snip --------- loading cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking build system type... i386-pc-cygwin32 checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for Cygwin32 environment... yes checking for Mingw32 environment... no checking host system type... i586-pc-cygwin32 checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking for gcc... gcc checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for -as... as checking for -ar... ar checking for -ranlib... no checking for ranlib... ranlib checking whether to enable maintainer-specific portions of Makefiles... no ../configure: ./.././configure.host: No such file or directory not updating unwritable cache ./config.cache creating ./config.status creating Makefile ../config.status: ./.././../config-ml.in: No such file or directory -------- snip --------- What should I do??? Corinna