[lfs-support] Error in section 5.5.1 Cross GCC

2014-01-10 Thread William Darryl Jackson
Greetings: First I would like to state that I was able to successfully compile Binutils. In section 5.5.1 page 36; after the tar commands we are supposed to do the following: lfs@c-68-36-199-213:/mnt/lfs/sources/gcc-4.8.1$ for file in \ $(find gcc/config -name linux64.h -o -name linux.h

Re: [lfs-support] Error in section 5.5.1 Cross GCC

2014-01-10 Thread Pierre Labastie
Le 10/01/2014 22:40, William Darryl Jackson a écrit : Greetings: First I would like to state that I was able to successfully compile Binutils. [...] So I thought to put it in a script: #!/bin/sh for file in \ $(find gcc/config -name linux64.h -o -name linux.h -o -name sysv4.h) do

Re: [lfs-support] Error in section 5.5.1 Cross GCC

2014-01-10 Thread William Darryl Jackson
On 01/10/2014 05:02 PM, Pierre Labastie wrote: Le 10/01/2014 22:40, William Darryl Jackson a écrit : Greetings: First I would like to state that I was able to successfully compile Binutils. [...] So I thought to put it in a script: #!/bin/sh for file in \ $(find gcc/config -name

[lfs-support] GCC Make - libmpfr

2014-01-10 Thread William Darryl Jackson
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'

Re: [lfs-support] GCC Make - libmpfr

2014-01-10 Thread Michael E. Maher
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]: ***

Re: [lfs-support] GCC Make - c++

2014-01-10 Thread William Darryl Jackson
On 01/10/2014 09:02 PM, Michael E. Maher wrote: 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