This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/29737] make check fixinclude test FAILURES



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]