spiky wrote: > On 17/10/11 22:40, Bruce Dubbs wrote: >> 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 > Yes thats where the file is
Oh yes. Did you apply glibc-2.14.1-cpuid-1.patch? Check sysdeps/i386/configure around line 632 to make sure. It's a 3 line patch. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
