Date: Sat, 8 Aug 1998 12:40:33 -0700 (PDT) Message-Id: <199808081940.MAA12329@mail.pris.bc.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: djgpp AT delorie DOT com From: Mary Ellen Howitt Subject: Error Compiling Allegro - cblend15.o Precedence: bulk I'm not quite sure that this message belongs in the Allegro mailing list and so I'm sending it here. I got allegro 3.0, decompressed it to DJGPP dir using -d then (in the djgpp\allegro dir) did a make. It compiled the first few files and then trying cblend15.o I got this: gcc -m486 -O3 -ffast-math -fomit-frame-pointer -o obj/djgpp/cblend15.o -c src/cblend15.c Exiting due to signal SIGSEGV General Protection Fault at eip=0003aec1 eax=00000004 ebx=048fd068 ecx=00leb744 edx=0000002f esi=00000001 edi=008ff268 ebp=001d8e28 esp=001d8e18 limit=00aaffff cs: sel=0127 base=10140000 limit=00aaffff ds: sel=012f base=10140000 limit=00aaffff es: sel=012f base=10140000 limit=00aaffff fs: sel=010f base=00020580 limit=0000ffff gs: sel=013f base=00000000 limit=ffffffff ss: sel=012f base=10140000 limit=00aaffff Call frame traceback EIPs: 0x0003aec1 0x0003aeef 0x0003ae8c 0x0003adcb 0x00027787 0x00075b38 0x00026ebf 0x000290e2 0x000efd9a make.exe: *** [obj/djgpp/cblend15.o] Error 1 Anyone know what's wrong with this? Thanks, Colin Dellow