[b]Hello,
I am new on linux and i am trying to install cuda. I haveinstalled the driver, the SDK and the toolkit. I am trying to compile the sample programs but i am unable to do it. when i type the make instruction i get the following error:[/b]
[i][i]make[1]: Entering directory /home/Carlos/NVIDIA_CUDA_SDK/common' mkdir: cannot create directory
obj’: Permission denied
make[1]: *** [makedirectories] Error 1
make[1]: Leaving directory `/home/Carlos/NVIDIA_CUDA_SDK/common’
make: *** [lib/libcutil.so] Error 2
when i try the same instruction as a superuser i get the following error:
make[1]: Entering directory /home/Carlos/NVIDIA_CUDA_SDK/common' make[1]: g++: Command not found make[1]: *** [obj/release/bank_checker.cpp.o] Error 127 make[1]: Leaving directory
/home/Carlos/NVIDIA_CUDA_SDK/common’
make: *** [lib/libcutil.so] Error 2
[b]Can anyone tell me what am i doing wrong? what does this errors mean?
thank you in advance (whoever answers),
carlos.[/b]