[Mingw-w64-public] Problem configuring wxWidgets-2.9.1 with TDM64-GCC 4.5.1

2010-09-05 Thread Bidski
Just uninstalled TDM64 GCC-4.5.0 and installed 4.5.1 and attempted to re-build wxWidgets 2.9.1. However I am met with this error during the configure stage C:/MinGW/lib/libmingw32.a(lib64_libmingw32_a-crt0_c.o): In function `main': c:\crossdev\build-mingw64-crt\mingw-w64-crt/../../mingw-w64-svn/mi

Re: [Mingw-w64-public] Canadian cross still broken?

2010-09-05 Thread JonY
On 9/6/2010 05:27, İsmail Dönmez wrote: > Hi; > > On Mon, Sep 6, 2010 at 12:12 AM, Kai Tietz wrote: >> Well, could you please try '../configure --host=x86_64-w64-mingw32 >> --enable-lib32 --enable-lib64 --prefix=/usr/local/mingw64'. Does this >> change the behavior? At least for me it worked that

Re: [Mingw-w64-public] Canadian cross still broken?

2010-09-05 Thread İsmail Dönmez
Hi; On Mon, Sep 6, 2010 at 12:12 AM, Kai Tietz wrote: > Well, could you please try '../configure --host=x86_64-w64-mingw32 > --enable-lib32 --enable-lib64  --prefix=/usr/local/mingw64'. Does this > change the behavior? At least for me it worked that way. Sadly that didn't help either. I'll do mo

Re: [Mingw-w64-public] Canadian cross still broken?

2010-09-05 Thread Kai Tietz
2010/9/5 İsmail Dönmez : > Hi; > > On Mon, Sep 6, 2010 at 12:08 AM, Kai Tietz wrote: >> Could you please show me your configure line you used for crt. > > ../configure --host=x86_64-w64-mingw32 --enable-lib32 > --prefix=/usr/local/mingw64 > > Thanks, > ismail > Well, could you please try '../conf

Re: [Mingw-w64-public] Canadian cross still broken?

2010-09-05 Thread İsmail Dönmez
Hi; On Mon, Sep 6, 2010 at 12:08 AM, Kai Tietz wrote: > Could you please show me your configure line you used for crt. ../configure --host=x86_64-w64-mingw32 --enable-lib32 --prefix=/usr/local/mingw64 Thanks, ismail --

Re: [Mingw-w64-public] Canadian cross still broken?

2010-09-05 Thread Kai Tietz
2010/9/5 İsmail Dönmez : > Hi; > > On Sun, Sep 5, 2010 at 11:56 PM, Kai Tietz wrote: >> Well, have you build and installed headers and crt after initial gcc >> bootstrap? Have you added new sys-root/bin folder to you path before >> building crt? > > Yes, I did actually. The gcc fails in the second

Re: [Mingw-w64-public] Canadian cross still broken?

2010-09-05 Thread İsmail Dönmez
Hi; On Sun, Sep 5, 2010 at 11:56 PM, Kai Tietz wrote: > Well, have you build and installed headers and crt after initial gcc > bootstrap? Have you added new sys-root/bin folder to you path before > building crt? Yes, I did actually. The gcc fails in the second time which I do after installing cr

Re: [Mingw-w64-public] Canadian cross still broken?

2010-09-05 Thread Kai Tietz
2010/9/5 İsmail Dönmez : > Hi there; > > On Sun, Sep 5, 2010 at 11:45 PM, Kai Tietz wrote: >> 2010/9/5 İsmail Dönmez : >>> Hi, >>> >>> On Sun, Sep 5, 2010 at 11:26 PM, Kai Tietz wrote: Well, as you see in your dump of ld "i386pep" which means that ld supports x86_64 output. In ld (and s

Re: [Mingw-w64-public] Canadian cross still broken?

2010-09-05 Thread İsmail Dönmez
Hi there; On Sun, Sep 5, 2010 at 11:45 PM, Kai Tietz wrote: > 2010/9/5 İsmail Dönmez : >> Hi, >> >> On Sun, Sep 5, 2010 at 11:26 PM, Kai Tietz wrote: >>> Well, as you see in your dump of ld "i386pep" which means that ld >>> supports x86_64 output. In ld (and some other tools of binutils) the >>>

Re: [Mingw-w64-public] Canadian cross still broken?

2010-09-05 Thread Kai Tietz
2010/9/5 İsmail Dönmez : > Hi, > > On Sun, Sep 5, 2010 at 11:26 PM, Kai Tietz wrote: >> Well, as you see in your dump of ld "i386pep" which means that ld >> supports x86_64 output. In ld (and some other tools of binutils) the >> naming of target is different. >> >> So you should have a binutils ve

Re: [Mingw-w64-public] Canadian cross still broken?

2010-09-05 Thread İsmail Dönmez
Hi, On Sun, Sep 5, 2010 at 11:26 PM, Kai Tietz wrote: > Well, as you see in your dump of ld "i386pep" which means that ld > supports x86_64 output. In ld (and some other tools of binutils) the > naming of target is different. > > So you should have a binutils version which is capable to build 32-

Re: [Mingw-w64-public] Canadian cross still broken?

2010-09-05 Thread Kai Tietz
2010/9/5 İsmail Dönmez : > Hi there; > > On Sun, Sep 5, 2010 at 10:04 PM, Kai Tietz wrote: >> Hmm, as I see in this report has binutils not being configure to >> support pe-i386 targets (see here our Wiki page about multilib - it >> needs additional arguments for doing this). >> By fixing this, yo

Re: [Mingw-w64-public] Canadian cross still broken?

2010-09-05 Thread İsmail Dönmez
Hi there; On Sun, Sep 5, 2010 at 10:04 PM, Kai Tietz wrote: > Hmm, as I see in this report has binutils not being configure to > support pe-i386 targets (see here our Wiki page about multilib - it > needs additional arguments for doing this). > By fixing this, you should be able to build a multil

Re: [Mingw-w64-public] Canadian cross still broken?

2010-09-05 Thread Kai Tietz
2010/9/5 İsmail Dönmez : > Hi all; > > Today I was trying to do a canadian cross build of mingw-w64 on Snow > Leopard. I am using the instructions in the wiki but the gcc failed to > compiled with an error, that was already reported here [0]. > > I didn't try a non-multilib build (yet) but I wonder

[Mingw-w64-public] Canadian cross still broken?

2010-09-05 Thread İsmail Dönmez
Hi all; Today I was trying to do a canadian cross build of mingw-w64 on Snow Leopard. I am using the instructions in the wiki but the gcc failed to compiled with an error, that was already reported here [0]. I didn't try a non-multilib build (yet) but I wonder if multilib is broken or canadian cr

Re: [Mingw-w64-public] TDM-GCC 4.5.1 released

2010-09-05 Thread Ruben Van Boxem
> > I have since released mingw64-runtime svn3485 > (mingw64-runtime-tdm64-gcc45-svn3485), which fixes this problem and a few > others. > I have also released TDM-GCC core patch 2 (gcc-4.5.1-tdm64-1-core-2), which > fixes this problem. > You're the man! Thanks. Ruben --