Adam wrote:
Trying to install Atlas - latest version. Installed Plib,
Simgear (and even the database package).
However, when I try _________________________________________________
./configure --with-plib=/usr/include/plib
--with-simgear=/usr/local/include/simgear --with-x
--x-include=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
_________________________________________________
I get _________________________________________________


Unable to find the necessary OpenGL or GLUT libraries.
See config.log for automated test details and results ...
_________________________________________________
And config.log shows _________________________________________________
configure:3062: checking for glutGetModifiers in -lglut
configure:3081: gcc -o conftest -g -O2 conftest.c -lglut -lm 1>&5/usr/bin/ld: cannot find -lglut
Do you have the glut library installed and is it in the LD_LIBRARY_PATH?
I think the same problem did happen to SimGear, and my guess is that you have to add /usr/local/lib to your /etc/ld.conf file.


I also had to comment out line 1442 in configure as it was
giving the error: _________________________________________________
./configure: line 1442: syntax error near unexpected token
`no,'./configure: line 1442: `wi_EXTRA_DIRS(no,
${EXTRA_DIRS})'
You might want to tru to run .autogen.sh in the Atlas directory to get rid of this problem?

Erik


_______________________________________________
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users


Reply via email to