hello all how are you?. I have a problem when compiling the cuda 3.2, when I run the makefile tells me the following error: / usr / bin / ld: can not find-LGL. I think it’s some OpenGL libraries, but I think I have installed. run to install them: sudo aptitude install glut-doc-dev glutg3 libglut3-dev
Do I have to configure anything else or something else?
hello all how are you?. I have a problem when compiling the cuda 3.2, when I run the makefile tells me the following error: / usr / bin / ld: can not find-LGL. I think it’s some OpenGL libraries, but I think I have installed. run to install them: sudo aptitude install glut-doc-dev glutg3 libglut3-dev
Do I have to configure anything else or something else?
I had this same problem when I tried compiling the 3.2 SDK, even though I had all the needed packages and their libraries. It turns out the symbolic link libGL.so broke when I had installed the latest Nvidia dev driver. All I had to do was to locate, delete and replace it with a new symbolic link to a new libGL.so wich links to the symbolic link libGL.so.1 which links to the shared library libGL.so.260.19.12 as of the driver update. Hope that helps, it’s most likely either this is your problem or you’re still missing a package.
I had this same problem when I tried compiling the 3.2 SDK, even though I had all the needed packages and their libraries. It turns out the symbolic link libGL.so broke when I had installed the latest Nvidia dev driver. All I had to do was to locate, delete and replace it with a new symbolic link to a new libGL.so wich links to the symbolic link libGL.so.1 which links to the shared library libGL.so.260.19.12 as of the driver update. Hope that helps, it’s most likely either this is your problem or you’re still missing a package.