Hi William,

On Fri, 2014-01-10 at 20:32 -0500, William Darryl Jackson wrote:
> Greetings:
> 
> The GCC configure was successful, however the "make" error ed-out.
> 
> checking for MPFR... no
> configure: error: libmpfr not found or uses a different ABI (including 
> static vs shared).
> make[2]: *** [configure-stage1-mpc] Error 1
> make[2]: Leaving directory `/mnt/lfs/sources/gcc-build'
> make[1]: *** [stage1-bubble] Error 2
> make[1]: Leaving directory `/mnt/lfs/sources/gcc-build'
> make: *** [all] Error 2
> 
> This file is available: /mnt/lfs/sources/gcc-build/mpfr/src/libmpfr.la

I believe you want to extract mpc, mpfr and gmp into
`/mnt/lfs/sources/gcc-<version>' rather than the build directory.

To highlight, the text reads:

==========================================================================
 Note

There are frequent misunderstandings about this chapter. The procedures
are the same as every other chapter as explained earlier (Package build
instructions). First extract the gcc tarball from the sources directory
and then change to the directory created. Only then should you proceed
with the instructions below. 
==========================================================================

That is mpc, mpfr and gmp need to be extracted into the directory
created by extracting gcc.

> 
> And, the host system has libmpfr4 version 3.1.0-5, but not libmpfr-dev 
> (which will change g++ to 4.7. Is the problem with the host system 
> missing -dev, or elsewhere?

You shouldn't be using the development packages for your distribution in
building the toolchain. Well as least as possible ;).

> 
> Thanks,
> 
> William
> 

Thanks,
Michael


-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to