If you put the path where make install installs before the path where the old make is found it will use the newer make.

If the old one lives in /opt/xcode/bin and make install installs to /usr/local/bin, then make sure /usr/local/bin comes before /opt/xcode/bin in your PATH variable.

PATH=/usr/local/bin:/opt/xcode/bin

Answer from Puppe on Stack Overflow
🌐
Softpedia
mac.softpedia.com › developer tools › gnu make
GNU Make - Download (Mac) - Softpedia
Download GNU Make 4.4.1 for Mac - Open source and command line based utility designed to help developers build, configure, install and uninstall programs from their source files
🌐
GitHub
gist.github.com › fscm › 3619ae946f3ea908a14c2ef1f835ecb9
[macOS] Install GNU Make tool from source · GitHub
Download ZIP · [macOS] Install ... your local computer. To install the Command Line Tools run the following command: xcode-select --install ·...
Discussions

macos - Upgrade gnu make on mac - Stack Overflow
I am trying to upgrade gnu make version to 4.1 on my mac, but I couldn't install successfully. Here are what I did so far: 1. install xcode v8.2.1 2. manually upgrade gnu make with the following commands. # Download gnu make-4.1.tar.gz from gnu website. More on stackoverflow.com
🌐 stackoverflow.com
Need help to install GNU make - Apple Community
Sorry for my english : I'm french. I want to install "GNU make". So, I download this file: make-3.82.tar.gz. I unpacked this one and I opened the Terminal. I went to the directory "make-3.82" and I used the command: ./configure The terminal showed this: checking for a BSD-compatible install... More on discussions.apple.com
🌐 discussions.apple.com
makefile - How to install 'make' and GCC on a Mac - Stack Overflow
Like export PATH="/usr/local/bin:$PATH" ...e/libexec/gnubin:$PATH" for make. 2019-08-04T18:09:12.11Z+00:00 ... You can also use this standalone GCC installed (got from Xcode). ... Apple has their own officially supported version now too you can download from developer.apple.com/downloads with a free developer account. Kenneth details it here 2013-06-26T06:27:04.5Z+00:00 ... With modern Xcode (4.3) you will need to run the GUI and have it install the command line tools. I'll quote from the MacPorts ProblemHotList ... More on stackoverflow.com
🌐 stackoverflow.com
gmake on Mac
I am using my teminal on Mac to run some files with gmake, (I used unix before,but now I am trying to run it frm my mac) and I get the error message: -bash: gmake: command not found Any idea what the problem might be? Thanks! More on unix.com
🌐 unix.com
10
0
October 26, 2011
🌐
GNU
gnu.org › software › make
Make - GNU Project - Free Software Foundation
Make can be found on the main GNU ftp server (download Make via HTTPS, download Make via HTTP or download Make via FTP), and its mirrors; please use a mirror if possible.
🌐
Mac Download Informer
macdownload.informer.com › developer tools › gnu make
Download free GNU Make for macOS - Mac Informer
September 1, 2025 - Mac · Log in / Sign up · Free Choose the most popular programs from Developer Tools software · Your vote: Latest version: 4.2 See all · Developer: Free Software Foundation Inc · Review Comments Questions & Answers · Share · Facebook · Twitter · Telegram · WhatsApp · Linkedin · Copy link · Request Download · link when available · Freeware · All versions · GNU Make 4.1 ·
🌐
MacPorts
ports.macports.org › port › gmake
Install gmake on macOS with MacPorts
https://www.gnu.org/software/make/make.html · To install gmake, paste this into the macOS Terminal after installing MacPorts · sudo port install gmake Copy More instructions Report an issue with this port · × · If not done already, install MacPorts. To install gmake, run the following ...
🌐
Software Informer
gnu-make1.software.informer.com › windows › developer tools › ide › gnu make
GNU make Download - Make is a tool which controls the generation of executables
February 19, 2026 - Request Download · link when available · GNU make for Mac OS X · Edit program info · Info updated on: Feb 19, 2026 · Software Informer · Download popular programs, drivers and latest updates easily · Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.
Find elsewhere
🌐
Homebrew
formulae.brew.sh › formula › make
make — Homebrew Formulae
brew install make · Utility for directing compilation · https://www.gnu.org/software/make/ License: GPL-3.0-only · Development: Pull requests · Formula JSON API: /api/formula/make.json · Formula code: make.rb on GitHub ·
🌐
SourceForge
gnuwin32.sourceforge.net › packages › make.htm
make for Windows
You can also download the files from the GnuWin32 files page.
🌐
Apple Community
discussions.apple.com › thread › 2607132
Need help to install GNU make - Apple Community
/usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... config/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... no checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: in `/Users/Arnaud/Downloads/make-3.82': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. And in the config.log, we have: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU make configure 3.82, which was generated by GNU Autoconf 2.65.
🌐
Shells
kb.shells.com › tutorials › macOS › GNU_Make
GNU Make on macOS - Shells KB
Step-by-step guide to install GNU Make on macOS. Complete tutorial with commands and configuration.
🌐
Hacker News
news.ycombinator.com › item
> macs don't have a recent bash Macs don't have GNU make 4, only 3.81, so it's o... | Hacker News
December 18, 2019 - Macs don't have GNU make 4, only 3.81, so it's outright not portable with that > thingie · By default, it’s installed as gmake to not conflict with the existing make 3.81
🌐
Unix.com
unix.com › unix for beginners q & a › unix for dummies questions & answers
gmake on Mac - UNIX for Dummies Questions & Answers - Unix Linux Community
October 26, 2011 - I am using my teminal on Mac to run some files with gmake, (I used unix before,but now I am trying to run it frm my mac) and I get the error message: -bash: gmake: command not found Any idea what the problem might be? …
🌐
Mac Download Informer
macdownload.informer.com › developer tools › gnu make
Download free GNU Make 4.1 for macOS - Mac Informer
September 15, 2021 - The latest version of GNU Make is 4.1 on Mac Informer. It is a perfect match for the Developer Tools category.
🌐
University of Texas
cs.utexas.edu › ~moore › acl2 › v6-3 › installation › installing-make.html
ACL2 Version 6.3 Installation Guide: Installing Make
(Note: We have both 32-bit and ... 64-bit machines.) Change to a directory under which you will put make 3.80: ... Arrange that the new make 3.80 is your default make. For example, if ~/bin at (or sufficiently near) the front of your PATH and DIR is the directory in which you downloaded make-3.80.tar.gz as above, you can do this: ... Test that you have installed make 3.80 as your default make. The following should print "GNU Make ...
🌐
SourceForge
sourceforge.net › projects › gmsl
GNU Make Standard Library download | SourceForge.net
Download GNU Make Standard Library for free. GNU Make Standard Library: a library of functions written for GNU Make using GNU Make's built in functions.
🌐
Top Bug Net
topbug.net › home › install and use gnu command line tools on macos/os x
Install and Use GNU Command Line Tools on macOS/OS X - Top Bug Net
December 13, 2017 - Update 2 All the brew install commands above have been put into one script on GitHub for downloads. ... Pingback: How to use GNU sed on Mac OS 10.10+, 'brew install -default-names' no longer supported - The Citrus Report