Re: [TuxKart-users] nothing compiles!
Status: Alpha
Brought to you by:
sjbaker
|
From: Steve B. <sjb...@ai...> - 2000-07-15 02:26:05
|
Dick Mac Innis wrote:
>
> ok, I deleted config.cache and ran configure again. and I've attached
> config.log.
Well, according to the log, you don't have Mesa installed in any of the
usual places:
/usr/lib/libGL.so
/usr/X11R6/lib/libGL.so
/usr/lib/libMesaGL.so
/usr/X11R6/lib/libMesaGL.so
If any of those files was a valid OpenGL library, it *should* have
build OK.
One other possibility is that your '/etc/ld.so.conf' is incorrectly
set up so the linker isn't looking in sensible places.
It should probably look like this:
----------------------------------------------
/lib-aout
/usr/X11R6/lib/Xaw95
/usr/X11R6/lib/Xaw3d
/usr/X11R6/lib
/usr/i486-linux/lib
/usr/i486-linux-libc5/lib=libc5
/usr/i486-linux-libc6/lib=libc6
/usr/i486-linuxaout/lib
/usr/local/lib
/usr/openwin/lib
/opt/kde/lib
/opt/gnome/lib
-----------------------------------------------
After you fix this (if that's the problem), you
might try logging in as 'root' and running 'ldconfig'
to straighten out all the library symbolic links.
Let me know what happens!
--
Steve Baker HomeEmail: <sjb...@ai...>
WorkEmail: <sj...@li...>
HomePage : http://web2.airmail.net/sjbaker1
Projects : http://plib.sourceforge.net
http://tuxaqfh.sourceforge.net
http://tuxkart.sourceforge.net
http://prettypoly.sourceforge.net
|