Hi All,
My cuda install onto fresh Ubuntu 14.04 running on an x86_64 works now with the samples that don’t have graphics. But any of the samples that have graphics fail to compile due to libGL not being found. I have installed libglib2.0-dev, freeglut3-dev, libgtk2.0-dev using ‘sudo apt-get’. Is there something else I need to install? From ‘make’:
/usr/bin/ld: cannot find -lGL
From 'ld -IGL --verbose:
…
attempt to open //usr/local/lib/x86_64-linux-gnu/libGL.so failed
attempt to open //usr/local/lib/x86_64-linux-gnu/libGL.a failed
…
ld: cannot find -lGL
In /usr/local/lib/x86_64_linux-gnu, libGL.so is a link to mesa/libGL.so, which is a link to libGL.so.1.2.0, which doesn’t exist.
I’d appreciate any advice or suggestions. This is getting pretty frustrating! Thanks! /jd