Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-interest Archive, October 2006
Intel Compiler on OS X


Message 1 in thread

It seems that the Intel Compiler for OS X isn't "Officially" supported by
Qt, but has anyone actually tried to compile Qt 4.2 with the Intel Compiler
for OS X?
  I tried setting "export CC=/usr/bin/icpc" and then ./configure but the
configure script still seems to be using gcc instead?

Anyone have any thoughts?

-- 
 [ signature omitted ] 

Message 2 in thread

 
Mike Jackson wrote:
> It seems that the Intel Compiler for OS X isn't "Officially" supported by
> Qt, but has anyone actually tried to compile Qt 4.2 with the Intel Compiler
> for OS X?
>   I tried setting "export CC=/usr/bin/icpc" and then  ./configure but the
> configure script still seems to be using gcc instead?
> 
> Anyone have any thoughts?

Have you tries passing  '-platform macx-icc' to ./configure?

Andre'

--
 [ signature omitted ] 

Message 3 in thread

That seems to have done the trick. Everything seems to run, at least the
demos do.. There were some warnings during linking about multiple defined
definitions for things like sin,cos,tan... Not sure what to make of that.


On 10/5/06 2:16 AM, "André Pönitz" <andre@xxxxxxx> wrote:

>  
> Mike Jackson wrote:
>> It seems that the Intel Compiler for OS X isn't "Officially" supported by
>> Qt, but has anyone actually tried to compile Qt 4.2 with the Intel Compiler
>> for OS X?
>>   I tried setting "export CC=/usr/bin/icpc" and then  ./configure but the
>> configure script still seems to be using gcc instead?
>> 
>> Anyone have any thoughts?
> 
> Have you tries passing  '-platform macx-icc' to ./configure?
> 
> Andre'
> 
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
> 

-- 
 [ signature omitted ]