Hello,
Giving up my 64bit and went for 0.3, only after the build I checked for
textrel and found that libbfd got it, so I fired up the lfs-live-cd and
build the svn-hlfs with jhalfs and got even worse result:
cat > /usr/libexec/grep_lib_for_textrel.sh << "EOF"
for i in $1/*.so; do
readelf -d $i 2>/dev/null | sed -e "s,^,$i: ," | grep TEXTREL
done
EOF
/usr/libexec/grep_lib_for_textrel.sh /lib
/lib/libproc-3.2.7.so: 0x00000016 (TEXTREL) 0x0
root:/usr/src/linux-2.6.23.11# /usr/libexec/grep_lib_for_textrel.sh /usr/lib
/usr/lib/libbfd-2.17.so: 0x00000016 (TEXTREL) 0x0
/usr/lib/libbfd.so: 0x00000016 (TEXTREL) 0x0
--
Groetjes Japie
--
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page