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'
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
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
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
> 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