Date: Sat, 16 Dec 2000 19:13:08 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: oebns AT haobhaqrq DOT pbz (Broaf Oaf) Message-Id: <5567-Sat16Dec2000191307+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: Subject: Re: cannot 'make' allegro References: 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: oebns AT haobhaqrq DOT pbz (Broaf Oaf) > Newsgroups: comp.os.msdos.djgpp > Date: 16 Dec 2000 15:31:17 GMT > > D:\junk\prog\cpp\djgpp\ALLEGRO>make > Compiling Allegro. Please wait... > gcc -I. -Isrc -Iobj/djgpp -Wall -Wno-unused -m486 -O3 -ffast-math -fomit- > frame-pointer -s -o obj/djgpp/asmdef.exe src/asmdef.c > > it crashes ntvdm.exe, or causes a gpf > > btw, i'm using windows 2000 professional, if that matters It does matter. This is a known problem on Windows 2000: NTVDM crashes when nested DJGPP programs are invoked (like in the above case, where Make calls gcc). We don't know about any work-around except compiling manually from the command line. Sorry.