I've installed Cuda 5.0 (Preproduction Release) on my iMac which has an NVIDIA GeForce 9400 Cuda-enabled GPU. Using the bundled Eclipse Nsight, I created a project and built it successfully. But, when I try to run it, Eclipse shows me this error message:
dyld: Library not loaded: @rpath/libcudart.dylib Referenced from: /Users/home/cuda-workspace/sample_project/Release/sample_project
Reason: image not found
Any help?