I have a program that I need to compile using libstdc++
but I am getting a compilation error stating thread file not found
.
I have added C++11
in the language dialect option for the LLVM compiler but I am still getting the error that the thread file is not found
.
Does anything additional need to be added to the linker flags for thread support?