Hello, am not shure if this is the right place. Today I installed a new i386 linux system from source with linux 2.6.16, gcc 4.1.0, glibc 2.4, and binutils 2.16. The problem I have is that ld refuses to detect libraries at other locations than /lib and /usr/lib though ld.so.conf and (LD_)LIBRARY_PATH are set correctly. ld can link a lib correctly if the path is specified with -L. ldconfig -p prints out the correct paths to the problematic libs, and recreating the cache doesn't change the situation. I installed binutils 2.17 (from ftp.kernel.org) and the newest libtool (for the case that it is somehow related to ld's internals) but nothing changed. If it's not the usual configuration issues, what else can be missing?
Regards, Dennis Heuer _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils