Trouble installing CUDA on Open Suse 10.2

I am trying to install CUDA on Open Suse. I have installed Toolkit and SDK.But when I go to the directory ~/NVDIA_CUDA_SDK/ and type make I get errors due to which the resulting binaries are not installed in the directory /NVIDIA_CUDA_SDK/bin/linux/release.
Please help

And those errors are?

These are the errors I get (copied from the terminal)

make[1]: Entering directory `/scratch/NVIDIA_CUDA_SDK/projects/threadMigration’

obj/release/threadMigration.cpp_o: In function `FinalErrorCheck(int, int, int)':

threadMigration.cpp:(.text+0x84): undefined reference to `cuCtxDestroy’

obj/release/threadMigration.cpp_o: In function `ThreadProc(_CUDAContext_st*)':

threadMigration.cpp:(.text+0xf2): undefined reference to `cuCtxPushCurrent’

threadMigration.cpp:(.text+0x233): undefined reference to `cuCtxPopCurrent’

obj/release/threadMigration.cpp_o: In function `InitCUDAContext(_CUDAContext_st*, int, int, char*)':

threadMigration.cpp:(.text+0x4a0): undefined reference to `cuCtxPopCurrent’

obj/release/threadMigration.cpp_o: In function `runTest(int, char**)':

threadMigration.cpp:(.text+0x74b): undefined reference to `cuCtxDestroy’

threadMigration.cpp:(.text+0x851): undefined reference to `cuCtxDestroy’

collect2: ld returned 1 exit status

make[1]: *** […/…/bin/linux/release/threadMigration] Error 1

make[1]: Leaving directory `/scratch/NVIDIA_CUDA_SDK/projects/threadMigration’

make: *** [projects/threadMigration/Makefile.ph_build] Error 2

probs solved. Found a similar thread on the forum :)

Please link if you can…I’m having similar problems with OpenSuse11.1