A patch to compile sysroot GCC without Glibc Headers installed

2008-04-09 Thread Earth Engine
Hi All, I am trying to build a CLFS SYSROOT system with Binutils 2.18/GCC 4.2.3/Glibc-2.7 over X86_64 system, and I hate to install the Glibc header before compiling GCC. I found this patch commands seems works perfectly: cp gcc/configure{,.orig} sed -e 's/inhibit_libc=false/inhibit_libc=true/g'

Is it an error of CLFS 1.0 BOOK? eth0 not found warning

2007-11-24 Thread Earth Engine
Hi All, I following the CLFS 1.0 Book and then got a problem that my system cannot bring up the /dev/eth0. However, the network module has already been set up correctly. After some work to track this problem, I found that ip address reports something name "vmware", which is set on the /etc/udev/r

An error with not-compatible features between mawk and gawk

2007-11-12 Thread Earth Engine
I am using UBUNTU 7.04 to build CLFS 1.0. while I am in chapter 5.8 Glibc-2.4 32 bit I have some trouble while mawk is processing the file scripts/gen-sorted.awk. I can work around this by using these commands: cp -v scripts/gen-sorted.awk{,.orig} sed -e "[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAI

Can anybody try to make a LFW system?

2006-02-14 Thread Earth Engine
LFW - Linux From Windows, which means a LFS system build from an existing Windows OS. I do not have a try, but I think if the Windows system has some environment like Cygwin, which allow UNIX-style binaries running in windows platform, then maybe we could just use the tech that has been used in CL

Re: Install LFS 6.0 - Error - Please Help!

2005-04-09 Thread Earth Engine
> Section 5.6 (Linux-Libc-Header-2.6.8.1) > > Install the header files: > > > > cp -R include/asm-i386 /tools/include/asm > > cp -R include/linux /tools/include > > > > If your architecture is not i386 (compatible), > > adjust the first comman