Re: binutils

2006-03-09 Thread aba
> > From: "Miguel Aguilera" <[EMAIL PROTECTED]> > Date: 2006/03/09 Thu PM 02:01:29 CST > To: lfs-support@linuxfromscratch.org> Subject: binutils> > Hi! > I've just started with linux from scratch. I'm in the chapter five and I've> > problems installing binutils-2.14. > When I type ./configure ap

Re: binutils

2006-03-09 Thread Dan Nicholson
On 3/9/06, Miguel Aguilera <[EMAIL PROTECTED]> wrote: > Hi! > I've just started with linux from scratch. I'm in the chapter five and I've > problems installing binutils-2.14. What version of the book are you using? The current stable book uses binutils-2.15.94.0.2.2. Here's the link: http://www

Re: binutils

2006-03-09 Thread Dan Nicholson
On 3/9/06, Miguel Aguilera <[EMAIL PROTECTED]> wrote: > > loading cache ./config.cache > checking host system type... i686-pc-linux.gnulibc1 > checking target system type... i686-pc-linux.gnulibc1 > checking build system type... i686-pc-linux.gnulibc1 > /usr/bin/ld: crt1.o: No such file or di

Re: plz help

2006-03-09 Thread Dan Nicholson
On 3/9/06, himanshu pahuja <[EMAIL PROTECTED]> wrote: > hello everone > plz help i m installing lfs ver 6.1.1 using live cd i am getting an error > while installing glibc in chap 6 .when i configure it it says error: cannot > compue the sizeof (long double),77 Could you run sanity check from Ch. 5

Re: help - gcc configure error again!

2006-03-09 Thread Dan Nicholson
On 3/9/06, JiMi VO <[EMAIL PROTECTED]> wrote: > > lfs:/mnt/lfs/sources/gcc-build$../gcc-3.4.3/configure > --prefix=/tools > --libexecdir=/tools/lib --with-local-prefix=/tools --disable-nls > --enable-shared --enable-languages=c > > configure:warning: --libexecdir=/tools/lib: invalid host type > con

Re: Had to reboot with LFS LiveCD in Ch.6, now I'm stuck

2006-03-09 Thread Alex Mishchenko
Try: mkdir /mnt/lfs mount /dev/hda1 /mnt/lfs On 3/9/06, Terrance Lackie <[EMAIL PROTECTED]> wrote: > I have been working through the book using the LFS LiveCD as my host. I got > as far as compiling Glibc in chapter 6, then lost power. When I booted back > up, I couldn't figure out how to prope

binutils

2006-03-09 Thread Miguel Aguilera
Hi! I've just started with linux from scratch. I'm in the chapter five and I've problems installing binutils-2.14. When I type ./configure appear the following text: loading cache ./config.cache checking host system type... i686-pc-linux.gnulibc1 checking target system type... i686-pc-linux.gnul

Had to reboot with LFS LiveCD in Ch.6, now I'm stuck

2006-03-09 Thread Terrance Lackie
I have been working through the book using the LFS LiveCD as my host.  I got as far as compiling Glibc in chapter 6, then lost power.  When I booted back up, I couldn't figure out how to properly mount the harddrive (hda1) so I could continue.  I tried a simple "mount $LFS  /dev/hda1"  but it says

plz help

2006-03-09 Thread himanshu pahuja
hello everone plz help i m installing lfs ver 6.1.1 using live cd i am getting an error while installing glibc in chap 6 .when i configure it it says error: cannot compue the sizeof (long double),77refer config.log for detailsi dont know what to do do i have to start all over againplz helpthanx in

help - gcc configure error again!

2006-03-09 Thread JiMi VO
hi Am using FC3 as my base distro.So i started with Chapter 5, where iinstalled Binutils as per LFS book and then started configuring GCC.But i amgetting this error...   lfs:/mnt/lfs/sources/gcc-build$../gcc-3.4.3/configure --prefix=/tools--libexecdir=/tools/lib --with-local-prefix=/tools --

Re: plz help!!!!!!! the meaning of source

2006-03-09 Thread Paul G Rogers
>the book says to delete the source and bulid folders of he package . >i am not clear what the source exactly means is it the tarball or the >folder built after extraction or both .. > i am not clear ehich or both to delete plz help i m struck . Your first step is to extract the tarball. That c

Re: plz help!!!!!!! the meaning of source

2006-03-09 Thread Dan Nicholson
On 3/5/06, himanshu pahuja <[EMAIL PROTECTED]> wrote: > i am not clear what the source exactly means is it the tarball or the > folder built after extraction or both .. The source is the directory you get after unpacking the tarball. The build directory is where you perform the build from. For

Re: Problem in chapter 6.11.Glibc-2.3.4 - Prepare Glibc for compilation

2006-03-09 Thread Dan Nicholson
On 3/5/06, Heiko Katzler <[EMAIL PROTECTED]> wrote: > Hello together, > > i've a proplem when i prepare the glibc in chapter 6.11 for compilation. > Erros see below: > > VERSION: 6.1.1 > HOST DISTRTIBUTION: SuSE 10.0, Kernel 2.6.13-15-default > CHAPTER: 6.11.1. Installation of Glibc > > root:/sourc