Date: Wed, 21 May 1997 12:43:49 -0700 (PDT) From: KaRNaGE To: Dj Delorie Subject: Re: PGCC Problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk i have gotten allegro 2.2 to compile with the PGCC patch...you have to edit the switches in the makefile: OFLAGS = -O6 -mpentium -ffast-math -fomit-frame-pointer Basically i took out the -m486 (which gave you the allignment errors) then in CFLAGS you have to take out the -Werror because you will get warnings about comparing unsigned with signed variables....but those are the only warnings i got (which have always been there, but -Wall now turns on that warning)....but allegro works fine with the PGCC patch....BTW demo.c will NOT compile at all though (and it should stop on that file when makeing) because there's a pagefull of errors =)..but liballeg.a compiles just fine.... > 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:-