Message-ID: <350FDE42.1A07@midamer.net> Date: Wed, 18 Mar 1998 08:46:32 -0600 From: "Jeff D.S." MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Allegro+Make=Exiting~Error1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: clpm2-1.midamer.net Lines: 29 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I'm new to DJGPP/C/C++, but have had some success thus far with some simple C programming with the use of RHIDE. :-) I decided to move on to more interesting (for me) tasks and D'Loaded Allegro 3.0 to work with some graphics and sounds libs. I PKunzipped it into my DJGPP directory and executed Make at the prompt as indicated. After three iterations of the make I get this message: Exiting due to signal SIGSEGV General Protection Fault at eip=0009178 eax=000b90b4 ebx=00000000 ecx=00000000 edx=000000009 edi=000b8fff ebp=00068828 esp=000687f8 program=C:\DJGPP\BIN\CPP.EXE cs: sel=025f base=(etc.etc. Do you need this?) Call grame traceback EIPs: 0x00009178 0x00003f47 0x000115f6 make.exe: *** [obj/djgpp/asmdef.exe] Error 1 So I'm suscribed to the DJGPP mailing list and have looked through my reserves and the news group to find help with this situation, but haven't found it yet. :-( I need knowledge of how to correct this problem. I'm running a PowerMac->VirtualPC->WIN95/DOS->DJGPP and my simple programs have worked fine, but now there's this Allegro -- Make problem and all I have is a bunch of memory addresses and the location of the foul file. What do I do with that?!? Please help. ThankYou Jeff D.S.