Re: Glibc make fails with Error 2

2010-05-23 Thread Bruce Dubbs
Kyle Brennan wrote: >>> >> These types of errors usually means you don't have CFLAGS set correctly, >> which points to some problem with configparms. Do "cat configparms". >> > It worked, and just a quick question, when you go for pass 2, 3, etc... > do you start over with a clean build

Re: Glibc make fails with Error 2

2010-05-23 Thread Kyle Brennan
On 05/23/2010 09:57 PM, Chris Staub wrote: > On 05/24/2010 12:45 AM, Kyle Brennan wrote: > >> I solved the original error (it was a symlink problem with the gcc stem) >> and i got another error: >> >> mv -f /mnt/lfs/build/glibc-build/shlib.ldsT >> /mnt/lfs/build/glibc-build/shlib.lds >> i686-lf

Re: Glibc make fails with Error 2

2010-05-23 Thread Chris Staub
On 05/24/2010 12:45 AM, Kyle Brennan wrote: > I solved the original error (it was a symlink problem with the gcc stem) > and i got another error: > > mv -f /mnt/lfs/build/glibc-build/shlib.ldsT > /mnt/lfs/build/glibc-build/shlib.lds > i686-lfs-linux-gnu-gcc -shared -static-libgcc -Wl,-O1 -Wl,-z,

Re: Glibc make fails with Error 2

2010-05-23 Thread Kyle Brennan
On 05/23/2010 08:29 PM, Kyle Brennan wrote: > On 05/23/2010 08:07 PM, Kyle Brennan wrote: > >> On 05/23/2010 07:05 PM, Kyle Brennan wrote: >> >> >>> On 05/23/2010 06:49 PM, Bruce Dubbs wrote: >>> There wouldn't be a problem as long as you didn't install anything over a f

Re: Glibc make fails with Error 2

2010-05-23 Thread Kyle Brennan
On 05/23/2010 08:07 PM, Kyle Brennan wrote: > On 05/23/2010 07:05 PM, Kyle Brennan wrote: > >> On 05/23/2010 06:49 PM, Bruce Dubbs wrote: >> >> >>> Kyle Brennan wrote: >>> >>> >>> On 05/23/2010 06:07 PM, Bruce Dubbs wrote: > Kyle Brennan wrote: >>

Re: Glibc make fails with Error 2

2010-05-23 Thread Kyle Brennan
On 05/23/2010 07:05 PM, Kyle Brennan wrote: > On 05/23/2010 06:49 PM, Bruce Dubbs wrote: > >> Kyle Brennan wrote: >> >> >>> On 05/23/2010 06:07 PM, Bruce Dubbs wrote: >>> >>> Kyle Brennan wrote: > /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-

Re: Glibc make fails with Error 2

2010-05-23 Thread Kyle Brennan
On 05/23/2010 06:49 PM, Bruce Dubbs wrote: > Kyle Brennan wrote: > >> On 05/23/2010 06:07 PM, Bruce Dubbs wrote: >> >>> Kyle Brennan wrote: >>> >>> >>> /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.4.3/../../../../i686-lfs-linux-gnu/bin/ld: >>> >>>

Re: Glibc make fails with Error 2

2010-05-23 Thread Kyle Brennan
On 05/23/2010 06:49 PM, Bruce Dubbs wrote: > Kyle Brennan wrote: > >> On 05/23/2010 06:07 PM, Bruce Dubbs wrote: >> >>> Kyle Brennan wrote: >>> >>> >>> /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.4.3/../../../../i686-lfs-linux-gnu/bin/ld: >>> >>>

Re: Glibc make fails with Error 2

2010-05-23 Thread Bruce Dubbs
Kyle Brennan wrote: > On 05/23/2010 06:07 PM, Bruce Dubbs wrote: >> Kyle Brennan wrote: >> >> >>> /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.4.3/../../../../i686-lfs-linux-gnu/bin/ld: >>> >> >>> cannot find -lgcc_eh >>> >> It looks like a problem with the gcc build. You

Re: Glibc make fails with Error 2

2010-05-23 Thread Kyle Brennan
On 05/23/2010 06:07 PM, Bruce Dubbs wrote: > Kyle Brennan wrote: > > >> /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.4.3/../../../../i686-lfs-linux-gnu/bin/ld: >> > >> cannot find -lgcc_eh >> > It looks like a problem with the gcc build. You should have: > > /mnt/lfs/tools

Re: Glibc make fails with Error 2

2010-05-23 Thread Bruce Dubbs
Kyle Brennan wrote: > /mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.4.3/../../../../i686-lfs-linux-gnu/bin/ld: > > cannot find -lgcc_eh It looks like a problem with the gcc build. You should have: /mnt/lfs/tools/gcc/x86_64-unknown-linux-gnu/4.4.3/libgcc_eh.a or /mnt/lfs/tools/gcc/i686-pc

Re: Glibc make fails with Error 2

2010-05-23 Thread Kyle Brennan
On 05/22/2010 04:11 PM, Bruce Dubbs wrote: Kyle Brennan wrote: Hi, I am new here and I am attempting my first LFS build. I get to Glibc in chapter 5.7 and everything goes smoothly until i get to the "make" command. I run the command and it works for about fifteen minutes and it Gives me th

Re: Glibc make fails with Error 2

2010-05-22 Thread Bruce Dubbs
Kyle Brennan wrote: > Hi, > I am new here and I am attempting my first LFS build. I get to Glibc in > chapter 5.7 and everything goes smoothly until i get to the "make" > command. I run the command and it works for about fifteen minutes and > it Gives me the following error: > > make: *** [al

Re: Glibc make fails with Error 2

2010-05-22 Thread William Immendorf
On Sat, May 22, 2010 at 5:47 PM, Kyle Brennan wrote: > Hi, > I am new here and I am attempting my first LFS build.  I get to Glibc in > chapter 5.7 and everything goes smoothly until i get to the "make" > command.  I run the command and it works for about fifteen minutes and > it Gives me the foll

Glibc make fails with Error 2

2010-05-22 Thread Kyle Brennan
Hi, I am new here and I am attempting my first LFS build. I get to Glibc in chapter 5.7 and everything goes smoothly until i get to the "make" command. I run the command and it works for about fifteen minutes and it Gives me the following error: make: *** [all] Error 2 then it quits to the p