configure: libGLU development files not found, GLU won't be supported.
GOUJON Alexandre:
It clearly appears that libGLU.so was present during the "ok" configure execution and not for the other.
No, that's not true, because "ls -alF /usr/lib/libGLU*" showed that all files and even checksum are correct (before installation of libice and after installation of libice)
Andrew Nguyen:
/usr/bin/ld: cannot find -lSM Presumably libsm is unavailable, which causes the configure check to fail.
That's it :-D Installing libsm-dev solved the libGLU issue. Many thanks!
Interesting, that ./configure does not say a word about missing libsm, like a "checking for -lSM... not found". So if another not related to wine installs libice-dev, then i can't play games under wine ;)
Anyway why configure complains about mpg123 or libGLU like:
configure: libGLU development files not found, GLU won't be supported.
but does not complain at all about: libasound2-dev, libice-dev, libsm-dev?