Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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" To: "Borges, Rodolfo" , References: <100984FEB15DD511BA9300104B6980763A5255 AT EXCHANGE-RIO> Subject: Re: simple problem with "make" Date: Mon, 18 Jun 2001 21:57:10 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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" To: 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