gpt4 book ai didi

c++ - Linux gnu++11,运行时获取 "Enable multithreading to use std::thread: Operation not permitted"

转载 作者:太空宇宙 更新时间:2023-11-04 03:48:27 24 4
gpt4 key购买 nike

我在我的项目中使用 C++11 线程,在运行时我得到以下结果:

"Enable multithreading to use std::thread: Operation not permitted"

阅读other posts我已添加 -lpthread 来链接 pthreads 库,但我仍然遇到相同的错误...

合集快照

g++ -ggdb -ffunction-sections -O0 -lpthread -std=gnu++11   -DDEBUG  -c HID.cpp -o Debug/HID.o -MD -MF Debug/HID.dep

如何避免运行时异常?使用“-std=gnu++11”而不是“-std=c++11”有何注意事项?

最佳答案

尝试使用 -pthread 而不是 -lpthread。

<小时/>

关于c++ - Linux gnu++11,运行时获取 "Enable multithreading to use std::thread: Operation not permitted",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27163307/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com