I am trying to install git on a redhat linux box but get the following error because C compilers are against the security policy where I work.
configure: Setting lib to 'lib' (the default)
configure: Will try -pthread then -lpthread to enable POSIX Threads.
configure: CHECKS for site configuration
configure: CHECKS for programs
checking for cc... no
checking for gcc... no
configure: error: in `/home//git-1.9.2':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
Does any one know where I can get the precompiled binaries for Git 1.9.2? Having looked on the net i could not find any. If there are not any how do you install git without having a C compiler
Thanks