Re: Chapter 5 Compiling GCC on ubuntu warty amd64

2005-03-13 Thread Jim Gifford
Isaac Devine wrote: Hi, when using the command : $make BOOT_LDFLAGS="-static" bootstrap I get the following at end of output: libgcc/32/unwind-c.o -lc && rm -f libgcc_s_32.so && ln -s 32/libgcc_s.so.1 libgcc_s_32.so /tools/x86_64-unknown-linux-gnu/bin/ld: skipping incompatible /usr/lib/../lib/libc.

Chapter 5 Compiling GCC on ubuntu warty amd64

2005-03-13 Thread Isaac Devine
Hi, when using the command : $make BOOT_LDFLAGS="-static" bootstrap I get the following at end of output: libgcc/32/unwind-c.o -lc && rm -f libgcc_s_32.so && ln -s 32/libgcc_s.so.1 libgcc_s_32.so /tools/x86_64-unknown-linux-gnu/bin/ld: skipping incompatible /usr/lib/../lib/libc.so when searchin

Re: another grub problem

2005-03-13 Thread Barry Berger
Oh My...! I'm in deeper than I thought but I thank everybody for responding. As several of you pointed out - my menu.ls is not correct for what I explained as my configuration...although the first option does boot. With everybody's insistence that my config was wrong, and my knowledge that if

Re: building 'xxx' outside of the source directory

2005-03-13 Thread erik ashepa
thanks matt!!! works like a charm! P.S i installed binutils, gcc, kernel-headers from their own directories: $LFS/gcc-build/ (for example) will that be a problem? now i also moved the build directories to $LFS/sources, will that create a problem? or am i just paranoid? On Sun, 13 Mar 2005 1

Re: building 'xxx' outside of the source directory

2005-03-13 Thread Matthew Burgess
erik ashepa wrote: from what directory do i need to run the first and second command? where do i need to unpack the files, and from what directory do i need to run the third command? From chapter05/chapter05.html: "Before issuing the build instructions for a package, the package should be unpacked

building 'xxx' outside of the source directory

2005-03-13 Thread erik ashepa
hi, i'm following the lfs-6.0 book, and everytime i get this warning (or suggenstion), i don't really understant what to do, for example: mkdir ../glibc-build cd ../glibc-build ../glibc-2.3.4-20040701/configure --prefix=/tools \ --disable-profile --enable-add-ons=nptl --with-tls \ --with-

Re: another grub problem

2005-03-13 Thread S. Anthony Sequeira
On Sun, 2005-03-13 at 07:27 -0500, Barry Berger wrote: > The first menu.lst entry works as is: > title LFS 6.0 > root (hd0,2) > kernel /boot/lfskernel-2.6.8.1 root=/dev/hda3 Remove the '/boot' as was pointed out earlier in this thread. -- "It's not just a computer -- it's your ass." -- Cal

Re: another grub problem

2005-03-13 Thread Barry Berger
Please accept my apologies as I was also writing at the end of a long day...my hard drive is not configured as I indicated but like this: /dev/hda1 = /boot /dev/hda2 = swa; /dev/hda3 = / The first menu.lst entry works as is: title LFS 6.0 root (hd0,2) kernel /boot/lfskernel-2.6.8.1 root=/dev/h