Hello all!
Im sorry to post such an [ot] post, but I am at an impass with what seems to be a newbe error that I cant fix.
I have a new laptop Im installing fedora core 2 (64 bit version) but I cant get the kernel's make file to find the qt libraries Ive installed
My ld.so.conf include ld.so.conf.d/*.conf /usr/X11R6/lib /usr/X11R6/lib64 /usr/lib64 /usr/local/lib64 /usr/local/lib /usr/lib64/qt-3.3/lib
my LD_LIBRARY_PATH /usr/lib64/qt-3.3/lib:/usr/local/lib64:/usr/local/lib:/usr/lib64:/usr/lib:
Ive run ldconfig and when I run ldconfig -p | grep qt I get the following: libqui.so.1 (libc6,x86-64) => /usr/lib64/qt-3.3/lib/libqui.so.1 libqui.so (libc6,x86-64) => /usr/lib64/qt-3.3/lib/libqui.so libqtmcop.so.1 (libc6,x86-64) => /usr/lib64/libqtmcop.so.1 libqt-mt.so.3 (libc6,x86-64) => /usr/lib64/qt-3.3/lib/libqt-mt.so.3 libqt-mt.so (libc6,x86-64) => /usr/lib64/qt-3.3/lib/libqt-mt.so So obviously its finding something like qt.
yet... sudo make xconfig HOSTLD scripts/kconfig/qconf /usr/bin/ld: cannot find -lqt collect2: ld returned 1 exit status make[1]: *** [scripts/kconfig/qconf] Error 1 make: *** [xconfig] Error 2
Thanks for the help! I hope to build the audio drivers into the kernel (as well as get some other hardware to work). Again, Im sorry for the [ot] nature of the post. i have no where else to turn! (http://www.fedoraforum.org/forum/showthread.php?t=21589)
-thewade