Glibc fails to make. (error 2)

2010-05-19 Thread Kyle Brennan
Hi, I am new here and have encountered a problem with the Glibc Build while following the book at chapter 5.7. Here is a snipped of code from the console. make subdir=iconv -C iconv ..=../ subdir_lib make[2]: Entering directory `/mnt/lfs/tools/glibc-2.11.1/iconv' /usr/bin/install -c -m 644

Re: Glibc fails to make. (error 2)

2010-05-19 Thread William Immendorf
On Wed, May 19, 2010 at 5:36 PM, Kyle Brennan wrote: > /usr/bin/install -c -m 644 > /mnt/lfs/tools/glibc-build/../include/linux/limits.h > /tools/include/linux/limits.h > /usr/bin/install: `/mnt/lfs/tools/glibc-build/../include/linux/limits.h' and > `/tools/include/linux/limits.h' are the same fil

Re: Glibc fails to make. (error 2)

2010-05-19 Thread Kyle Brennan
On Wed, 2010-05-19 at 18:34 -0500, William Immendorf wrote: > On Wed, May 19, 2010 at 5:36 PM, Kyle Brennan wrote: > > /usr/bin/install -c -m 644 > > /mnt/lfs/tools/glibc-build/../include/linux/limits.h > > /tools/include/linux/limits.h > > /usr/bin/install: `/mnt/lfs/tools/glibc-build/../include/

Re: Glibc fails to make. (error 2)

2010-05-19 Thread Bruce Dubbs
William Immendorf wrote: > On Wed, May 19, 2010 at 5:36 PM, Kyle Brennan wrote: >> /usr/bin/install -c -m 644 >> /mnt/lfs/tools/glibc-build/../include/linux/limits.h >> /tools/include/linux/limits.h >> /usr/bin/install: `/mnt/lfs/tools/glibc-build/../include/linux/limits.h' and >> `/tools/include/

Re: Glibc fails to make. (error 2)

2010-05-19 Thread Kyle Brennan
On Wed, 2010-05-19 at 18:58 -0500, Bruce Dubbs wrote: > William Immendorf wrote: > > On Wed, May 19, 2010 at 5:36 PM, Kyle Brennan wrote: > >> /usr/bin/install -c -m 644 > >> /mnt/lfs/tools/glibc-build/../include/linux/limits.h > >> /tools/include/linux/limits.h > >> /usr/bin/install: `/mnt/lfs/to

Re: Glibc fails to make. (error 2)

2010-05-19 Thread Mike McCarty
Kyle Brennan wrote: > > So I should be compiling in the sources folder. that is probably why > the compile failed in the first place. so for example my binutils pass > 1 directory would look like this: "$LFS/sources/binutils-2.20" You can build anywhere you want, so long as it isn't $LFS/tools,

Re: Glibc fails to make. (error 2)

2010-05-19 Thread Kyle Brennan
On 05/19/2010 09:54 PM, Mike McCarty wrote: > Kyle Brennan wrote: > >> So I should be compiling in the sources folder. that is probably why >> the compile failed in the first place. so for example my binutils pass >> 1 directory would look like this: "$LFS/sources/binutils-2.20" >> > Yo

Re: Glibc fails to make. (error 2)

2010-05-20 Thread linux fan
On 5/20/10, Kyle Brennan wrote: > though. I did work in the sources directory. I got to GLibC and it ran > for about 45 minutes and then it threw this error at me: make: *** [all] > Error 2 > It just came out of the /mnt/lfs/sources/glibc-2.11.1 directory. which Wouldn't it be out of /mnt/lfs

Re: Glibc fails to make. (error 2)

2010-05-20 Thread Kyle Brennan
On 05/20/2010 05:56 AM, linux fan wrote: > On 5/20/10, Kyle Brennan wrote: > > >> though. I did work in the sources directory. I got to GLibC and it ran >> for about 45 minutes and then it threw this error at me: make: *** [all] >> Error 2 >> It just came out of the /mnt/lfs/sources/glibc-2.