sdk installation problem on suse 10.2 cannot find -lGLU

Hi,

I installed CUDA on a 64 bit Machine with OpenSUSE 10.2. I fail to compile the sample projects. I got the following error message.

:~/NVIDIA_CUDA_SDK/projects/scan> make

/usr/lib64/gcc/x86_64-suse-linux/4.1.2/…/…/…/…/x86_64-suse-linux/bin/ld: cannot find -lGLU

collect2: ld returned 1 exit status

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

do i missing a library? I have freeglut installed…

best

Severin

You need libGLU.so

how’s the best way to get it?

installing mesa-devel is doing the job…thanks for your hint.