Get a GCC binary distribution:
http://gcc.gnu.org/install/binaries.html
After you get gcc working, you can install make (it includes a shell script so you can build it without a previous version of make). Then, if you want, you can compile GCC from source, and then recompile make with the bootstrapped compiler.