On Fri, Sep 15, 2006 at 12:50:49PM +0200, dave wrote: > > gcc (GCC) 3.4.6 > Inconsistency detected by ld.so: rtld.c: 1303: dl_main: Assertion > `_rtld_local._dl_rtld_map.l_prev->l_next == _rtld_local._dl_rtld_map.l_next' > failed! > No idea. This is the host compiler ? Does it cause a problem ?
> In file included from ../../gcc-4.0.3/gcc/crtstuff.c:64: > ../../gcc-4.0.3/gcc/tsystem.h:90:19: error: stdio.h: No such file or directory > ../../gcc-4.0.3/gcc/tsystem.h:93:23: error: sys/types.h: No such file or > directory > ../../gcc-4.0.3/gcc/tsystem.h:96:19: error: errno.h: No such file or directory That's easier - either you didn't install the headers, or you installed them in the wrong place. Depending where you are in the book, you should have headers in /tools/include or /usr/include. You haven't said where you are in the book, which makes it harder to diagnose what exactly is wrong. 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
