free cycle <freecycler23@xxxxxxxxx> wrote: > I’m trying to install git and I have run the following steps: > > make configure > ./configure --prefix=/p/tools/git > make all > make install > > Everything works OK up until the “make install” step at which point I get the following error: > > install -m644 lib/tclIndex '/p/nhm/rtl/tools/git/share//git-gui/lib' > > install: cannot stat `lib/tclIndex': No such file or directory Sounds like you are trying to build a version of Git that doesn't gracefully fallback when tclsh isn't available. So I'm guessing you don't have a tclsh in your $PATH, and that is why git-gui could not create its lib/tclIndex. Hmmph. Even as far back as Git 1.5.2 git-gui used a fallback for its lib/tclIndex when tclsh wasn't available or working properly. We're currently on 1.5.2.3 (just released). Please consider upgrading to the latest stable Git (1.5.2.3 or 1.5.2.2 if the .3 isn't available on your mirror of choice yet). -- Shawn. - 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