mark@thukydides ~$ c++ -O2 -Wall -std=c++11 -lpthread -c test.cpp test.cpp: In function ‘int main()’: test.cpp:10:3: error: ‘mutex’ is not a member of ‘std’ std::mutex foo; ^