Date: Sun, 16 Mar 1997 16:15:15 +0300 (IDT) From: Eli Zaretskii To: "Steve Duys aka 'Navarre'" cc: djgpp AT delorie DOT com Subject: Re: compiling c files for dos In-Reply-To: <332AA944.2E0F@midwest.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 15 Mar 1997, Steve Duys aka 'Navarre' wrote: > I normally run under linux.. under DOS. Not havin any luck.. went > through and made some modifications in makefile, etc.. in regards to > directories. > When I do a MAKE, getting an error 1 not sure what it doesn't like. You should not normally have to make any modifications in the makefile. Just install the tools below, unzip the distribution from scratch (to undo any changes you might have done until now, and try again: bash (bsh1147b.zip) make 3.75 (mak375b.zip) fileutils (fil313b.zip) textutils (txt122b.zip) sh-utils (shl112b.zip) Grep (grep20b.zip) findutils (find41b.zip) Gawk (gwk302b.zip) All of these are available from the v2gnu directory on the same site where you get DJGPP. Yes, it is certainly a lot to install, but all of your Unix Makefiles will magically begin working after that. One more thing: after you install all of the above packages, go to your bin/ sibdirectory of the DJGPP installation and type the following words of wisdom: ln -s bash.exe sh.exe ln -s gawk.exe awk.exe (`ln' is in fileutils).