Hi, I've been building an LFS system and I noticed that in 5.9 we recompile the linker to look in /usr/lib and /lib for libraries. Does this mean the following in 5.10 should produce nothing? (as the executable should request the interpreter from /lib or /usr/lib)
echo 'main(){}' > dummy.c
cc dummy.c
readelf -l a.out | grep ': /tools'
Peter
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page
