On Mon, Oct 17, 2011 at 3:50 PM, Bruce Dubbs <[email protected]> wrote: > Changelog, 2011-04-18. > > -- Bruce
Thanks for the reference Bruce, I completely missed it. From the changelog then: > [bdubbs] - In Chapter 6, move File to before binutils to prevent some > configure warnings. I was curious about these compiler warnings so I decided to look into it a bit further through various logs. At a glance it looks as though the issue is that gmp, mpfr and mpc are all using hardwired paths to /usr/bin/file or /bin/file if $MAGIC_CMD is not set. Since file is already present in the toolchain I'm wondering if making a symlink for file during "Creating Essential Files and Symlinks" would fix this, allowing file to be built by the new compiler a little further down the chain. Jonathan -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
