Sur ma Mandriva, j'essaye de compiler le compo 4k 2004 (des démos tenant dans 4ko de code).
Bien évidemment, ça nécessite la librairie GLU.
Je l'installe (paquet libMesaGLU1-devel) et retente la compilation.
Invariablement j'ai :
#gcc -I /usr/include/SDL -I /usr/X11R6/include/GL/ -I ../../../include -lSDL -lGL -lGLU -lm -W -lpthread -O shadowsun.c -o shadowsun
shadowsun.c: In function 'main':
shadowsun.c:169: warning: incompatible implicit declaration of built-in function 'strlen'
/usr/bin/ld: cannot find -lGLU
collect2: ld returned 1 exit status
A chaque fois, depuis des
(…)