Dave Korn wrote
> Eric House wrote:
> > Danny wrote:
> >> Could you apply this patch to src/binutils/configure.ac :
> >> [...]
> >> +AC_CHECK_HEADERS(iconv.h)
> >> [...]
> >> and then run
> >>autoreconf
> >> in the src/binutils directory.
> >
> > eeho...@debian:~/src/cegcc-0.55/src/binutils$
Eric House wrote:
> Danny wrote:
>> Could you apply this patch to src/binutils/configure.ac :
>> [...]
>> +AC_CHECK_HEADERS(iconv.h)
>> [...]
>> and then run
>> autoreconf
>> in the src/binutils directory.
>
> eeho...@debian:~/src/cegcc-0.55/src/binutils$ autoreconf
> configure.ac:26: error:
Danny wrote:
> Could you apply this patch to src/binutils/configure.ac :
> [...]
> +AC_CHECK_HEADERS(iconv.h)
> [...]
> and then run
> autoreconf
> in the src/binutils directory.
eeho...@debian:~/src/cegcc-0.55/src/binutils$ autoreconf
configure.ac:26: error: Please use exactly Autoconf 2.59
>
> > > I haven't checked whether the precompiled cegcc tarball on sourceforge
> > > has the same problem (mishandled utf-8 .rc files) but suspect that it
> > > does. The problem seems to be that configuring binutils doesn't check
> > > for iconv
> Date: Thu, 21 May 2009 11:15:41 +0200
> From: Danny Backx
> Subject: Re: [Cegcc-devel] windres compilation doesn't check for iconv
> Could you apply this patch to src/binutils/configure.ac :
>
> pavilion: {343} svn diff configure.a
Eric,
Could you apply this patch to src/binutils/configure.ac :
pavilion: {343} svn diff configure.ac
Index: configure.ac
===
--- configure.ac(revision 1225)
+++ configure.ac(working copy)
@@ -1187,6 +1187,8 @@
ACX_P
I've finally figured out why arm-mingw32ce-windres doesn't handle
utf8-encoded .rc files correctly but don't know what to do about it.
It has to do with how autoconf works for binutils.
The problem is in wind_MultiByteToWideChar(), in
src/binutils/binutils/winduni.c. That function has three
condi