I am trying to make threads working under Ubuntu. I set the
QMAKE_CXXFLAGS = -std=c+11 -pthread -lpthread
but it still wont work and will write
“terminate called after throwing an instance of ‘std::system_error’
what(): Operation not permitted”
How to make it work?
↧