From: "Andy" Newsgroups: comp.os.msdos.djgpp Subject: Re: Need help building Allegro!?! Date: Wed, 8 Sep 1999 17:57:07 +0100 Organization: NTL Internet News Service Lines: 51 Message-ID: <7r648k$87t$1@nclient9-gui.server.ntli.net> References: NNTP-Posting-Host: m34-nsv1-eagle-not.tch.cableol.net X-Trace: nclient9-gui.server.ntli.net 936809556 8445 212.250.111.109 (8 Sep 1999 16:52:36 GMT) X-Complaints-To: postmaster AT ntli DOT net NNTP-Posting-Date: 8 Sep 1999 16:52:36 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > > The only problem that has shown up is the allegro build (I cannot get any of > > them to make good exe files). Everything else I have done works just fine, > > ie no crashing. > > I built Allegro-3.12 with gcc-2.95.1, almost current binutils snapshot and > also almost current CVS version of DJGPP and all worked Ok. No crashes. > > Andris > I am having a similar problem, I use djgpp 2.02 with gcc/gpp 2.95.1 bnu 2.8.1, and I get a variety of crashes (Internal errors, SIGSEV errors), in various departments, sound and grafix (twice in mixer.c) My System is a AMD K6-III 400, Presently overclocked to 450Mhz (No problems in any thing else) 128Mb Ram PC100, Voodoo 3. Soyo (ETEQ Chipset) EH5/M mainboard. The Errors. The first error i recieved. mixer.c:828 : Internal Complier error in expand_goto_internal,at mtmt.c:713 The Last Error, I Have Had a few more but I do not have any dumps of them gcc -I. -Isrc -Iobj/djgpp -Wall -Wno-unused -m486 -O3 -ffast-math -fomit-fra me-pointer -o obj/djgpp/mixer.o -c src/mixer.c Exiting due to signal SIGSEGV General Protection Fault at eip=0054779b eax=0000005f ebx=00547774 ecx=00000007 edx=00000000 esi=00000000 edi=00000000 ebp=00323a5d esp=00333958 program=C:\UTILS\DJGPP\LIB\GCC-LIB\DJGPP\2.951\CC1.EXE cs: sel=157f base=833ec000 limit=0055ffff ds: sel=1587 base=833ec000 limit=0055ffff es: sel=1587 base=833ec000 limit=0055ffff fs: sel=155f base=00018e60 limit=0000ffff gs: sel=1597 base=00000000 limit=0010ffff ss: sel=1587 base=833ec000 limit=0055ffff App stack: [00324104..001a4104] Exceptn stack: [001a4010..001a20d0] Call frame traceback EIPs: 0x0054779b make.exe: *** [obj/djgpp/mixer.o] Error 1 Sorry no data from symify, not much time now and I do not know how to use the program yet, I have not found the docs, still learning how to use the complier :)