[Qt-interest] configure/qmake - multiple seg-faults on OS X (Qt 4.6.2 Cocoa)
Paul Miller
paul at fxtech.com
Thu Mar 18 14:31:23 CET 2010
On 3/16/2010 12:45 PM, Paul Miller wrote:
> On 3/16/2010 8:14 AM, Frank Mertens wrote:
>> Paul Miller wrote:
>>> I'm trying to build the 64 bit version of Qt 4.6.2 on 10.6 (Snow
>>> Leopard). When running configure, while it is generating Makefiles, I am
>>> getting multiple segmentation faults during the configure process - it
>>> looks like qmake that is faulting. I am trying to build on a MacBook pro
>>> with 3GB of available RAM.
>>
>> I had the same issue, until I figured, that I need the latest Xcode SDKs.
>
> Just downloaded the absolute latest (3.2.1).
>
> While configuring, it gets all the way to browser.pro, and then starts
> seg-faulting, then builds the rest fine. Here are all of the projects it
> (consistently) faults on:
Incidentally, I got it to work by using the following configure line:
configure -fast -arch x86_64
It seems removing the -cocoa flag (which is implied anyway for 64 bit)
is what did it.
More information about the Qt-interest-old
mailing list