2012/2/10 Dilyan Palauzov <Dilyan.Palauzov@xxxxxxxxx>: > Hello, > > on my system locale_charset is included in libiconv as local symbol and thus > linking with -liconv is not sufficient. > > nm /usr/lib64/libiconv.so.2.5.1 | grep locale > 0000000000012694 t locale_charset > > whereas in libcharset the symbol is global: > > nm /usr/lib64/libcharset.so.1 |grep locale > 0000000000000c50 T locale_charset > This is from the import library for libiconv we use for Git for Windows: $ nm /mingw/lib/libiconv.dll.a | grep locale_charset 00000000 I __imp__locale_charset 00000000 T _locale_charset Looks pretty defined to me. -- 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