Date: Sun, 9 Aug 1998 11:49:22 +0300 (IDT) From: Eli Zaretskii To: Mary Ellen Howitt cc: djgpp AT delorie DOT com Subject: Re: Error Compiling Allegro - cblend15.o In-Reply-To: <199808081940.MAA12329@mail.pris.bc.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 8 Aug 1998, Mary Ellen Howitt wrote: > 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 It seems you have manually typed the crash traceback, and you have omitted some crucial information. Please post the entire text that gets printed at the crash point, *exactly* as it is printed. (The easiest way to do so is to redirect the output to a file, e.g, using the `redir' program which comes with DJGPP.) Some advice about overcoming similar problems is available in the DJGPP FAQ list (v2/faq210b.zip from the same place you get DJGPP), sections 6.3 and 6.4.