Posts by barton
- 19.01.2003, 00:17
- Forum: Bugs
- Topic: configure not looking where i tell it to
- Replies: 2
- Views: 1878
configure not looking where i tell it to
./configure can't find glut.h - I installed mesa in a local dir /home/www/barton so glut.h is in /home/www/barton/includes/GL instead of the default /usr/includes/GL/ when i run ./configure with these options: ./configure --prefix=/home/www/barton --with-glut=/home/www/barton/include/GL --with-gl-li...