I was installing LFS from the LiveCD version 6.1-3 until I reached step 6.11 in the LFS stable book, where I need to install Glibc on my new basic system. Everything before this went great, no problems. But now I get this error on `make':
Code:
../nptl/pthreadP.h:267: error conflicting types for '__libc_pthread_init'
../linuxthreads/internals.h:512: error: previous declaration of '__libc_pthread_init' was here
make[2]: *** [/sources/glibc-build/csu/errno-loc.o] Error 1
make[2]: Leaving directory '/sources/glibc-2.3.4/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leacing directory '/sources/glibc-2.3.4'
make: *** [all] Error 2
I really have no idea where this came from, as I have followed the directions exactly. I have also checked the LFS FAQ and there was no mention of this problem. Thanks for any help.