On Fri, 2001-09-14 at 01:41, Gregor Maier wrote:
> It is looking for the X11 library.
> Try to find where this lib is (file something like libX11.so, ....)
> I should be in /usr/lib or /usr/lib/X11
> 
> Do you have the -dev package for X11 installed?
> 
> Also make sure that the compiler can find it. Try setting the LDFLAGS before
> compilation and look at /etc/ld.so.conf. The path to the lib must be in there
> when you try to run your program. After changing ld.so.conf you must run
> ldconfig!
> 
> export LDFLAGS="-L /PATH/TO/X-LIBS"
> 
> If the compiler complains about missing .h files also set:
> export CFLAGS="-I /PATH/TO/X-HEADER"
> export CXXFLAGS="-I /PATH/TO/X-HEADER"
> export CPP FLAGS="-I /PATH/TO/X-HEADER"

Thanks, I will check those things out.

Dave

PGP signature

Reply via email to