From: Knut Jørgen Bjuland (knutjorgen_at_gmail.com)
Date: Wed Sep 15 2010 - 11:54:17 CDT

  I have tried to compile the cvs version of vmd to get python working.
Though I am having some trouble in compiling the cuda part. I get this
error message when compiling vmd.

Linking vmd_LINUXAMD64 ...
/usr/bin/ld: cannot find -lcudart
collect2: ld returned 1 exit status
make: *** [vmd_LINUXAMD64] Error 1

Then I try to see if I the system can see the installed cuda-3.2.

ldconfig -v |grep cuda
/usr/local/cuda/lib64:
     libcudart.so.3 -> libcudart.so.3.2.9
     libcudartemu.so.3 -> libcudartemu.so.3.0.14
/usr/local/cuda/lib:
     libcudart.so.3 -> libcudart.so.3.2.9
     libcudartemu.so.3 -> libcudartemu.so.3.0.14
     libcuda.so.1 -> libcuda.so.256.53
     libcuda.so.1 -> libcuda.so.256.53
     libicudata.so.42 -> libicudata.so.42.1
     libicudata.so.42 -> libicudata.so.42.1

Then it seems to be in order. Do I have wrong version of cuda, or do I
have set one option recarding cuda wrongly. I have a rpmfusion package
version of nvidia driver.