Date: Wed, 19 May 1999 13:32:36 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Pierre Muller cc: djgpp-workers AT delorie DOT com Subject: Re: gdb 4.18 for DJGPP (alpha) In-Reply-To: <199905191026.MAA30544@cerbere.u-strasbg.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 19 May 1999, Pierre Muller wrote: > I still cannot get the makefile to work, but I don't have sh.exe ! Do you have Bash? If not, download v2gnu/bsh1147b.zip from SimTel. After you have bash.exe, chdir to the DJGPP's bin subdirectory and type this from the DOS command line: ln -s bash.exe sh.exe (the first letter of `ln' is a lower-case ell, not the digit 1). That's it!