I had to reinstall CUDA, however I am getting this error when compiling the SDK.
I go to ~/NVIDA_SDK/C and run the make as: "sudo make"
It runs for a while then it gives me this error:
make[1]: Entering directory /home/research/NVIDIA_GPU_Computing_SDK/C/src/simpleGL'
/usr/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status
make[1]: *** [../../bin/linux/release/simpleGL] Error 1
make[1]: Leaving directory/home/research/NVIDIA_GPU_Computing_SDK/C/src/simpleGL'
make: * [src/simpleGL/Makefile.ph_build] Error 2
I did install my OpenGL drivers accordingly: sudo apt-get install freeglut3-dev libxi-dev libxmu-dev
libgl-dev, orlibgl? – Daniel Beck Feb 3 at 18:59