PDA

View Full Version : /usr/bin/ld cannot find -lGL



narlapavan
12th July 2013, 09:11
When i am doing make i am getting the following error

/usr/bin/ld cannot find -lGL

how to solve these

saman_artorious
12th July 2013, 12:49
install the gl library.
use
apt-get install lib-name
or whatever tool your linux uses.