Mail Archives: pgcc/1998/01/28/17:24:30
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...
- Raw text -