You have successfully installed @NAME@ v@VERSION@ (@VARIANT@ variant).

If you want to use the Gambit Scheme compiler, gsc, to compile Scheme files you will need the gcc C compiler.

The easiest way to get gcc is to install Apple's Xcode Developer Tools that come with a gcc C compiler based on LLVM. It is easy to install but is slow when compiling C code generated by the Gambit Scheme compiler and it produces slow code. Xcode can be obtained on the App Store.

It is best to install the GNU gcc C compiler. This can be done using homebrew or installing from scratch. Make sure that the executable is named gcc and not something like gcc-7 (you may need to add a symbolic link because the Gambit Scheme compiler and its scripts call gcc and by default that is the Xcode one).

Gambit can be uninstalled by executing the shell command

  sudo uninstall-gambit v@VERSION@