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
_________________________________________________
checking for IceConnectionNumber in -lICE... yes
checking for cos in -lm... yes
checking for socket in -lsocket... no
checking for XCreateWindow in -lX11... no
checking for XShmCreateImage in -lXext... no
checking for XGetExtensionVersion in -lXi... no
checking for IceOpenConnection in -lICE... no
checking for SmcOpenConnection in -lSM... no
checking for XtMalloc in -lXt... no
checking for XmuLookupStandardColormap in -lXmu... no
checking for glNewList in -lGLcore... no
checking for glNewList in -lGL... no
checking for glNewList in -lMesaGL... no
checking for gluLookAt in -lGLU... no
checking for gluLookAt in -lMesaGLU... no
checking for glutGetModifiers in -lglut... no
checking for glutGameModeString in -lglut... no
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
collect2: ld returned 1 exit status
configure: failed program was:
#line 3070 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.
*//* We use char because int might match the return type of a
gcc2 builtin and then its argument prototype would still
apply. */ char glutGetModifiers();
int main() {
glutGetModifiers()
; return 0; }
configure:3111: checking for glutGameModeString in -lglut
configure:3130: gcc -o conftest -g -O2 conftest.c -lglut
-lm 1>&5/usr/bin/ld: cannot find -lglut
collect2: ld returned 1 exit status
configure: failed program was:
#line 3119 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.
*//* We use char because int might match the return type of a
gcc2 builtin and then its argument prototype would still
apply. */ char glutGameModeString();
int main() {
glutGameModeString()
; return 0; }
_________________________________________________
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})'
_________________________________________________
Any help appreciated greatly here.
Thanks
Adam
_______________________________________________
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users