Installing X on PPC systems


make World
make install
make install.man

If make World fails with a gcc complaint (which it probably will) you will need to edit the xc/config/cf/linux.cf file.


#define DefaultCCOptions -fsigned-char
#define OptimzedDebugFlags -O2
#define LinuxMachineDefines -D__powerpc__
#define ServerOSDefines XFree86ServerOSDefines -DDDXTIME -DPART_NET
#define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines


make World
make install
make install.man