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 sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
From: | Chris Faylor <cgf AT cygnus DOT com> |
Date: | Thu, 12 Oct 2000 10:28:45 -0400 |
To: | Cygwin <cygwin AT sources DOT redhat DOT com> |
Subject: | Re: Cygwin RCS Build Instructions (or sometimes ash does not like a.out) |
Message-ID: | <20001012102845.A20519@cygnus.com> |
Reply-To: | cygwin AT sources DOT redhat DOT com |
Mail-Followup-To: | Cygwin <cygwin AT sources DOT redhat DOT com> |
References: | <20001012102745 DOT A1021 AT OLMY> |
Mime-Version: | 1.0 |
User-Agent: | Mutt/1.3.6i |
In-Reply-To: | <20001012102745.A1021@OLMY>; from Jason.Tishler@dothill.com on Thu, Oct 12, 2000 at 10:27:45AM -0400 |
On Thu, Oct 12, 2000 at 10:27:45AM -0400, Jason Tishler wrote: >I believe that I finally got to the bottom of why there are problems >building RCS on Cygwin. It boils down to an idiosyncrasy of ash which >can be demonstrating by the following: > > $ cd /tmp > $ cp /usr/bin/id.exe a.out > $ sh -c ./a.out > ./a.out: not found > >Hence, ash will not execute programs when their full path is specified >and they don't end in ".exe". > >The above behavior was causing RCS's src/conf.sh to fail because it >builds a.out files and attempts to run them via sh (i.e., ash) as >"./a.out". Hence, conf.sh would get confused and finally abort. ash wants files to have the executable bit set. Cygwin fakes this by looking for files with specific extensions and setting the bit in that case. '.out' is not one of the extensions. cgf -- 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 |