Hi,
I tried to run sample code in path NVIDIA_CUDA-7.0_Samples/3_Imaging/bicubicTexture
When command make -f Makefile is entered the following error message is displayed.
/usr/bin/ld: cannot find -lglut
collect2: error: ld returned 1 exit status
make: *** [bicubicTexture] Error 1
Can anyone inform the cause for this error and how to resolve it?