mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Error in Qt's qmake.conf


From: Mark Brand
Subject: Re: [Mingw-cross-env-list] Error in Qt's qmake.conf
Date: Sun, 27 Mar 2011 20:32:45 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Thunderbird/3.1.8

Hi René,

usr/i686-pc-mingw32/mkspecs/unsupported/win32-g++-cross/qmake.conf

Where it has:

QMAKE_LFLAGS= -enable-stdcall-fixup ...

it should be:

QMAKE_LFLAGS= -Wl,-enable-stdcall-fixup ...

I think you are right. The strange this is that this comes from the plain
mkspecs/win32-g++/qmake.conf.

It appears [1] that up through Qt 4.2 the string started with
-mthreads -Wl,-enable-stdcall-fixup

Hmm. This is prehistoric as far as git is concerned.

I'll try to get some clarification on this. I also wonder why it doesn't make GCC fail with an error message.

Is the status quo causing linking failures for you?

Mark

[1] 
http://www.qtcentre.org/wiki/index.php?title=Building_static_Qt_on_Windows_with_MinGW





reply via email to

[Prev in Thread] Current Thread [Next in Thread]