Cuda 3.1 issues

I just installed the 3.1 toolkit on my mpb and i have two problems:

  1. when i try to make the example the linker complains about a missing lcuda. I search in the lib directory and effectively libcuda is missing
  2. some of the example where build but when i execute one of them i got the error:
    bandwidthTest.cu(602) : cudaSafeCall() Runtime API error : CUDA driver version is insufficient for CUDA runtime version.

I have the latest driver 3.1.10 and a fresh 3.1 install.

What is you gcc/g++ Version ?

4.0 and 4.2 with the same results.
Anyway this worked fine with Cuda 3.0.

Solved !
I uninstall everything and the reinstall the driver and the toolkit.
I don’t now what was wrong the first time and why some file were not copied
by the installer without any error …

I remember somewhere said install driver AFTER cuda toolkit, for it might erase the cuda lib.

Just put it here for the record.

I remember somewhere said install driver AFTER cuda toolkit, for it might erase the cuda lib.

Just put it here for the record.