Date: Mon, 7 Jul 1997 11:45:33 +0300 (IDT) From: Eli Zaretskii To: Jude DaShiell cc: djgpp AT delorie DOT com, DJ Delorie Subject: Re: djlsr201.zip problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 6 Jul 1997, Jude DaShiell wrote: > Every time I try to make anything in djlsr201.zip > command not recognized is the result. I have this installed from > the standard djgpp subdirectory on drive d:. Rebuilding the library is a non-trivial task in the current setup. ``Children, don't try that at home'', unless you have a very good reason. It requires auxiliary tools to be installed; if your machine doesn't have them, you will get "Bad command or filename" and other error messages. At the very least, you will need: - `find' (from Findutils) - C++ compiler and headers - Bash and a symlink to it called `ksh.exe' - Sed - rm (from Fileutils) - sort (from Textutils) I hope I didn't forget anything else. DJ?