|
From: Mika <mi...@ev...> - 2006-11-11 09:29:32
|
I just downloaded the Torcs 1.30 sourcecode and tried to compile it on Debian Etch. When I run ./configure it fails with error: checking for XOpenDisplay in -lX11... no configure: error: Can't find libX11. Please check config.log and if you can't solve the problem send the file to tor...@li... with the subject "torcs compilation problem" I have installed packages libx11-6 and libx11-dev. If I try to locate libX11 I get this: $ locate libX11 /usr/lib/libX11.a /usr/lib/libX11.so /usr/lib/libX11.so.6 /usr/lib/libX11.so.6.2.0 System details: $ uname -a Linux debian 2.6.17-2-k7 #1 SMP Wed Sep 13 17:18:46 UTC 2006 i686 GNU/Linux Debian Etch has Xorg 7.1 |