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 22:21:08 +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


It appears [1] that up through Qt 4.2 the string started with
-mthreads -Wl,-enable-stdcall-fixup
The -mthreads is still there, but after 3 -Wl,-enable...

Do you mean in the output in log/qt? I see that too. I assume it's introduced by either QMAKE_CXXFLAGS_EXCEPTIONS_ON or QMAKE_LFLAGS_EXCEPTIONS_ON.

Note that the missing '-Wl' was caused when "-mthreads Wl, " was moved from QMAKE_LFLAGS to QMAKE_LFLAGS_EXCEPTIONS_ON. The intention was obviously to move only "-mthreads".

Anyway, are you worried about -mthreads?

You are right noticing this has been there for some time, at least since
March 2 (when I installed Qt 4.7.2), I probably just haven't noticed the
weird link message.

That's probably right. Qt 4.2.3 is from June 2007 if I am not mistaken.

Mark



reply via email to

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