delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
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 |
X-Authentication-Warning: | bono.reversers.net: stefan owned process doing -bs |
Date: | Thu, 4 May 2000 00:36:18 +0200 (CEST) |
From: | stefan <stefan AT lkcc DOT org> |
X-Sender: | stefan AT bono DOT reversers DOT net |
To: | Soh Kam Yung <KYSoh AT netscape DOT net> |
cc: | cygwin AT sourceware DOT cygnus DOT com |
Subject: | Re: Problems running configure script |
In-Reply-To: | <20000503035610.12595.qmail@ww181.netaddress.usa.net> |
Message-ID: | <Pine.LNX.4.10.10005040032210.840-100000@bono.reversers.net> |
MIME-Version: | 1.0 |
On 3 May 2000, Soh Kam Yung wrote: > I'm having problems running configure for wget with the new Cygwin Net > release. I didn't install all the tar.gz files, so my guess is I need to > install a package (or more) to get it working but I'm not sure which one. > > Below is the ouput that I'm getting: > > > ./configure > loading cache ./config.cache > configuring for GNU Wget 1.5.3 > checking host system type... i386-pc-cygwin32 > ./configure: cannot create temp file for here document: Permission denied > ./configure: cannot create temp file for here document: Permission denied > ./configure: cannot create temp file for here document: Permission denied > ./configure: cannot create temp file for here document: Permission denied These errors result from bash's problem with cat, you get this kind of error if you type: $ cat << FOO $ text.... $ bla $ FOO And configure uses /bin/sh. It could be you linked this to your bash ? You will solve this using the real "sh" not "bash" and saying $ sh ./configure Hope this help... Stefan. -- 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 |