Hello,
I’m pretty sure I’m doing something dumb because I’ve only had a GPU computer for 2 days. I’ve installed the driver, Tollkit and SDK under RHEL5.4. I found one problem with -lglut solved on this forum, but next error doesn’t seem to fit. When I run make in NVIDIA_GPU_Computing_SDK]/C I get the error:
make[1]: Entering directory `/home/mrosing/NVIDIA_GPU_Computing_SDK/C/src/simpleTextureDrv’
/usr/bin/ld: cannot find -lcuda
A list of $LD_LIBRARY_PATH gives:
$ ls -l $LD_LIBRARY_PATH
total 38436
lrwxrwxrwx 1 root root 17 Dec 7 08:58 libcublasemu.so → libcublasemu.so.3
lrwxrwxrwx 1 root root 21 Dec 7 08:58 libcublasemu.so.3 → libcublasemu.so.3.0.8
-rwxr-xr-x 1 root root 8120440 Dec 7 08:58 libcublasemu.so.3.0.8
lrwxrwxrwx 1 root root 14 Dec 7 08:58 libcublas.so → libcublas.so.3
lrwxrwxrwx 1 root root 18 Dec 7 08:58 libcublas.so.3 → libcublas.so.3.0.8
-rwxr-xr-x 1 root root 21622336 Dec 7 08:58 libcublas.so.3.0.8
lrwxrwxrwx 1 root root 17 Dec 7 08:58 libcudartemu.so → libcudartemu.so.3
lrwxrwxrwx 1 root root 21 Dec 7 08:58 libcudartemu.so.3 → libcudartemu.so.3.0.8
-rwxr-xr-x 1 root root 246600 Dec 7 08:58 libcudartemu.so.3.0.8
lrwxrwxrwx 1 root root 14 Dec 7 08:58 libcudart.so → libcudart.so.3
lrwxrwxrwx 1 root root 18 Dec 7 08:58 libcudart.so.3 → libcudart.so.3.0.8
-rwxr-xr-x 1 root root 255456 Dec 7 08:58 libcudart.so.3.0.8
lrwxrwxrwx 1 root root 16 Dec 7 08:58 libcufftemu.so → libcufftemu.so.3
lrwxrwxrwx 1 root root 20 Dec 7 08:58 libcufftemu.so.3 → libcufftemu.so.3.0.8
-rwxr-xr-x 1 root root 1676224 Dec 7 08:58 libcufftemu.so.3.0.8
lrwxrwxrwx 1 root root 13 Dec 7 08:58 libcufft.so → libcufft.so.3
lrwxrwxrwx 1 root root 17 Dec 7 08:58 libcufft.so.3 → libcufft.so.3.0.8
-rwxr-xr-x 1 root root 7284272 Dec 7 08:58 libcufft.so.3.0.8
libcuda isn’t there. What did I do wrong?
Thanks,
Mike