Hello, I have installed git for windows sdk from the web and tried to build it. The build ended with a link bug; see below. Could you please help me with debugging that? I have tried various pacman -S libiconv; pacman -Su; pacman -S libiconv-devel but I still do not understand pacman and its dependencies, I'm afraid. Hints or pointers to doc welcome. Stepan Kasal $ make LINK git-credential-store libgit.a(utf8.o): In function `reencode_string_iconv': /usr/src/git/utf8.c:463: undefined reference to `libiconv' /usr/src/git/utf8.c:463:(.text+0xf77): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `libiconv' libgit.a(utf8.o): In function `reencode_string_len': /usr/src/git/utf8.c:524: undefined reference to `libiconv_open' /usr/src/git/utf8.c:524:(.text+0xff1): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `libiconv_open' /usr/src/git/utf8.c:535: undefined reference to `libiconv_close' /usr/src/git/utf8.c:535:(.text+0x1018): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `libiconv_close' /usr/src/git/utf8.c:529: undefined reference to `libiconv_open' /usr/src/git/utf8.c:529:(.text+0x104a): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `libiconv_open' collect2: error: ld returned 1 exit status make: *** [Makefile:2061: git-credential-store] Error 1