On Sunday 19 August 2007 15:32, Łukasz Choiński wrote: > /mnt/lfs/sources/glibc-2.5.1/nscd/nscd.c:414: undefined reference to > `__stack_chk_guard'
You probably are trying to build glibc-2.5.1 with the old gcc-3.3.1. Make sure you have built the newer gcc and have set PATH correctly. IOW make sure it's gcc-4.1.2 that you use for building glibc, not your older gcc-3.3.1. -- Nothing but perfection Vladimir -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
