Re: [TuxKart-users] Compile Error
Status: Alpha
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2000-07-12 12:47:55
|
Henry Stanaland wrote: > > I get an error when compiling TuxKart... > c++ -g -O2 -O6 -Wall -o tuxkart start_tuxkart.o tuxkart.o gfx.o > material.o gui.o status.o sound.o utils.o isect.o guNet.o loader.o > guClock.o Track.o Driver.o Herring.o Explosion.o KartDriver.o Traffic.o > PlayerDriver.o AutoDriver.o Projectile.o -lplibsl -lplibssg -lplibpu > -lplibfnt -lplibsg -lpthread -lX11 -lXi -lXext -lXmu -lm > /usr/bin/ld: cannot find -lX11 Well, it looks like your X windows libraries are missing - but assuming you are actually running X, that's impossible. It must be that the linker is not looking in the right places for libraries. When I compile TuxKart, it has '-L/usr/X11R6/lib' on the c++ command-line, but you don't seem to have that. That suggests that your './configure' didn't work properly. Could you please remove the 'config.cache' file from the top level tuxkart directory, re-run './configure' and email me everything that comes out of that program plus the contents of 'config.log' after you did that. This will allow me to see what went wrong during configuration and why. I agree though - it sounds like some kind of X-windows development option needed to be installed on your machine - and isn't. We can find out for sure though. -- 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 |