cuda sdk example compile error

I’m a begineer in CUDA. I installed NVIDIA_GPU_Computing_SDK in my linux server.

and I got a message for compiling it’s example program as below…

make[1]: Entering directory /home/zerom/nvidia/C/src/SobelFilter' /usr/bin/ld: cannot find -lglut collect2: ld returned 1 exit status make[1]: *** [../../bin/linux/release/SobelFilter] Error 1 make[1]: Leaving directory /home/zerom/nvidia/C/src/SobelFilter’
make: *** [src/SobelFilter/Makefile.ph_build] Error 2

Could anybody help me ???

Looks like you don’t have the necessary libraries installed. Check the getting started note for Linux to find the packages you need and then install them.