I would like to use the mesa (opengl) library in C or C++. I installed (debian2.2 potato) mesa-glide2 3.1-17 mesa-widget 3.1-17 mesademos
or tried (instead) mesa-dev mesag3 I tried to compile some example of using opengl (mesa) library with the following heather: #include <GL/glut.h> and using the following command: gcc -lglut -lMesaGLU -lMesaGL -lXi -lXmu -lX11 -lXext -lm -o triangle triangle.c and got the following message: /usr/bin/ld: cannot find -lMesaGLU collect2: ld returned 1 exit status What debian packages (debian2.2 potato) should I install to be able to use the mesa library? Jan