Austin Jones wrote:
> I'm on LFS 7.0 section 5.7(Glibc-2.14.1) on Ubuntu 11.10, and am trying to
> compile. The configure runs fine, but after I run make I get the following
> error:
> 
> make[1]: *** No rule to make target
> `/mnt/lfs/sources/glibc-build/Versions.all', needed by
> `/mnt/lfs/sources/glibc-build/abi-versions.h'.  Stop.
> make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.14.1'
> make: *** [all] Error 2
> 
> I have not deviated from the book, did I miss something somewhere?

Yes, the Preface.

You probably don't have gawk installed.  From my log:

{ while read which lib version setname; do \
     test x"$which" = xDEFAULT || continue; \
     test -z "$setname" || echo "$lib : $setname"; \
   done < /mnt/lfs/sources/glibc-build/soversions.i; \
   cat /mnt/lfs/sources/glibc-build/Versions.def.v; \
} | LC_ALL=C gawk -f scripts/firstversions.awk > 
/mnt/lfs/sources/glibc-build/Versions.allT

mv -f /mnt/lfs/sources/glibc-build/Versions.allT \
    /mnt/lfs/sources/glibc-build/Versions.all

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to