Date: Thu, 11 Nov 93 11:19:02 -0500 From: DJ Delorie To: rdm AT delorie Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Makefiles > Does anyone have a set of makefiles for each of the directories in the > gas-2.1.1 and gcc-2.4.1 that are known to work for MS-DOS using either > gcc-2.4.1 compiler, the MSC 7.0 compiler, or the Borland 3.1 compiler. > I have the sources and have looked at the configur.bat's but there is > not top level configur.bat in the distribution I have and no MAkefile.Dos's > that the configur.bat files want to copy to Makefile. Also, please tell me > what make you used, and where I can get it. gcc and gas can only be built with djgpp. After you install the FSF sources, and apply any patches that come with djgpp (diffs/gcc-241/...), run "configure" in each directory. This creates a Makefile that can be used with ndmake (wuarchve.wustl.edu) to build gcc.