On Sun, 2025-06-08 at 13:04 +0200, Thierry Mould via Bug reports and discussion for GNU make wrote: > I install make on my home directory. No fatal error. > Now I ‘ll try to use make (correctly).
You are using a MacOS system. MacOS uses a case-insensitive filesystem, and you've mismatched the case of the directory with the case of cd command (I assume--I'm not very familiar with MacOS). You can see that by examining the diff results provided during the tests: ! make[1]: Entering directory '/Applications/Make-4.4/tests' ^ ! make[1]: Entering directory '/Applications/make-4.4/tests' ^ I didn't check ALL the diffs to see if all of them had the same problem. If you fix this and still see some problems, please send them along. -- Paul D. Smith <psm...@gnu.org> Find some GNU Make tips at: https://www.gnu.org http://make.mad-scientist.net "Please remain calm...I may be mad, but I am a professional." --Mad Scientist