Hi i’m new here.
First of all i have to tell you about the system i’m trying to
develop cuda.
I have an intel i7 processor 64bit
The operating system i’m running on is Ubuntu linux 10.04 64bit
I also have a Ge Force GT240 on my pc which supports cuda.
Well these days i’ve read many posts about how to properly install
the cuda sdk.
so i have successfully (as i suppose) installed
cudatoolkit_3.2.16_linux_64_ubuntu10.04
NVIDIA-Linux-x86_64-260.19.44
gpucomputingsdk_3.2.16_linux
The next step is trying to do make
co i go on the folder NVIDIA_GPU_Computing_SDK/C
and i do make
and that’s the time i’m getting these errors
"make -C src/bicubicTexture/
make[1]: Entering directory ~/NVIDIA_GPU_Computing_SDK/C/src/bicubicTexture' /usr/bin/ld: cannot find -lGL collect2: ld returned 1 exit status make[1]: *** [../../bin/linux/release/bicubicTexture] Error 1 make[1]: Leaving directory
~/NVIDIA_GPU_Computing_SDK/C/src/bicubicTexture’
make: *** [src/bicubicTexture/Makefile.ph_build] Error 2
"
I have to say that nvcc is installed properly and i have
also configured properly the PATH an LD_LIBRARY_PATH
this is the output
echo $PATH
/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
echo $LD_LIBRARY_PATH
:/usr/local/cuda/lib64:/usr/local/cuda/lib
Is there anyone who knows about this error ?
i could also appreciate if someone posts all the installation steps from the beginning