Date: Mon, 14 Apr 1997 12:10:49 +0300 (IDT) From: Eli Zaretskii To: Ole Winther cc: djgpp AT delorie DOT com Subject: Re: bugs in make In-Reply-To: <199704101824.UAA20843@emma.ruc.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 10 Apr 1997, Ole Winther wrote: > Well I got the file mak375, and where trying to use the Makefile utils, when > I discovered that Makefile.exe was'nt in that file. Well trying to build > then Makefile, I discover that it's made for using the sh.exe, which I > did'nt have. > Well I where then trying to compile the file with gcc.exe, but some bugs > where discovered in the FNMATCH.c and the glob.c file. I don't understand what are you trying to accomplish. It is a good idea to include some quotation from the previous message on this thread so that we know what are you referring to. If you need the Make utility (it's make.exe, not makefile.exe), then just download the file mak375b.zip from the DJGPP archives and install it. It includes a precompiled make.exe, so you won't need to rebuild it yourself. If you indeed need to rebuild make.exe, the get mak375s.zip and read the file README.dos there. It explains how to build it. You don't need any sh.exe to do that, trust me.