On 04/03/2008, Whit Armstrong <armstrong.whit@xxxxxxxxx> wrote: > I still got the same failure after using: ./configure > --with-iconv=/home/warmstro/bin > > which is where I put GNU inconv. > > Is it possible to make sure that configure used that version? > > I tried ldd on the git executable, but I didn't find it. > > xs5-trd-p1.grn:warmstro> ldd git > libcurl.so.3 => /usr/local/misc/lib/libcurl.so.3 > libz.so => /usr/local/subversion/lib/libz.so > libsocket.so.1 => /usr/lib/libsocket.so.1 > libnsl.so.1 => /usr/lib/libnsl.so.1 > libc.so.1 => /usr/lib/libc.so.1 > libdl.so.1 => /usr/lib/libdl.so.1 > libz.so.1 => /usr/local/subversion/lib/libz.so.1 > libz.so.1 (SUNW_1.1) => (version not found) > libgcc_s.so.1 => /usr/local/subversion/lib/libgcc_s.so.1 > libmp.so.2 => /usr/lib/libmp.so.2 > /usr/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1 It looks to me like the configure script has no way to set the ICONVDIR variable used by the Makefile, so the --with-iconv= probably isn't doing anything. For now, could you try setting that directly in your Makefile ? NEEDS_LIBICONV must be defined if it isn't already. Mike -- 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