I need to set up the Git client on a cheap shared hosting with a 32-bit untitled Linux distribution. GCC is not available, so I can not compile it on the server. I have at my disposal 2 other 64-bit Linux servers and an OSX laptop, which I could try to cross-compile the binary. But I cannot get it to compile correctly; when I push the binaries to a 32-bit server, it says that it cannot run the executable. This looks from other sources, such as I need to add "-arch i386" and / or "-m32" to. / configure or make the commands work for 32-bit, but I think I'm using them incorrectly. Does anyone know how to do this, or alternately, where to find the universal 32-bit git binary?
thanks
git linux compilation 32-bit
thebuckst0p
source share