Version: (using KDE KDE 3.97.0) Installed from: Compiled From Sources Some of the screensavers use symbols from linGLU. The makefile checks for the existance of libGLU (OPENGL_GLU_FOUND), but doesn't link against libGLU (${QT_QTOPENGL_LIBRARY}). Building of these screensavers fails on Debian because of non-found symbols. The attached patch fixes the problem.
Created attachment 22736 [details] Fixes build failure
SVN commit 753854 by uwolfer: Link kscreensavers against libGLU. Patch by Armin Berres, thanks. BUG: 154766 M +8 -8 CMakeLists.txt WebSVN link: http://websvn.kde.org/?view=rev&revision=753854
*** Bug 148396 has been marked as a duplicate of this bug. ***