[bug #18963] -include suppressing errors for too long?

2007-04-21 Thread Tobias Blomberg
Follow-up Comment #4, bug #18963 (project make): Is this really the way it is supposed to work. It didn't work like that in previous releases of make. To exemplify, I want a makefile with automatic dependencies. If I write it like this: --- Makefile --- all:hello include hello.d %.d:

[bug #19656] strcmpi does not exist on my system, better use strcasecmp instead

2007-04-21 Thread Paul D. Smith
Follow-up Comment #1, bug #19656 (project make): Can you please provide the error messages you received? As far as I know GNU make sources don't use strcmpi() except when compiling for non-POSIX systems. ___ Reply to this item at:

[bug #19656] strcmpi does not exist on my system, better use strcasecmp instead

2007-04-21 Thread Colin Finck
Follow-up Comment #2, bug #19656 (project make): Yes, you're right, the problem does not occur if I only run the configure script without any parameters. But when I add the parameter --enable-case-insensitive-file-system, it does not build. Here is the error message: