X-POP3-Rcpt: mlehmann AT universe DOT sgh-net DOT de Message-ID: <34CEF94D.375BE4F7@mindgate.net> 28 Jan 1998 17:24:30 +0800 From: Andy Sy X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: beastium-list AT Desk DOT nl Subject: pgcc compiling XFree86 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Marc Lehmann Status: RO Content-Length: 512 Lines: 17 I have been trying to get pgcc to compile XFree86 3.3.1 from source with glibc 2.0.6, and have finally managed to get it down to 1 error only. This is from : ...../xc/programs/Xserver/PEX5/dipex/swap/check.c There is a static INT16 lastfp[MAXCLIENTS] earlier in check.c itself, but the succeeding extern INT16 lastfp[ ]; statements give array size not found errors. I'm trying to fix it by putting MAXCLIENTS in them as well... btw, so far I've only tried the default -O2 -fno-strength-reduce CC flags...