iconv.dll missing error in gpg on Windows 7
Ah, I've been getting this error now using gpg for windows on the command line. At first, a little googling discovered that the iconv.dll library can be downloaded from the gpg site directly and needs to be added to the same directory where I keep gpg.exe. Simple enough. Well, having gotten my dll and navigated to the directory where gpg lives, I discovered that iconv.dll was already there! I checked my path, then got a little suspicious... Windows search to the rescue. I typed in gpg.exe and checked the list of results. It turns out that the gpg.exe that was first in my path resolution was part of my git install. Adding the dll to that folder solved the problem. Hopefully this helps somebody else save some time!