What systems does it run under?

Terraform was written under Linux (or GNU/Linux if you're an RMS faithful) and should run under any UNIX type system that has the proper libraries and compilers installed. The following are a list of systems that I know terraform has successfully been compiled under

The compiler versions given above are intended as a reference point for a particular platform and the accompanying compiler. Other compiler versions of both gcc and egcs may work just as well or even better, especially if the version is higher than what's listed above. The configure scripts checks wether your system has all required libraries installed and wether your compiler supports all required ANSI C++ features.