Re: [Plib-users] configure/compile issues...Help?
Brought to you by:
sjbaker
From: Bernie B. <bb...@bi...> - 2003-02-23 04:24:48
|
On Sat, 22 Feb 2003 17:30:32 -0800 Shawn Somers <so...@w-...> wrote: > > > > > 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/include" cpp0: warning: as it has already been specified as a > non-system directory > configure:10621:27: X11/Intrinsic.h: No such file or directory Looks like you have to install the development packages. You don't need them to run GL programs but you do need them to compile. Bernie |