Hi,
I'm trying to install glscene on Ubuntu 10.10
I have Lazarus installed in my home dir. not sure why I did that or how (still new to linux).
anyway Lazarus seems to work fine there. It can recompile from there and I've been useing it for some time with no problems. now I'm tring to install glsene latest downloadable snapshot. it seems to compile fine but then I get linking error's when rebuilding lazarus.

/usr/bin/ld: warning: ../link.res contains output sections; did you forget -T?
/usr/bin/ld: cannot find -lGL
/usr/bin/ld: cannot find -lGLU
/usr/bin/ld: cannot find -lXxf86vm
/home/carver413/lazarus/ide/lazarus.pp(127,1) Error: Error while linking
/home/carver413/lazarus/ide/lazarus.pp(127,1) Fatal: There were 1 errors compiling module, stopping

don't have a clue what is needed here. please help