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]

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

--
Rodolfo.Borges@mail.com 


PS: i love cygwin. makes it possible for me to use windows...

--
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]