Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Sender: cwilson AT ee DOT gatech DOT edu Message-ID: <36E174F3.9BBB816D@ece.gatech.edu> Date: Sat, 06 Mar 1999 13:33:23 -0500 From: Charles Wilson X-Mailer: Mozilla 4.5 [en] (X11; U; HP-UX B.10.20 9000/777) X-Accept-Language: en MIME-Version: 1.0 To: JediX99 AT aol DOT com, cygwin AT sourceware DOT cygnus DOT com Subject: Re: Compiling Circle mud under GNU References: <176e96bf DOT 36e16c9f AT aol DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit JediX99 AT aol DOT com wrote: > Hi I'm new to the list. I just have one problem i have been trying to get > past for a week. I'm trying to compile circlemud bpl14 for a week, and i get > to where i have to run configure. So I go to my circle directory and I type > "SH Configure" it then starts to run the configure program. It checks all > these files (eg. checking if unlink is prototyped...yes > checking if write is prototyped...yes) when it gets to configuring > I get these two lines (creating ./config.status > configure: /bin/sh: not found) > I have tried copying the sh.exe to a file in my root C: directory and in my > circle directory, even in my Cygnus directory. Still it does the same thing > everytime. I have tried over and over many different things. But still none > work. If you can help me I would be grateful. Email me at > Jedite_79 AT hotmail DOT com personally, or just send a message through this list. > Or contact me by ICQ, my # is 32167378. Thanks. > Three suggestions: (1) create a link in the directory mounted as "/" called bin, pointing to /usr/bin (e.g. "ln -s /usr/bin /bin" ) (2) cp /usr/bin/bash.exe /usr/bin/sh.exe (3) make sure you're running Configure from a bash shell, not command.com. --Chuck -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com