On ours systems bash failed in chapter 5.11 because some libs mixed up.
To get bash compiled reissue the fixinclude command(s) from chapter 5.5:
GCC_INCLUDEDIR=`dirname $(gcc -print-libgcc-file-name)`/include &&
find ${GCC_INCLUDEDIR}/* -maxdepth 0 -xtype d -exec rm -rvf '{}' \; &&
rm -vf `grep -l "DO NOT EDIT THIS FILE" ${GCC_INCLUDEDIR}/*` &&
unset GCC_INCLUDEDIR
Rob
Robert Connolly schreef:
> I don't understand what you guys did. We should be using fixinc in chap6?
>
> robert
>
--
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page