Qt 6.11 is out! See what's new in the release
blog
Linux build error with pugixml
-
I can build fine with qmake or cmake on Windows.
On Linux I can build my app fine with qmake.
But using cmake I get this error from linking with pugixml source/usr/bin/ld: CMakeFiles/TiledPatternMaker.dir/misc/pugixml.cpp.o: undefined reference to symbol '_ZNKSt9basic_iosIcSt11char_traitsIcEE4failEv@@GLIBCXX_3.4' /usr/bin/ld: /lib/x86_64-linux-gnu/libstdc++.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit statusHas anyone else had this problem, and how to fix it?