Hi there,
in my project I have a component that makes use of std::thread. When running my application, I get the following error:
Enable multithreading to use std::thread: Operation not permitted
That component is in its own ".so" file and is linked against pthread. I think the problem comes from the process that loads it not being linked against it as well.
What do I have to do in order to make this work?
Thank you very much!
Greetings,
Pfaeff