Vincent:
When I get to the third step I get this:
mark@mark-laptopXP:~/lazarus$ make bigide
make -C lcl all
make[1]: Entering directory `/home/mark/lazarus/lcl'
/bin/rm -f units/i386-linux/alllclunits.ppu
/usr/local/bin/ppc386 -gl -Fu. -Funonwin32 -Fuforms -Fuwidgetset -Fu/usr/local/lib/fpc/2.5.1/units/i386-linux/rtl -Fiinclude -FE. -FUunits/i386-linux -di386 alllclunits.pp
Free Pascal Compiler version 2.5.1 [2009/12/07] for i386
Copyright (c) 1993-2009 by Florian Klaempfl
Target OS: Linux for i386
Compiling alllclunits.pp
Compiling dynhasharray.pp
Compiling lclproc.pas
Compiling fileutil.pas
Compiling masks.pas
Fatal: Can't find unit Contnrs used by Masks
Fatal: Compilation aborted
make[1]: *** [alllclunits.ppu] Error 1
make[1]: Leaving directory `/home/mark/lazarus/lcl'
make: *** [lcl] Error 2
mark@mark-laptopXP:~/lazarus$