I am using Lazarus 0.9.31 FPC 2.5.1 and
I am trying to run LazOpenGLContext example on ubuntu 10.10. It compiles fine, but fails when linking with message:
/usr/bin/ld: cannot find -lGL
/usr/bin/ld: warning: link.res contains output sections; did you forget -T?
testopenglcontext1.lpr(14,1) Error: Error while linking
testopenglcontext1.lpr(14,1) Fatal: There were 1 errors compiling module, stopping
My be someone know why.