[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Make installation
From: |
Paul Smith |
Subject: |
Re: Make installation |
Date: |
Sun, 08 Jun 2025 12:57:23 -0400 |
User-agent: |
Evolution 3.56.1 (by Flathub.org) |
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 <psmith@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