Re: [Cegcc-devel] Got windres working with utf-8 input on linux (patch)

2009-06-22 Thread Eric House
On Mon, Jun 22, 2009 at 06:32:13PM +0200, Danny Backx wrote: > On Fri, 2009-06-19 at 09:03 -0700, Eric House wrote: > > The patch that follows was generated against > > https://cegcc.svn.sourceforge.net/svnroot/cegcc/tags/cegcc-0.55. > > Unfortunately, WinMo .exes produced from this tree don't work

Re: [Cegcc-devel] Got windres working with utf-8 input on linux (patch)

2009-06-22 Thread Danny Backx
On Mon, 2009-06-22 at 09:44 -0700, Eric House wrote: > > > I'm not sure how to proceed with getting this fixed upstream. The > > > whole mingw world seems behind on Linux. > > > > Getting a bug fixed in binutils is not hard : just send the fix to the > > right mailing list (bug-binut...@gnu.org).

Re: [Cegcc-devel] Got windres working with utf-8 input on linux (patch)

2009-06-22 Thread Eric House
> On Fri, 2009-06-19 at 09:03 -0700, Eric House wrote: > > The patch that follows was generated against > > https://cegcc.svn.sourceforge.net/svnroot/cegcc/tags/cegcc-0.55. > > Unfortunately, WinMo .exes produced from this tree don't work for me, > > Why ? I'm not sure. It won't load on the simu

Re: [Cegcc-devel] Got windres working with utf-8 input on linux (patch)

2009-06-22 Thread Danny Backx
On Fri, 2009-06-19 at 09:03 -0700, Eric House wrote: > The patch that follows was generated against > https://cegcc.svn.sourceforge.net/svnroot/cegcc/tags/cegcc-0.55. > Unfortunately, WinMo .exes produced from this tree don't work for me, Why ? > I'm not sure how to proceed with getting this fixe

[Cegcc-devel] Got windres working with utf-8 input on linux (patch)

2009-06-19 Thread Eric House
I've figured out at least one way to get binutils to detect that iconv is available on my system when compiling windres. In reading about how autoconf works I found that the gcc code follows recommended practice better than binutils does, and also noted that gcc tests for HAVE_ICONV rather than HA