The:
find ${GCC_INCLUDEDIR}/* -maxdepth 0 -xtype d -exec rm -rvf '{}' \

will remove:
/tools/lib/gcc/i686-pc-linux-uclibc/4.1.2/include/ssp/

and breaks fortify_source. I don't know what the problem is yet, except 
that /tools/include/stdio.h isn't being included for some reason.

robert

On Sunday July 15 2007 03:39:42 pm Rob van Dam wrote:
> 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


Attachment: pgpuWKffQEu62.pgp
Description: PGP signature

-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to