Mail Archives: djgpp/2000/11/24/08:51:57
I go to compile Allegro by typing "make" in "C:\DJGPP\allegro" through a dos
prompt and it screws up. I get this:
Compiling Allegro. Please wait...
gcc -I. -Isrc -Iobj/djgpp -Wall -Wno-unused -m486 -O3 -ffast-math
-fomit-frame-p
ointer -o obj/djgpp/stretch.o -c src/stretch.c
Exiting due to signal SIGSEGV
Page fault at eip=00154e9a, error=0004
eax=a8e05d84 ebx=0019278c ecx=ffda76f3 edx=0039f322 esi=00000000 edi=000000c0
ebp=00322230 esp=00322214 program=C:\DJGPP\LIB\GCC-LIB\DJGPP\2.952\CC1.EXE
cs: sel=015f base=835d2000 limit=ffdaefff
ds: sel=0167 base=835d2000 limit=ffdaefff
es: sel=0167 base=835d2000 limit=ffdaefff
fs: sel=013f base=00012b80 limit=0000ffff
gs: sel=0177 base=00000000 limit=0010ffff
ss: sel=0167 base=835d2000 limit=ffdaefff
App stack: [0032290c..001a290c] Exceptn stack: [001a2818..001a08d8]
Call frame traceback EIPs:
0x00154e9a
0x003223ac
make.exe: *** [obj/djgpp/stretch.o] Error 1
Now, with most other times it does this, I can type make about 5 times over
and it will compile the file. stretch.c is the only one that does this. How
do I fix this, I am a newbie to this. Please do NOT send me to any sites that
don't give a direct answer, just tell me how to do it. Thanks
- Raw text -