[Qt-interest] Specified Compiler Not Supported

David Boddie david.boddie at nokia.com
Mon Jun 15 19:01:09 CEST 2009


Jason Todd Slack-Moehrle wrote:

> I have the Apple Developer tools installed, but I also have the Intel
> compilers installed too.
> 
> I get:
> 
> [jtsm at MacDubb ~/qt-mac-opensource-src-4.5.1]$ ./configure -help
> 
>     The specified system/compiler is not supported:
> 
>        /Users/jtsm/qt-mac-opensource-src-4.5.1/mkspecs//usr/local/
> Qt4.5/mkspecs/macx-g++
> 
>     Please see the README file for a complete list.
> 
> 1. I have never had this happen, but this is a brand new computer I
> just got today.

I'm not a Mac guy, so I don't know why you encounter this. Sorry. :-/

You could try running the configure script with the -verbose option to
find out why it failed.

> 2. What is the syntax that I use to specify the Intel compilers? I
> know the mkspec is macx-icc, but I dont know how to implement using it.

Have you tried passing that mkspec name using the -platform option?

  ./configure -platform macx-icc

David
-- 
David Boddie
Senior Technical Writer
Nokia, Qt Software



More information about the Qt-interest-old mailing list