首页 > 其他 > 详细

g++

时间:2016-04-23 19:44:12      阅读:213      评论:0      收藏:0      [点我收藏+]

terminate called after throwing an instance of ‘std::system_error‘
what(): Enable multithreading to use std::thread: Operation not permitted
Aborted (core dumped)

g++ (Ubuntu 4.8.4)下出现
解决增加 -Wl,--no-as-needed 需在-o a.out 之前,当然别忘了-std=c++11选项。
g++ -g -Wall -Wl,--no-as-needed -o aa main.cc tool.cc -lpthread -std=c++11 -I ./

g++

原文:http://www.cnblogs.com/xiao0913/p/5425130.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!