From: "Joe D'Abbraccio" Newsgroups: comp.os.msdos.djgpp Subject: Re: NT make problems Date: Tue, 15 Aug 2000 17:18:22 -0400 Organization: Motorola Lines: 39 Message-ID: <8ncc0l$nhb$1@schbbs.mot.com> References: <8nbp4n$9g1$1 AT schbbs DOT mot DOT com> <3028-Tue15Aug2000224739+0300-eliz AT is DOT elta DOT co DOT il> NNTP-Posting-Host: 220.100.232.198 X-Trace: schbbs.mot.com 966374229 24107 220.100.232.198 (15 Aug 2000 21:17:09 GMT) X-Complaints-To: postmaster AT mot DOT com NNTP-Posting-Date: 15 Aug 2000 21:17:09 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 "Eli Zaretskii" wrote in message news:3028-Tue15Aug2000224739+0300-eliz AT is DOT elta DOT co DOT il... > 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. ---makefile --- all: ../lnk/boot.eln ../lnk/boot.eln: boot.asm echo hello dspasm -bc:/workdir/lnk/boot.eln -l c:/workdir/lnk/boot.lst -oelf -Ic:/workdir/include -g -omex,md,rc -dPROC_F AMILY 2 -dPRO clean: -del ..\lnk\boot.eln ---output --- C:\workdir\BOOT>make echo hello hello dspasm -bc:/workdir/lnk/boot.eln -l c:/workdir/lnk/boot.lst -oelf -Ic:/workdir/include -g -omex,md,rc -dPROC_F AMILY 2 -dPRO Program too big to fit in memory > Are the programs you run from the Makefile DJGPP-compiled programs, or > were they compiled with some other compiler? Most likely not. The only thing I know is that the program (dspasm) is about 1Mbyte and a standalone executeable. Thanks for your attention. Joe