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