When compiling some CUDA code, I get an error that libcutil could not be found, although I checked that the paths were correct.
Example
$ nvcc mycudacode.cu -lcutil -o mycudaproject -I ~/NVIDIA_GPU_Computing_SDK/C/common/inc -L ~/NVIDIA_GPU_Computing_SDK/C/lib /usr/bin/ld: cannot find -lcutil compilation terminated.
Even:
$ ~/NVIDIA_GPU_Computing_SDK/C/lib$ ls libcutil_x86_64.a libparamgl_x86_64.a librendercheckgl_x86_64.a
source share