undefined reference to symbol ‘_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareEPKc@@GLIBCXX_3.4.21’
I try to build an application with clang++-17 and a self built libc++ for x64 linux. However, the final link of the app fails
I try to build an application with clang++-17 and a self built libc++ for x64 linux. However, the final link of the app fails