thanks for the reply , I expected to need to update fpc , that's why it was the first thing I tried , you have the error it produced above.
I just updated the whole of fpcbuild
bash-3.1#pwd
/svn/fpcbuild/trunk/fpcsrc
bash-3.1#make all
make: Nothing to be done for `all'.
bash-3.1#make install
....
se/units/i386-linux -FE. -FU/svn/fpcbuild/trunk/fpcsrc/fcl/units/i386-linux -Fl/usr/lib/gcc/i686-pc-linux-gnu/3.4.6 -Fl/usr/local/lib -Fl//usr//lib/opengl/xorg-x11/lib -Fl/usr/i686-pc-linux-gnu/lib -Fl/usr/lib/gcc/i686-pc-linux-gnu/3.4.6 -Fl/usr/lib/nspr -Fl/usr/lib/nss -Fl/usr/lib/mozilla -Fl/usr/lib -Fl/usr/lib/openmotif-2.2 -Fl/usr/lib/qt4 -Fl/usr/kde/3.5/lib -Fl/usr/qt/3/lib -Fl/usr/games/lib -Fl/usr/lib/fltk-1.1 -Fl/usr/lib/libstdc++-v3/ -di386 -dRELEASE ibconnection.pp
Fatal: Can't find unit System
Fatal: Compilation aborted
make[6]: *** [ibconnection.ppu] Error 1
make[6]: Leaving directory `/svn/fpcbuild/trunk/fpcsrc/fcl/db/sqldb/interbase'
make[5]: *** [interbase_all] Error 2
make[5]: Leaving directory `/svn/fpcbuild/trunk/fpcsrc/fcl/db/sqldb'
make[4]: *** [sqldb_all] Error 2
make[4]: Leaving directory `/svn/fpcbuild/trunk/fpcsrc/fcl/db'
make[3]: *** [db_all] Error 2
make[3]: Leaving directory `/svn/fpcbuild/trunk/fpcsrc/fcl'
make[2]: *** [fcl_distinstall] Error 2
make[2]: Leaving directory `/svn/fpcbuild/trunk/fpcsrc'
make[1]: *** [installother] Error 2
make[1]: Leaving directory `/svn/fpcbuild/trunk/fpcsrc'
make: *** [install] Error 2
I see in another thread you advise removing fpc and the ppc link but this produces :
Makefile:119: *** Compiler ppc386 not found. Stop.
not surprisingly .
Where can I find complete instructions on how to install and build fpc from svn. I have spent considerable time ploughing around but found nothing.
TIA