On 3/30/06, Fahrenheit <[EMAIL PROTECTED]> wrote: > > tic: relocation error: /lib/libc.so.6: symbol _dl_out_of_memory, > version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time > reference ? tic could not build /tools/share/terminfo make[1]: *** > [install.data] Error 1 make[1]: Leaving directory > `/tmp/ncurses-5.5/misc' make: *** [install] Error 2
Your toolchain is not adjusted. See how it's looking for /lib/libc.so.6? It should be looking in /tools. > So that you know, i did deviate from the book, and installed both gcc-4.1.0 > and glibc 2.4, other than that i followed the instructions on the book and > applied the correct version of the patch to gcc. You're on your own with glibc-2.4. There has been absolutely no testing of glibc-2.4 on LFS. Same with gcc-4.1.0. Changing toolchain versions when you don't have a strong grasp of the issues is a really bad idea. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page