Date: Mon, 23 Mar 1998 13:16:43 +0300 (IDT) From: Eli Zaretskii To: Bob Paddock cc: djgpp AT delorie DOT com Subject: Re: Building gcc-2.8.1 for DJGPP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 22 Mar 1998, Bob Paddock wrote: > Unless I make a C:\BIN then copy sh.exe to it, I can't build > GCC-2.80, this is what happens: > > C:\DJGPP\gnu\gcc>sh djmake.sh > > if [ -f libgcc2.ready ] ; then \ > true; \ > else \ > touch libgcc2.ready; \ > fi > C:\TEMP/dj100000: c:/bin/sh: No such file or directory (ENOENT) Where did `djmake.sh' come from? Was it written specifically for the DJGPP port of GCC? If so, it should be changed to have #!/bin/sh as its first line, like any Unix shell script does. Then it will work.