>>>>> "Matthieu" == Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx> writes: Matthieu> In my case, it was GNU/Linux machines, so something may go wrong Matthieu> because of a non-gnu system. Did you try compiling with gmake instead Matthieu> of make? Works fine for me on OSX. Here's my build script: get.git: cd ~/MIRROR/git-GIT && git fetch && git diff --stat live origin/master make.git: cd ~/MIRROR/git-GIT && git reset --hard origin/master && make prefix=/opt/git all install quick-install-man && git tag -f live HEAD And everything (including the Perl bits) ends up under /opt/git. I don't even run configure. Not sure why I would. :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <merlyn@xxxxxxxxxxxxxx> <URL:http://www.stonehenge.com/merlyn/> Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc. See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html