Chinaunix首页 | 论坛 | 博客
  • 博客访问: 293366
  • 博文数量: 82
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 874
  • 用 户 组: 普通用户
  • 注册时间: 2015-03-21 09:58
个人简介

traveling in cumputer science!!

文章分类

全部博文(82)

文章存档

2016年(13)

2015年(69)

我的朋友

分类: C/C++

2016-03-23 15:49:05

1.首先安装boost,(环境ubuntu14.04):

参考链接:http://blog.chinaunix.net/uid-12226757-id-3427282.html
最简单的方法:进入linux系统后,输入
   # apt-cache search boost
你将看到很多文件信息,你会看到其中一个文件叫 libboost-dev, 直接安装此文件即可:
   # apt-get install libboost-dev
这样就安装成功了。这个速度很快,是因为直接拷贝了lib文件到系统。
可以使用本文最后代码测试安装成功与否。

2.在安装boost regex后,在codeblocks,使用出错,

(1)报错信息:

"/usr/include/boost/regex/v4/regex_match.hpp|50|undefined reference to`boost::re_detail::perl_matcher<__gnu_cxx::_


(2)解决办法:

setting->compile->linker settings->add
我的boost链接路径 "/usr/lib/x86_64-linux-gnu/libboost_regex.a"
添加之后编译正常!!

阅读(1855) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~