> There are also a host of things that we do in pass 2 of gcc, but my
> guess is that you missed something in the second pass of binutils.
You are correct sir.
--
Thank you,
-Brian
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Uns
On Tue, Mar 15, 2011 at 12:33 PM, Ken Moffat wrote:
> On Tue, Mar 15, 2011 at 11:38:03AM -0700, bsquared wrote:
>> > I tried to recreate the directory per ch. 5.10 instructions and it
>> > failed complaining about gmp.h also. However, I don't know if the
>> > toolchain adjustment has any effect.
On Tue, Mar 15, 2011 at 11:38:03AM -0700, bsquared wrote:
> > I tried to recreate the directory per ch. 5.10 instructions and it
> > failed complaining about gmp.h also. However, I don't know if the
> > toolchain adjustment has any effect. I may have to wipe /tools and
> > start over.
> >
>
> I w
> I tried to recreate the directory per ch. 5.10 instructions and it
> failed complaining about gmp.h also. However, I don't know if the
> toolchain adjustment has any effect. I may have to wipe /tools and
> start over.
>
I was able to recreate the gcc-build directory, and the build still
failed
> grep -3 gmp config.log
> COLLECT_GCC=gcc
> COLLECT_LTO_WRAPPER=/tools/libexec/gcc/i686-pc-linux-gnu/4.5.2/lto-wrapper
> Target: i686-pc-linux-gnu
> Configured with: /sources/gcc-4.5.2/configure --prefix=/tools
> --with-local-prefix=/tools --enable-clocale=gnu --enable-shared
> --enable-threads=po
Hello,
I got this error when building coreutils.
expr.c:54:18: fatal error: gmp.h: No such file or directory
As far as I can tell this file is not in the archive. The only
reference to it has been in 5.10. I don't recall this issue from book
6.7.
These are the exact commands I entered:
./conf