Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Fri, 17 Mar 2000 11:02:25 -0500 To: "cygwin-developers AT sourceware DOT cygnus DOT com" Subject: Re: File permision errors on win98 with net release candidate Message-ID: <20000317110225.A15494@cygnus.com> Reply-To: cygwin-developers AT sourceware DOT cygnus DOT com Mail-Followup-To: cgf AT cygnus DOT com, "cygwin-developers AT sourceware DOT cygnus DOT com" References: <20000317155549 DOT 19900 DOT qmail AT web122 DOT yahoomail DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.8i In-Reply-To: <20000317155549.19900.qmail@web122.yahoomail.com>; from earnie_boyd@yahoo.com on Fri, Mar 17, 2000 at 07:55:49AM -0800 On Fri, Mar 17, 2000 at 07:55:49AM -0800, Earnie Boyd wrote: >--- John Fortin wrote: >> Earnie Boyd wrote: >> >> > Hi John, >> > >> > Your problem might be due to autoconf itself. I've been working with >> modifying >> > autoconf to work with Amol's ntport of zsh and had to modify it to look for >> > m4.exe, gawk.exe, etc instead of just m4, gawk, etc. The function is >> > AC_PATH_PROG in acgeneral.m4. You'll have to modify the configure by hand >> to >> > bootstrap. See line 545 of configure for the check for gm4, gnum4 and m4. >> > >> > Earnie. >> > >> >> Hi Earnie, >> But this worked in the past without any problems. And other packages are >> broken too ( grep, fileutils for instance). > >Uhm, what shell are you using? It appears that `test -f' isn't working >correctly for you. Can someone take a look at the configure code that is failing, pare it down to a simple test case and either report it here or, even better, run strace on a failing shell and send it here? cgf