delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT sourceware DOT cygnus DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
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 <martweb AT gmx DOT net> |
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 <khan AT NanoTech DOT Wisc DOT EDU> |
Martin Weber <martweb AT gmx DOT net> 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |