On Tue, 19 Jul 2005, Julio Meca Hansen wrote: > > I did copy-and-paste from my Ubuntu 5.04 Hoary and I got no problems in > that part of the book, but... the error you encounter points to libc, as > it says is has undefined references, so... I think the error must be in > the glibc internals... did you follow all steps in glibc compilation? > (I mean, logically, all steps except locale creation, at that point it's > useless to create them...) > > Julio Meca Hansen > Julio, I respectfully disagree - the difference in the libc internals caused the linking to fail (we have to be grateful that the version of libc in debian is old), but the problem was the linking to /lib from a chapter 5 build.
Peter, if you haven't thrown it away yet, try running the readelf command against a selection of programs that you have built since you ran the test compile (e.g. /tools/bin/gawk, /tools/bin/gzip, /tools/bin/, /tools/bin/grep, /tools/bin/xgettext) : making a mistake happens, but if you can learn /where/ you went wrong, you have a better chance of doing things correctly next time, and perhaps of only repeating from where the error happened. Ken -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
