On 9/15/05, Bruce Dubbs <[EMAIL PROTECTED]> wrote: > I guess I don't understand > why xconfig works for me if this bug is valid.
The bug is only triggered by Method 1 (installing qt in /usr). > If ld.so.conf is updated > and QTDIR is set properly, have you been able to duplicate the bug? Yep. The problem is that the kernel config script does not use the -I and -L flags to determine where the headers, binaries and libraries are but uses its own "smart" logic to find the includes. Obviously the smart logic fails. Anyways the kernel developers will have to change the logic pretty soon for qt-4.x since qt4 has a different directory structure compared to qt3. But the above fix should work for now. -- Tushar Teredesai mailto:[EMAIL PROTECTED] http://www.linuxfromscratch.org/~tushar/ -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
