Message-ID: <37CD82E5.168FAF3B@res.raytheon.com> From: ingrama X-Mailer: Mozilla 4.51 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Help please: problem making allegro Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 24 Date: Wed, 01 Sep 1999 15:47:49 -0400 NNTP-Posting-Host: 138.127.172.127 X-Complaints-To: news AT icg DOT raytheon DOT com X-Trace: bos-service2.ext.raytheon.com 936215280 138.127.172.127 (Wed, 01 Sep 1999 14:48:00 CDT) NNTP-Posting-Date: Wed, 01 Sep 1999 14:48:00 CDT Organization: Raytheon Company To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Grettings, I get an error when making allegro from within the allegro directory. I just downloaded all the latest files from the delorie web site, so I pretty sure I have the latest stuff. My system: Win NT, 64M, PPro200 I get the following error message: gcc -s -o examples/ex5.exe obj/djgpp/ex5.o lib/djgpp/liballeg.a gcc -I. -Isrc -Iobj/djgpp -Wall -Wno-unused -m486 -O3 -ffast-math -fomit-f ointer -o obj/djgpp/ex6.o -c examples/ex6.c gcc -s -o examples/ex6.exe obj/djgpp/ex6.o lib/djgpp/liballeg.a Load error: no DOS memory make.exe: *** [examples/ex6.exe] Error 1 It seems the build went pretty far before dying, I sat here and watched it for 4-5 minutes, and only finally died when building the 6th example file. . . Are these the last source files to be built?? I could care less about the examples, and if I need them will just build them myself.