Re: [Plib-users] configure/compile issues...Help?
Brought to you by:
sjbaker
From: Shawn S. <so...@w-...> - 2003-02-23 01:35:05
|
> > It's not even finding X windows - and without that, it has no chance of > finding OpenGL. > > I suggest you look in the 'config.log' file where you'll see that the > configure script has tried to compile a five line C program and link it= to > X. For some reason that failed - and we need to know why - you should = see > the error message towards the end of the file. Is this what I'm looking for? ##############################config.log##################### configure:10523: checking for X configure:10624: gcc -E -I/usr/local/include conftest.c cpp0: warning: changing search order for system directory "/usr/local/inc= lude" cpp0: warning: as it has already been specified as a non-system directo= ry configure:10621:27: X11/Intrinsic.h: No such file or directory configure:10630: $? =3D 1 configure: failed program was: #line 10620 "configure" #include "confdefs.h" #include <X11/Intrinsic.h> configure:10675: gcc -o conftest -g -O2 -I/usr/local/include =20 -I/usr/local/include -L/usr/local/lib conftest.c -lXt >&5 cc1: warning: changing search order for system directory "/usr/local/incl= ude" cc1: warning: as it has already been specified as a non-system director= y configure:10664:27: X11/Intrinsic.h: No such file or directory configure:10678: $? =3D 1 configure: failed program was: #line 10663 "configure" #include "confdefs.h" #include <X11/Intrinsic.h> int main () { XtMalloc (0) ; return 0; } configure:10722: result: no |