$ tar xvfz gtkglarea-1.2.2.tar.gz $ cd gtkglarea-1.2.2 $ ./configure (snip) checking for gtk-config... /usr/bin/gtk-config checking for GTK - version >= 0.99.7... yes checking OpenGL... yes checking Mesa... no checking Mesa with pthreads... no (snip) |
$ ./configure --with-lib-MesaGL (snip) checking OpenGL... yes checking Mesa... no checking Mesa with pthreads... no configure: error: Missing MesaGL library $ ./configure --with-lib-MesaGL=/usr/local (snip) checking OpenGL... yes checking Mesa... no checking Mesa with pthreads... no (snip) |
$ make distclean $ ./configure $ make |
$ su # make install # ldconfig # exit |