On 6/12/07, Guy Dalziel <[EMAIL PROTECTED]> wrote: > I have my X install in /usr and I haven't had any problem with it, I > met the firefox X linking bug a while ago so I'm familiar with the > problem, and in my case -lX11 and -lXrender were all that were needed.
Right, they're in /usr, so you don't have to tell the linker anything special to find them. But if you have them in /opt/mynewX/lib, then you definitely need -L/opt/mynewX/lib. That would be contained in $(XLDFLAGS) if you had configured with --x-libraries=/opt/mynewX/lib. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
