On Mon, 2026-04-27 at 07:30 +0800, James Hu wrote: > Hello, > > AS far as we know, apple's gnu make program is obsolete from i386 > architecture but cross-compiled to aarch64 and amd64. > > Any suggestions? VCR in text: > https://github.com/hukeyue/yass/issues/158
GNU make is free software. I guess you have access to some C compiler. Then you can download the tar ball of GNU make (e.g. from https://www.artfiles.org/gnu.org/make/make-4.4.1.tar.gz ...) and compile GNU make from its source code (if I remember, you don't need any make utility since there is some shell script). Regards -- Basile STARYNKEVITCH <[email protected]> 8 rue de la Faïencerie http://starynkevitch.net/Basile/ 92340 Bourg-la-Reine https://github.com/bstarynk France https://github.com/RefPerSys/RefPerSys https://orcid.org/0000-0003-0908-5250
