Re: Issues with second build of GCC

2010-07-11 Thread littlebat
On Sun, 11 Jul 2010 21:58:16 -0400 Neal Murphy wrote: > On Sunday 11 July 2010 21:33:23 Robert Whitcomb wrote: > > Thanks very much for your help, the CC value was set wrong. But now > > I am running into another issue: > > > > /tools/i686-pc-linux-gnu/bin/ld: crti.o: No such file: No such file >

Re: Issues with second build of GCC

2010-07-11 Thread Neal Murphy
On Sunday 11 July 2010 22:05:41 littlebat wrote: > On Sun, 11 Jul 2010 21:33:23 -0400 > > Robert Whitcomb wrote: > > Thanks very much for your help, the CC value was set wrong. But now I > > am running into another issue: > > > > /tools/i686-pc-linux-gnu/bin/ld: crti.o: No such file: No such file

Re: Issues with second build of GCC

2010-07-11 Thread littlebat
On Sun, 11 Jul 2010 21:33:23 -0400 Robert Whitcomb wrote: > Thanks very much for your help, the CC value was set wrong. But now I > am running into another issue: > > /tools/i686-pc-linux-gnu/bin/ld: crti.o: No such file: No such file or > directory > collect2: ld returned 1 exit status > make[2

Re: Issues with second build of GCC

2010-07-11 Thread Robert Whitcomb
Running env | grep LFS_TGT while logged on as the lfs user gives me i686-lfs-linux-gnu. On Sun, Jul 11, 2010 at 9:58 PM, Neal Murphy wrote: > On Sunday 11 July 2010 21:33:23 Robert Whitcomb wrote: > > Thanks very much for your help, the CC value was set wrong. But now I am > > running into anothe

Re: Issues with second build of GCC

2010-07-11 Thread Neal Murphy
On Sunday 11 July 2010 21:33:23 Robert Whitcomb wrote: > Thanks very much for your help, the CC value was set wrong. But now I am > running into another issue: > > /tools/i686-pc-linux-gnu/bin/ld: crti.o: No such file: No such file or > directory > collect2: ld returned 1 exit status > make[2]: ***

Re: Issues with second build of GCC

2010-07-11 Thread Robert Whitcomb
Thanks very much for your help, the CC value was set wrong. But now I am running into another issue: /tools/i686-pc-linux-gnu/bin/ld: crti.o: No such file: No such file or directory collect2: ld returned 1 exit status make[2]: *** [libgcc_s.so] Error 1 make[2]: Leaving directory `/mnt/lfs/sources/

Re: Issues with second build of GCC

2010-07-11 Thread Neal Murphy
On Sunday 11 July 2010 10:21:53 littlebat wrote: > On Sun, 11 Jul 2010 08:48:28 -0400 > > Robert Whitcomb wrote: > > checking for > > i686-pc-linux-gnu-gcc... /mnt/lfs/sources/gcc-build/./gcc/xgcc > > in Section "5.10. GCC-4.4.3 - Pass 2" of LFS BOOK 6.6, it > says: CC="$LFS_TGT-gcc -B/tools/lib/"

Re: Issues with second build of GCC

2010-07-11 Thread littlebat
On Sun, 11 Jul 2010 08:48:28 -0400 Robert Whitcomb wrote: > checking for > i686-pc-linux-gnu-gcc... /mnt/lfs/sources/gcc-build/./gcc/xgcc in Section "5.10. GCC-4.4.3 - Pass 2" of LFS BOOK 6.6, it says: CC="$LFS_TGT-gcc -B/tools/lib/" So I remember the configure output should be something like

Re: Installing the Distro

2010-07-11 Thread lI
On Sunday 11 July 2010 08:41:46 James Rhodes wrote: > n any case, it's a simple system which will probably suit your needs for > installing applications when you install the distribution (other than just > a basic tarball since it's capable of resolving dependencies and > organising applications)

Issues with second build of GCC

2010-07-11 Thread Robert Whitcomb
Greetings all, I am running into some issues regarding section 5.10.1 of the current stable version of the book. When attempting to build gcc, I receive the following error: Checking multilib configuration for libgomp... Configuring in i686-pc-linux-gnu/libgomp configure: loading cache ./config