This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: simple problem with "make"


----- Original Message -----
From: "Borges, Rodolfo" <Rodolfo.Borges@bowneglobal.com.br>
To: <cygwin@cygwin.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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]