On Mon, Mar 29, 2010 at 4:08 PM, brown wrap <[email protected]> wrote: > configure:7471: checking for XOpenDisplay in -lX11 > configure:7506: g++ -o conftest -g -O2 -L/usr/lib64 conftest.cpp -lX11 > -L/usr/lib64 >&5 > /usr/bin/ld: cannot find -lX11 I see you are using a pure64 system, judjing by the -L/usr/lib64. Unless you installed X.org in /usr, you should run this to hopefully fix your issue:
ln -sfv lib $XORG_PREFIX/lib64 I hope this helps. -- William Immendorf The ultimate in free computing. Messages in plain text, please, no HTML. GPG key ID: 1697BE98 If it's not signed, it's not from me. -------------- "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
