On Fri, Apr 23, 2010 at 12:42 AM, David Expósito wrote:
> hello
> the result:
>
> /mnt/lfs/tools/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/libgcc.a
>
That looks correct.
Now try:
GCC_INCLUDEDIR=$(dirname $(gcc -print-libgcc-file-name))/include
echo $GCC_INCLUDEDIR
What is the result?
If the result is
/mnt/lfs/tools/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/include, then
continue with the rest of the commands:
find ${GCC_INCLUDEDIR}/* -maxdepth 0 -xtype d -exec rm -rvf '{}' \;
et cetera.
--
Tony (echo 'spend!,pocket awide' | sed 'y/acdeikospntw!, /[email protected]/')
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page