I don have “gmake” on my system. Where can I get a copy?
The CCSM build process assumes that gmake is currently installed on your system. If it isn’t already available, there are a number of steps that you can take to resolve this. First, ask your system administrator if you already have gmake (the GNU make utility). If so, you may need to change your unix PATH definition to include the path to your copy of gmake. Second, the gmake program is often called “make” or “gnumake”. Issue the command “make -v” the “make” you are using is actually gnu make.