Re: [Mingw-w64-public] ICE with GCC-4.5.1-20100708

2010-10-11 Thread Angelo Graziosi
Il 10/10/2010 15.31, NightStrike ha scritto: > On Thu, Sep 16, 2010 at 12:54 PM, JonY wrote: >> On 7/16/2010 08:46, Yaakov (Cygwin/X) wrote: >>> >>> On Fri, 2010-07-16 at 02:06 +0200, Angelo Graziosi wrote: Testing the mingw64-i686* packages found at ftp://ftp.cygwinports.org/pub/cy

Re: [Mingw-w64-public] Is there are ways to distinguish mingw32 and mingw-w64 (32bit) compiler?

2010-10-11 Thread Dongsheng Song
On Sun, Oct 10, 2010 at 14:19, Kai Tietz wrote: > Hello Dongsheng. > > 2010/10/10 Dongsheng Song : > > Hi all, > > > > Since mingw-w64 (32bit) have many new features than mingw32, I must > > distinguish > > these two compilers at compile time, how can I do it ? > > If you want to distinguish whil

[Mingw-w64-public] mingw32-make and the "-j" option

2010-10-11 Thread Ruben Van Boxem
Hi, Qt devs seem to believe mingw32-make does not support the "-j" option, although CMake generated makefiles seem to allow it use more than 50% of my dual core. I think it works only on some kind of makefile structure, but need some background info. Thanks! Ruben --

Re: [Mingw-w64-public] mingw32-make and the "-j" option

2010-10-11 Thread NightStrike
On Mon, Oct 11, 2010 at 2:08 PM, Ruben Van Boxem wrote: > Hi, > Qt devs seem to believe mingw32-make does not support the "-j" option, > although CMake generated makefiles seem to allow it use more than 50% of my > dual core. > I think it works only on some kind of makefile structure, but need som

Re: [Mingw-w64-public] Is there are ways to distinguish mingw32 and mingw-w64 (32bit) compiler?

2010-10-11 Thread NightStrike
On Mon, Oct 11, 2010 at 11:43 AM, Dongsheng Song wrote: > On Sun, Oct 10, 2010 at 14:19, Kai Tietz wrote: >> > Just for curiosity, how can I use target triplet ? In autotools and config.h > ? You can write a case statement in your configure.ac file that operates on $target, or one of the compone

Re: [Mingw-w64-public] mingw32-make and the "-j" option

2010-10-11 Thread Ozkan Sezer
On Mon, Oct 11, 2010 at 9:38 PM, NightStrike wrote: > On Mon, Oct 11, 2010 at 2:08 PM, Ruben Van Boxem > wrote: >> Hi, >> Qt devs seem to believe mingw32-make does not support the "-j" option, >> although CMake generated makefiles seem to allow it use more than 50% of my >> dual core. >> I think

Re: [Mingw-w64-public] mingw32-make and the "-j" option

2010-10-11 Thread NightStrike
On Mon, Oct 11, 2010 at 2:42 PM, Ozkan Sezer wrote: > On Mon, Oct 11, 2010 at 9:38 PM, NightStrike wrote: >> On Mon, Oct 11, 2010 at 2:08 PM, Ruben Van Boxem >> wrote: >>> Hi, >>> Qt devs seem to believe mingw32-make does not support the "-j" option, >>> although CMake generated makefiles seem t

Re: [Mingw-w64-public] mingw32-make and the "-j" option

2010-10-11 Thread Ozkan Sezer
On Mon, Oct 11, 2010 at 9:58 PM, NightStrike wrote: > On Mon, Oct 11, 2010 at 2:42 PM, Ozkan Sezer wrote: >> On Mon, Oct 11, 2010 at 9:38 PM, NightStrike wrote: >>> On Mon, Oct 11, 2010 at 2:08 PM, Ruben Van Boxem >>> wrote: Hi, Qt devs seem to believe mingw32-make does not support th

Re: [Mingw-w64-public] mingw32-make and the "-j" option

2010-10-11 Thread Andy Koppe
On 11 October 2010 19:38, NightStrike wrote: > Note > that cygwin make doesn't work with -j because of a cygwin bug in fork. That's not true. I regularly use it to build various different programs, and it works just fine. If you're referring to a more general issue with fork failures, the reasons

Re: [Mingw-w64-public] mingw32-make and the "-j" option

2010-10-11 Thread Ruben Van Boxem
2010/10/11 Andy Koppe > On 11 October 2010 19:38, NightStrike wrote: > > Note > > that cygwin make doesn't work with -j because of a cygwin bug in fork. > > That's not true. I regularly use it to build various different > programs, and it works just fine. > > So I gather it works like I thought i