------- Comment #4 from bugzilla-gcc at thewrittenword dot com 2008-02-24 07:09 ------- (In reply to comment #3) > Created an attachment (id=15208) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15208&action=view) [edit] > patch to include string.h and strings.h (stolen from libcpp) > > Patch does not include generated files (configure, config.h.in) >
To elaborate, the attached patch fixes it for us because strncasecmp is declared in strings.h, which is not being included. At first we went with the unconditional inclusion of strings.h, but that seemed inappropriate, so we copied what was in libcpp for string.h and strings.h. -- bugzilla-gcc at thewrittenword dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla-gcc at | |thewrittenword dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33131