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 |
Message-ID: | <001b01c0f87c$734dde10$6464648a@ca.boeing.com> |
From: | "Michael A. Chase" <mchase AT ix DOT netcom DOT com> |
To: | "Borges, Rodolfo" <Rodolfo DOT Borges AT bowneglobal DOT com DOT br>, <cygwin AT cygwin DOT com> |
References: | <100984FEB15DD511BA9300104B6980763A5255 AT EXCHANGE-RIO> |
Subject: | Re: simple problem with "make" |
Date: | Mon, 18 Jun 2001 21:57:10 -0700 |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook Express 5.50.4133.2400 |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4133.2400 |
----- Original Message ----- From: "Borges, Rodolfo" <Rodolfo DOT Borges AT bowneglobal DOT com DOT br> To: <cygwin AT cygwin DOT com> Sent: Monday, June 18, 2001 13:49 Subject: simple problem with "make" > i installed cygwin one or two weeks ago (so it's a new version..) > tried to run make, and: > > $ make > /cygdrive/c/java/bin/javac.exe Chart.java > make: /bin/sh.exe: Command not found > make: *** [Chart.class] Error 127 > $ > > problem was solved by > $ cd /bin > $ ln -s bash.exe sh.exe > > > just my $0.02 You are not getting your $0.02 worth. bash is not an appropriate substitute for sh in make, that is what ash is for. Remove that link and install ash, it provides a compatible sh for make. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |