Xref: news2.mv.net comp.os.msdos.djgpp:4819 From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Program too big to fit in memory Date: Mon, 10 Jun 1996 17:46:58 CDT Organization: Rice University, Houston, Texas Lines: 6 Message-ID: <31bca5e2.sandmann@clio.rice.edu> References: Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > Same thing, Program too big... > c:/djgpp/bin\ld.exe -o genlist.exe c:/djgpp/lib\crt0.o -Lc:/djgpp/lib Yeah, you created a 75K com file as far as DOS was concerned. The output from LD is a COFF image, not an EXE. You can only specify -o .exe with V2 - not with V1.x. Either upgrade or use coff2exe