Hi,
I think the libraries case is a little diferant. If
you wont Linux to find your libraries their directory
needs to be defined in /etc/ld.so.conf . So you need
to use a command like :
echo "" >> /etc/ld.so.conf
After running that command your libraries will be
recognized by Linux. IMHO it d
Hi
I'm trying to compile FreeReign-0.0.6 which uses Mesa
as a graphic library.
Running the ./configure script the script print's the
following error :
error message
checking for GL/glut.h... no
configure: error: You need to have the glut headers
installed
end of error mess