Problem with Cuda 3.2

Hi .
I’m a problem with CUDA 3.2 . I Install driver and Toolkit but when i compile i get this error :

/cuda/lib64/libcublas.so: undefined reference to `cudaGetExportTable’

Any ideas ?
I work with Ubuntu 10.10

In Linux use this plugin for eclipse http://www.ai3.uni-bayreuth.de/software/eclipsecudaqt/ otherwise you should set everything manually (google it), in any case my suggestion is to use Visual Studio and Parallel Nsight to develop and debug CUDA application… is more comfortable environment than Linux + Eclipse + CUDA plugin + CUDA-gdb!! Trust me…

Thankyou for the answer . I resolved the problem just link the cudart library for the linker .