Date: Thu, 9 Sep 1999 09:18:38 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Andy cc: djgpp AT delorie DOT com Subject: Re: Need help building Allegro!?! In-Reply-To: <7r648k$87t$1@nclient9-gui.server.ntli.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 8 Sep 1999, Andy wrote: > 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) No, this is a totally different case, see below. > 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 ^^^^^^^ See? The program that crashed is cc1.exe, the C compiler. The original message that started this thread talked about an Allegro program that crashed, not the compiler. > 0x0054779b > make.exe: *** [obj/djgpp/mixer.o] Error 1 > > Sorry no data from symify This is normal: DJGPP binaries distributed in the zip files are stripped of the debugging symbols, so SYMIFY won't find anything. > not much time now and I do not know how to use > the program yet, I have not found the docs Section 9.2 of the FAQ tells you how to use SYMIFY.