From: "Thomas Harte" Newsgroups: comp.os.msdos.djgpp Subject: PGCC problems Date: 20 May 1997 22:58:02 GMT Organization: SoftySoft Lines: 30 Message-ID: <01bc6571$477522a0$263663c3@default> NNTP-Posting-Host: host5-99-54-38.btinternet.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk 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