============================== HOWTO build 'git' on Solaris 9 ============================== - build these prerequisites: - GNU make - GNU m4 - GNU autoconf - when making Git, prefix *every* make command with: NO_PERL=1 NO_PERL_MAKEMAKER=1 NO_PYTHON=1 NO_TCLTK=1 MAKE=/path/to/gnu/make make SHELL='bash -x' .... - you probably have to build GNU install as well - see here for instructions: http://serverfault.com/a/167691/100713 (though how hard would it be to rewrite 'install' in Perl? Or even Bash?) http://man.cx/install