码迷,mamicode.com
首页 > 其他好文 > 详细

g++

时间:2016-04-23 19:44:43      阅读:140      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!