Mail Archives: djgpp/1997/05/21/10:49:15
I have installed (and later un-installed) the PGCC patches. When I use
them to compile, I often get errors I do not recognise, and cannot fix. To
check it wasn't my code, I tried recompiling Allegro 2.2. The following
text was grabbed straight to the clipboard from a DOS box in Win95:-
C:\djgpp\allegro>make
Compiling the djgpp version of Allegro. Please wait...
gcc -I. -Isrc -Isrc/djgpp -Iobj/djgpp -Wall -Werror -m486 -O3 -ffast-math
-fomit
-frame-pointer -o obj/djgpp/allegro.o -c src/allegro.c
c:\djgpp\tmp/ccaaaaaa.s: Assembler messages:
c:\djgpp\tmp/ccaaaaaa.s:192: Error: Alignment too large: 15. assumed.
c:\djgpp\tmp/ccaaaaaa.s:209: Error: Alignment too large: 15. assumed.
c:\djgpp\tmp/ccaaaaaa.s:230: Error: Alignment too large: 15. assumed.
c:\djgpp\tmp/ccaaaaaa.s:372: Error: Alignment too large: 15. assumed.
c:\djgpp\tmp/ccaaaaaa.s:398: Error: Alignment too large: 15. assumed.
c:\djgpp\tmp/ccaaaaaa.s:428: Error: Alignment too large: 15. assumed.
c:\djgpp\tmp/ccaaaaaa.s:623: Error: Alignment too large: 15. assumed.
c:\djgpp\tmp/ccaaaaaa.s:680: Error: Alignment too large: 15. assumed.
c:\djgpp\tmp/ccaaaaaa.s:745: Error: Alignment too large: 15. assumed.
make.exe: *** [obj/djgpp/allegro.o] Error 1
. . . does this appear to be something I am doing wrong, or is it, as the
web page suggests, a problem with the early binaries? Should I just wait
for the proper release? I have got rid of the .exe's, and gone back to
normal, everything works as it did again. Should I just wait?
Thanks in advance,
-Thomas
- Raw text -