On 12/17/06, Sim Master <[EMAIL PROTECTED]> wrote: > >On 17.12.2006 05:39, Sim Master wrote: > >> When I first ran it, I got the error 'shell not found' > >Do you have (cygwin)\bin}sh.exe? > Okay, I checked my Cygwin installation when I ran the script. No \bin\sh. > That's why I modified the script from #!\bin\sh to #!\bin\bash. Since bash > is meant to be almost entirely compatible with sh, I thought this should > work. Alas, it was not to be.
Even the most bare-bones Cygwin installation contains /bin/sh.exe. In fact, it's just a copy of bash.exe, but it is present by default. If your Cygwin does not have it, then I would suspect corrupt installation. Perhaps try re-installing Cygwin from scratch. Alternately, if you are interested only in building a Windows version of CS, then it is often much simpler to use MingW + MSYS as described in the CS manual. (In fact, MingW + MSYS is used much more regularly, and is, therefore, more likely to work correctly.) -- ES ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
