Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-Id: <199912041905.NAA11561@hp2.xraylith.wisc.edu> To: Martin Weber cc: cygwin AT sourceware DOT cygnus DOT com Subject: HOWTO run to configure in Cygwin b20.1 [Re: Cygwin B20.1 - ./configure] In-reply-to: Your message of "Sat, 04 Dec 1999 10:57:25 +0100." <3848E585 DOT 3DE82919 AT gmx DOT net> Date: Sat, 04 Dec 1999 13:05:01 -0600 From: Mumit Khan Martin Weber writes: > I installed Cygwin B20.1. All seems to work exept I get the following > message if I try to execute any configure-script. I changed correctly to > the working directory. Under Linux I didn't have this problem. chmod > doesn't help. > BASH.EXE-2.02$ ./configure > BASH.EXE: ./configure: No such file or directory > Please help. > That's because configure scripts are written to expect /bin/sh to exist. A workaround that always works: $ CONFIG_SHELL=bash bash ./configure [... options to configure ...] You can substitute "sh" for "bash" above, and should run faster then. Regards, Mumit ps: Please don't send me separate copies (as opposed to using Cc:) of postings to this list. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com