On Tuesday, June 19, 2007 at 15:24:56 (+0200) Marco Roeland writes: >On Tuesday June 19th 2007 at 14:00 Johannes Schindelin wrote: > >> On Tue, 19 Jun 2007, Bill Lear wrote: >> >> > Also breaks (tar fails) if I do the 'make configure; ./configure' >> > route. >> >> Then there is a test missing in configure. >> >> > /home/blear/build/git-1.5.2.2/utf8.c:328: undefined reference to `libiconv' >> >> You are missing libiconv. > >On Linux there usually is no separate libiconv as this is integrated >into GNU libc. Most of the time this kind of error results when somehow >there _is_ a separate installation of libiconv under /usr/local/lib or >something. An #include <iconv.h> then finds the version under >/usr/local/include/iconv.h which has rather different definitions, due to >using all kind of macros. > >If this is Bills situation try uninstalling the separate iconv package >or at least temporarily rename its iconv.h header. Well, I'll try that, but this is a fresh install of Centos 5, not a custom-hacked OS, and I would think that git should build out of the box on it. I checked and there is no iconv package (rpm). I really don't want to have to temporarily rename a header. I can't hand this out to the rest of the company, some of whom do not have root access to be able to rename header files. Bill - 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