Re: [Mingw-w64-public] x86_64-w64-mingw32-g++.exe links with 32 bit libs

2012-11-19 Thread Koehne Kai
-Original Message- From: ext JonY [mailto:jo...@users.sourceforge.net] Sent: Saturday, November 17, 2012 12:23 PM To: mingw-w64-public@lists.sourceforge.net Subject: Re: [Mingw-w64-public] x86_64-w64-mingw32-g++.exe links with 32 bit libs On 11/17/2012 19:17, deneme.true wrote:

Re: [Mingw-w64-public] x86_64-w64-mingw32-g++.exe links with 32 bit libs

2012-11-19 Thread Earnie Boyd
On Sat, Nov 17, 2012 at 6:17 AM, deneme.true wrote: Hello, I am trying to cross-compile wxWidgets library on 32 bit machine for Win64. I haven't a 64 bit machine and 64 bit OS. I've seen that linker links the object files with 32 bit How did you build your cross compiler? You need a

Re: [Mingw-w64-public] MinWG64 on Windows, for Windows?

2012-11-19 Thread Earnie Boyd
On Sun, Nov 18, 2012 at 1:25 PM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2012/11/5 Yves yves.per...@modusfx.com Hi Ruben, All the while I tried all packages, since I`m still oscillating between 32 bit and 64 bit, TDM seemed to be the way to go, at least to compile to compile on

Re: [Mingw-w64-public] MinWG64 on Windows, for Windows?

2012-11-19 Thread Ray Donnelly
On Mon, Nov 19, 2012 at 1:32 PM, Earnie Boyd ear...@users.sourceforge.net wrote: On Sun, Nov 18, 2012 at 1:25 PM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2012/11/5 Yves yves.per...@modusfx.com Hi Ruben, All the while I tried all packages, since I`m still oscillating between 32 bit

Re: [Mingw-w64-public] MinWG64 on Windows, for Windows?

2012-11-19 Thread Earnie Boyd
On Mon, Nov 19, 2012 at 8:37 AM, Ray Donnelly wrote: On Mon, Nov 19, 2012 at 1:32 PM, Earnie Boyd You may need to build it yourself using the GCC sources. I need to create a document for doing this so I can just point to it. Even better, you could encode your knowledge into patches and

Re: [Mingw-w64-public] MinWG64 on Windows, for Windows?

2012-11-19 Thread Ray Donnelly
ng=next generation in this case. I mention it because they've recently added minGW-w64 as a target, and are looking for new people to help out. I'm hoping to add my darwin cross compilers to it and after that look at running it on MSYS. On Mon, Nov 19, 2012 at 5:05 PM, Earnie Boyd

[Mingw-w64-public] error: Link tests are not allowed after GCC_NO_EXECUTABLES.

2012-11-19 Thread Kyle Schwarz
Hi, I'm getting the following error when trying to compile the latest MinGW-w64 svn with the GCC svn: checking for ld that supports -Wl,--gc-sections... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. make[1]: *** [configure-target-libstdc++-v3] Error 1 The line in the

Re: [Mingw-w64-public] error: Link tests are not allowed after GCC_NO_EXECUTABLES.

2012-11-19 Thread Kai Tietz
Hi, This issue seems to be related to gcc bug reported at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55268 entry. I've added there a potential fix for this issue - you will need to rebuild gcc and crt - to this bug-report. If you could test it and give feadback to this bug-report, it would be