Paul Vriens Paul.Vriens@xs4all.nl writes:
It turns out these errors are generated for some dll's (crtdll and msvcrtd and their tests). And also for some programs (notepad, regedit, taskmgr, wordpad).
The common thing is that they all have in their Makefile.in:
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
Is this harmless? Should it (what?) be fixed?
There's a configure check to add -fno-builtin for these cases, you should check why that doesn't work for you.