spiky wrote: > I,m using Ubuntu 11.04 I ran the version script and fixed all > dependencies. > > I having a problem with > Version 7.0-rc2 glibc-2.14.1 and the patches. I have used both patches > as per book, Just 1 Question the patches do go in untarred dir > glibc-2.14.1? > > checking cpuid.h presence... yes > configure: WARNING: cpuid.h: present but cannot be compiled > configure: WARNING: cpuid.h: check for missing prerequisite headers? > configure: WARNING: cpuid.h: see the Autoconf documentation > configure: WARNING: cpuid.h: section "Present But Cannot Be Compiled" > configure: WARNING: cpuid.h: proceeding with the compiler's result > checking for cpuid.h... no > configure: error: gcc must provide the <cpuid.h> header
It sounds like you don't have a full gcc installation. autoconf is checked for, but not required. cpuid.h should be in /mnt/lfs/tools/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/include/cpuid.h It doesn't have any include files, but it does have some assembler code. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
