From: "Marp" Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp 3.0.2 problem? Date: Thu, 22 Nov 2001 00:57:43 -0500 Organization: MindSpring Enterprises Lines: 41 Message-ID: <9ti43o$vvd$1@nntp9.atl.mindspring.net> References: <3bfc2f62 AT leia DOT ktsnet DOT com> NNTP-Posting-Host: 9e.fc.1f.14 X-Server-Date: 22 Nov 2001 05:57:12 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com This is a known problem when compiling allegro with optimization with gcc 3.0.2. The allegro people are aware of this. You have 3 choices: 1. do a non-optimized build 2. build it with an older version of gcc 3. wait until it is fixed BTW, what version of allegro were you trying to build? - Marp "Cody" wrote in message news:3bfc2f62 AT leia DOT ktsnet DOT com... > I just downloaded the newest version of djgpp, and when trying to compile > the allegro gaming library, the following error occurred: > > C:\WINDOWS\Desktop\t\djgpp\allegro\make > > Exiting due to signal SIGSEGV > Page fault at eip=0002229e, error=0004 > eax=1f2b4a0f ebx=00000000 ecx=00000001 edx=00000000 esi=2f0f4238 > edi=00000000 > ebp=007c6054 esp=fe1dee28 > program=C:\WINDOWS\DESKTOP\T\DJGPP\ALLEGRO\TOOLS\DAT2S > .EXE > cs: sel=00ef base=863eb000 limit=fe1dffff > ds: sel=00ff base=863eb000 limit=fe1dffff > es: sel=00ff base=863eb000 limit=fe1dffff > fs: sel=00cf base=00013a30 limit=0000ffff > gs: sel=010f base=00000000 limit=0010ffff > ss: sel=00ff base=863eb000 limit=fe1dffff > App stack: [fe1e0000..fe160000] Exceptn stack: [000db460..000d9520] > > Call frame traceback EIPs: > 0x0002229e > make.exe: *** [obj/djgpp/setupdat.s] Error -1 > This could be a problem with allegro, but I don't think so. Anyone have > some advice? > >