GMake Command
Eventually you’ll encounter build instructions that include the gmake command. As delivered, OS X doesn’t support gmake. But it’s the same thing as make, which is supported in the Developer Tools. Here are the steps to make the link for gmake:
which make
cd /usr/bin
sudo ln -s make gmake
exit