Mail Archives: djgpp/1997/08/13/13:54:03
Eli Zaretskii wrote:
>
> Note the last part: ``including the filename extension''. You need to
> say "make cshell SHELL=/bin/sh.exe", then it would have worked. The
> crucial hint to the cause of your problem is that "echo ${SHELL}"
> prints "/bin/sh" instead of "/bin/sh.exe". When Make tries to invoke
> that program, it fails because there's no file "/bin/sh"; hence you
> get "Error -1".
This one of the things I figured out already silently some times
ago. My solution was simply to have /bin/sh and not a /bin/sh.exe.
You can do this either by renaming the /bin/sh.exe to /bin/sh
or running exe2coff /bin/sh.exe.
And at last. To be on the sure side, I have both in my
/bin directory on any drive (/bin/sh and /bin/sh.exe).
Robert
--
*****************************************************************
* Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau *
* Post: Am Berg 3, D-09573 Dittmannsdorf *
* e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE *
* WWW: http://www.tu-chemnitz.de/~rho *
*****************************************************************
- Raw text -