Date: Tue, 15 Aug 2000 22:47:41 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: ljd015 AT email DOT mot DOT com Message-Id: <3028-Tue15Aug2000224739+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b CC: djgpp AT delorie DOT com In-reply-to: <8nbp4n$9g1$1@schbbs.mot.com> (ljd015@email.mot.com) Subject: Re: NT make problems References: <8nbp4n$9g1$1 AT schbbs DOT mot DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Joe D'Abbraccio" > Newsgroups: comp.os.msdos.djgpp > Date: Tue, 15 Aug 2000 11:56:15 -0400 > > I am new to DJGPP. make 3.79.1 (distrib bin) does not want to run my make > files which are executing some large progams (using NT command shell). I > get an error message that say the program is too big to fit in memory? Please post the necessary details: the smallest Makefile that shows this problem, and any error messages you get when you try to run that Makefile. Are the programs you run from the Makefile DJGPP-compiled programs, or were they compiled with some other compiler? > I also tried to recompile the 3.79.1 source using VC and I have a minor > problem to report. > > The nmakefile creates config.h by copying config.h.w32 to it. The file in > the distribution is called config.h-W32. The nmakefile need to be changed > to spec config.h-W32 as the dependency. The DJGPP source distribution has some files renamed, to prevent problems when unzipping the distribution on plain DOS systems, where a file name such as config.h.W32 is not allowed. You should not use mak3791s.zip for building any version of Make but the DJGPP one. If you need to build a different version, please download the official distribution from the GNU ftp site, ftp.gnu.org.