I can't compile lazarus on my FreeBSD system:
------------------------------------------------------------------------
Compiling initialsetupdlgs.pas
Compiling makeresstrdlg.pas
Compiling todolist.pp
Compiling /common/lazarus/components/mpaslex/mpaslex.pp
Compiling codeexplorer.pas
Compiling codeexplopts.pas
Compiling buildfiledlg.pas
Compiling extractprocdlg.pas
Compiling findrenameidentifier.pas
Compiling cleandirdlg.pas
Linking ../lazarus
/usr/bin/ld: cannot find -lglib12
lazarus.pp(113,1) Error: Error while linking
gmake[2]: *** [lazarus] Error 1
gmake[2]: Leaving directory `/common/lazarus/ide'
gmake[1]: *** [ide] Error 2
gmake[1]: Leaving directory `/common/lazarus/ide'
gmake: *** [ide] Error 2
-------------------------------------------------------------------------------
I have glib12 installed. What to do?! Please Help!