Hi All,
This is the error message.
make -C src/volumeRender/
make[1]: Entering directory `/home/sunnyhay/NVIDIA_GPU_Computing_SDK/C/src/volumeRender’
volumeRender.cpp:66: warning: deprecated conversion from string constant to
volumeRender.cpp:259: warning: unused parameter
volumeRender.cpp:259: warning: unused parameter
/usr/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status
make[1]: *** […/…/bin/linux/release/volumeRender] Error 1
Clearly the module GL cannot be loaded. But what is GL? glut or openGL? I tried to install everything (those lib**-dev files) I could imagine on my Ubuntu but failed eventually to fix the problem.
Does anybody tell me the exact name of the module I can apt-get install or indicate the detailed cause of the problem?
Thank you!