Andrew Benton wrote: > But according to that bugzilla page, the bug was fixed weeks ago? The > 'fix' is definitely in the glibc source so it would appear that it's > not working.
I assume that by this you mean you've verified that the right-hand side of this diff is present in your git tree? http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=8ecd6b2a1283a28bcf56cfe48099fafa412a3929 That *seems* like it should fix the issue. What does the installed stdio.h look like? What happens if you do something like "/path/g++ -E -D_GNU_SOURCE -Wp,-dU /usr/include/stdio.h"? (Assuming that's where the stdio.h from this glibc build got installed, anyway.) Do you get __USE_ISOC11 #define'd (to what value?) or #undef'ed? What about __cplusplus (again, what value)?
signature.asc
Description: OpenPGP digital signature
-- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
