On 2/21/07, Nick Bowes <[EMAIL PROTECTED]> wrote: > > make[1]: Entering directory > `/gcc-build/gcc-4.0.3/build-i686-pc-linux-gnu/libiberty'
I don't know if this will help, but these directories aren't laid out correctly. You should have gcc-build and gcc-4.0.3 at the same level. You should probably not put the sources directly in / or /tools, either. This tends to mess up the build files. Following the book, you'd have: /sources/gcc-4.0.3 /sources/gcc-build and you'd start in gcc-4.0.3 before executing the commands on the page. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
