[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] Patch suggestion
From: |
Bruno Haible |
Subject: |
Re: [bug-gnu-libiconv] Patch suggestion |
Date: |
Wed, 1 Apr 2009 00:59:17 +0200 |
User-agent: |
KMail/1.9.9 |
Hello Roumen,
> The complete solution is to replace all. Actually libiconv 1.12 use
> resource in two places(targets) and both don't work.
Huh? On mingw, I looked for the presence of the resource info, and found that
in you can access this info through the Windows NT file explorer, via a pop-up
menu on the file's icon. The one in iconv.exe was present, the one in
libiconv.dll was missing. So I added that.
I found it a bit strange that "strings < iconv.exe" showed part of the resource
text, but "strings < libiconv.dll" didn't, although the info was visible in
the file explorer.
> Also configure.ac still contain
> AC_CHECK_TOOL([WINDRES], [windres]).
Yes, this is needed for the src/Makefile.in.
> I will cross-compile v1.13 and I will keep you informed.
Ah, you are cross-compiling from Linux? I used a cross-compile from Cygwin;
maybe that makes a difference?
Bruno