> Date: Sun, 10 Nov 2013 10:16:51 +0100 > From: Panicz Maciej Godek <[email protected]> > Cc: "[email protected]" <[email protected]> > > The dependency walker shows that libiconv depends only on dlls supplied > by Windows (kernel32.dll, msvcrt.dll and ntdll.dll). The dependency on > libgcc appears only in libguile, but it seems to have nothing to do with > iconv. Rebuilding libiconv didn't change anything
Then I guess you will have to run that compilation under GDB and see why it thinks utf8 is invalid encoding. (Is it really "utf8" or "utf-8" or maybe "UTF-8"?) > (I believe that since those are dlls and libguile plainly depends on > libiconv-2.dll, there should be no need to rebuild guile > afterwards?) If you rebuilt libiconv-2.dll, you shouldn't need to rebuild guile.
