Re: [Interest] Configure Qt5

2012-11-07 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=digia@qt-project.org > [mailto:interest-bounces+kai.koehne=digia@qt-project.org] On Behalf > Of K. Frank > Sent: Wednesday, November 07, 2012 4:46 PM > To: Qt-interest > Subject: Re: [Interest] Configure

Re: [Interest] Configure Qt5

2012-11-07 Thread K. Frank
Hello Graham (and Thiago)! On Wed, Nov 7, 2012 at 5:55 AM, Thiago Macieira wrote: > On quarta-feira, 7 de novembro de 2012 09.21.55, Graham Labdon wrote: >> Hi >> I downloaded Qt5 and ran the following configure command >> configure -platform win32-g++ >> This gave me the following error >> >> cc

Re: [Interest] Configure Qt5

2012-11-07 Thread Thiago Macieira
On quarta-feira, 7 de novembro de 2012 09.21.55, Graham Labdon wrote: > Hi > I downloaded Qt5 and ran the following configure command > configure -platform win32-g++ > This gave me the following error > > cc1plus.exe: error: unrecognized command line option > "-fno-keep-inline-dllexport" mingw32-m

[Interest] Configure Qt5

2012-11-07 Thread Graham Labdon
Hi I downloaded Qt5 and ran the following configure command configure -platform win32-g++ This gave me the following error cc1plus.exe: error: unrecognized command line option "-fno-keep-inline-dllexport" mingw32-make: *** [tmp/obj/debug_shared/arch.o] Error 1 What can I do to fix this? Thanks