Hi, On Thu, 31 Aug 2006, Jorma Karvonen wrote: > Johannes Schindelin wrote: > > Hi, > > > > since you do have a recent snapshot, why not try ./configure, as Pasky > > suggested? > > > > BTW I cannot read Finnish, but it probably says that you do not have curl > > installed. configure would detect that, and automatically set NO_CURL=1. > > > > Ciao, > > Dscho > > > > > > > Sorry, > > but I have not any git installed and there is no configure file in installing > directory. Ooops. As mentioned elsewhere, try "make configure" first. > When I tested > make NEEDS_LIBICONV=1 NO_CURL=1 > > the make succeeded but when trying make install I got error messages shown in > the enclosed file. You forgot to say "NEEDS_LIBICONV=1 NO_CURL=1" with the "make install": make NEEDS_LIBICONV=1 NO_CURL=1 install This would not be necessary with ./configure, since it writes these settings into a file, which is read by "make". Ciao, Dscho - 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