------- Comment #4 from tjk at tksoft dot com 2007-07-25 21:24 ------- I got the same problem using sed 3.02 to build. Upgrading to sed 4.1.5 fixed the problem.
The fixincl program runs sed scripts for glibc pthread checks which fail on sed 3.02, but succeed on sed 4.1.5. What happens is that pthread.h doesn't get created in the "fixincludes/tests/res" directory because sed fails. My version is gcc 4.2.1 with host i486-pc-linux-gnu. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29737