[Mingw-w64-public] includepaths / processes fail with mingw-w64-bin_i686-mingw_20110510_sezero

2012-06-02 Thread fueb
Hi, I am trying to cross-build Qt 4.7.4 using sezeros 2011 toolchain. Even if I try to compile a simple hello_world.cpp the toolchain does not work. So I think there must be some issue with the toolset. Since I successful built Qt with the native "mingw-w64-bin_x86_64-mingw_20110510_sezero" too

Re: [Mingw-w64-public] includepaths / processes fail with mingw-w64-bin_i686-mingw_20110510_sezero

2012-06-02 Thread fueb
Hi, thanks to Marc for the answer, that gave me the trick. Well, I got the compiler working with my "Hello World" using the -b option and your mentioned target-triplet (-v lists the target-options built in the toolset): 'g++ -b x86_64-w64-mingw32 -m64' did the job (without modifying the instal

Re: [Mingw-w64-public] includepaths / processes fail with mingw-w64-bin_i686-mingw_20110510_sezero

2012-06-02 Thread Mark Dootson
Hi, It is because you are cross compiling but not passing any target triplet. There's an 'approach' I have always used which is just create copies of the 27 executables prefixed x86_64-w64-mingw32 in bin. (so you have both x86_64-w64-mingw32-g++.exe and g++.exe). Then ensure the only mingw rela

[Mingw-w64-public] includepaths / processes fail with mingw-w64-bin_i686-mingw_20110510_sezero

2012-06-02 Thread Frank Ueberschar
Hi, I am trying to cross-build Qt 4.7.4 using sezeros 2011 toolchain. Even if I try to compile a simple hello_world.cpp the toolchain does not work. So I think there must be some issue with the toolset. Since I successful built Qt with the native "mingw-w64-bin_x86_64-mingw_20110510_sezero" too

Re: [Mingw-w64-public] Response file unwrapped between collect2.exe and ld.exe

2012-06-02 Thread Jürgen Hunold
Hi Ruben, On Saturday, 2. June 2012 12:52:43 Ruben Van Boxem wrote: > I'll add this option in my builds as well. Just out of curiosity: is this > why Qt uses object scripts (files with the list of object files really) > instead of putting it into a makefile? command line length limitations. At l

Re: [Mingw-w64-public] Response file unwrapped between collect2.exe and ld.exe

2012-06-02 Thread Zaheer Chothia
Great, thanks for the speedy response! The new build functions as expected, even when linking thousands of object files. --Zaheer On Sat, Jun 2, 2012 at 12:36 PM, niXman wrote: > 2012/5/31 niXman: >> I will try to built using this option. The build will be available for >> download as a test on

Re: [Mingw-w64-public] Response file unwrapped between collect2.exe and ld.exe

2012-06-02 Thread xunxun
于 2012/6/2 18:52, Ruben Van Boxem 写道: .Op 2 jun. 2012 12:37 schreef "niXman" > het volgende: > > 2012/5/31 niXman: > > I will try to built using this option. The build will be available for > > download as a test one in a few days. > > Done. > https://sourceforge.net

Re: [Mingw-w64-public] Response file unwrapped between collect2.exe and ld.exe

2012-06-02 Thread Ruben Van Boxem
.Op 2 jun. 2012 12:37 schreef "niXman" het volgende: > > 2012/5/31 niXman: > > I will try to built using this option. The build will be available for > > download as a test one in a few days. > > Done. > https://sourceforge.net/projects/mingwbuilds/files/windows-host/4.7.0/release/ > > All the fur

Re: [Mingw-w64-public] Response file unwrapped between collect2.exe and ld.exe

2012-06-02 Thread niXman
2012/5/31 niXman: > I will try to built using this option. The build will be available for > download as a test one in a few days. Done. https://sourceforge.net/projects/mingwbuilds/files/windows-host/4.7.0/release/ All the further builds will use this option. -- Regards, niXman __