I have installed FPC 2.0.0 and lazarus v0.9.8beta.
Lazarus runs, however if I compile the already opened project I get this error:
Fatal Can't find unit glib.
Now, I have read the previous post, I have created an fpc.cfg file in /etc using the method described on the installing lazarus page:
sh ./samplecfg /usr/lib/fpc/2.0.0 /etc
I have also checked that these lines are present:
-Fu/usr/lib/fpc/$fpcversion/units/$fpctarget
-Fu/usr/lib/fpc/$fpcversion/units/$fpctarget/*
-Fu/usr/lib/fpc/$fpcversion/units/$fpctarget/rtl
Still no luck in compiling. Unfortunatly my Linux skills are weak so am running short on ideas.
Can anyone help me out here, as I'm itching to check that my project cross compiles on Linux!