From: "Joe D'Abbraccio" Newsgroups: comp.os.msdos.djgpp Subject: NT make problems Date: Tue, 15 Aug 2000 11:56:15 -0400 Organization: Motorola Lines: 20 Message-ID: <8nbp4n$9g1$1@schbbs.mot.com> NNTP-Posting-Host: 220.100.232.198 X-Trace: schbbs.mot.com 966354903 9729 220.100.232.198 (15 Aug 2000 15:55:03 GMT) X-Complaints-To: postmaster AT mot DOT com NNTP-Posting-Date: 15 Aug 2000 15:55:03 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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? My previous version which I believe was built with MS VC seems to run ok. 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. Regards, Joe