Date: Sun, 12 Jan 1997 15:54:03 +0200 (IST) From: Eli Zaretskii To: Jeremy Penner cc: djgpp AT delorie DOT com Subject: Re: How to compile Mesa? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 11 Jan 1997, Jeremy Penner wrote: > I downloaded the Mesa 3-d engine off the 'net, and can't get the makefile > to work. It gets up to its second instruction, touch src/depend, and > crashes because I don't have a program called "touch". `touch' is part of the GNU Fileutils (v2gnu/fil313b.zip from the same place you get DJGPP). If you want to run Unix Makefiles, you should install Fileutils and other Unix utilities, as Unix Makefiles call them quite a lot. I suggest to download and install these packages: fil313b.zip txt119b.zip shl112b.zip grep20b.zip find41b.zip sed118b.zip dif271b.zip gwk300b.zip (create a ``symlink'' awk.exe to gawk.exe) bsh1147b.zip (create a ``symlink'' sh.exe to bash.exe) Yes, it *is* a lot, but most of these will be sooner or later called by some Unix Makefile.