At last, my build of LFS-7.0 is underway. In chroot, gcc crapped out because mpc had not installed a shared libmpc.so, and as is my wont, I'd hidden the static libmpc.a. Turns out that mpc-0.9 thought shared libs weren't supported:
checking whether the gcc linker (/tools/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... ./configure: line 8413: : supported targets:.* elf: command not found no Fortunately, google knows about this - thread starts at http://lists.gforge.inria.fr/pipermail/mpc-discuss/2011-February/000809.html and the workaround is to unset CFLAGS. So, I presume that nobody else uses CFLAGS when building LFS - who would have thought that -O2 would have such detrimental effects ? ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
