[Interest] update on building Qt/Linux with clang?

René J.V. Bertin rjvbertin at gmail.com
Tue Nov 6 09:40:04 CET 2018


On Monday November 05 2018 16:34:31 Allan Sandfeld Jensen wrote:

>I build all of Qt regularly with clang to make sure qtwebengine works like 
>that

Have you tried 5.9.x recently? I ran into an issue that appears to be known (and fixed upstream) where gn fails to link because of missing __atomic_bool_is_lock_free symbols. The fix is to link with -latomic on Linux and Android. I just linked the executable manually (copy/paste, add -latomic) and relaunched the QWE build. That was yesterday evening late, this morning the thing was still building.

R



More information about the Interest mailing list