安装.tar.bz2文件时失败,怎么回事,求教

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
cheniori
帖子: 20
注册时间: 2008-08-07 23:28

安装.tar.bz2文件时失败,怎么回事,求教

#1

帖子 cheniori » 2008-09-30 10:29

iorichen@iorichen-desktop:~/桌面/smc-1.6$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for main in -lboost_filesystem... no
configure: error: Unable to find Boost Filesystem library
iorichen@iorichen-desktop:~/桌面/smc-1.6$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
头像
milujite
帖子: 644
注册时间: 2007-01-01 22:14
联系:

Re: 安装.tar.bz2文件时失败,怎么回事,求教

#2

帖子 milujite » 2008-09-30 10:41

configure: error: Unable to find Boost Filesystem library
这里出错了
ThinkPad SL400 DC
CPU:Intel® Core 2 Duo processor T5670
RAM:2x1GB,Dual
HARDDISK:Seagate 160G SATA
CD-ROM:COMBO
cheniori
帖子: 20
注册时间: 2008-08-07 23:28

Re: 安装.tar.bz2文件时失败,怎么回事,求教

#3

帖子 cheniori » 2008-09-30 10:42

应该怎么解决呢?谢谢
zhaogh02
帖子: 2
注册时间: 2008-01-07 17:05

Re: 安装.tar.bz2文件时失败,怎么回事,求教

#4

帖子 zhaogh02 » 2009-01-19 0:32

checking for main in -lboost_filesystem... no
configure: error: Unable to find Boost Filesystem library

这个错误怎么解决?有没有lboost_filesystem的rpm包啊?
大侠们给个指导啊~~~
头像
lerosua
论坛版主
帖子: 8455
注册时间: 2007-11-29 9:41
联系:

Re: 安装.tar.bz2文件时失败,怎么回事,求教

#5

帖子 lerosua » 2009-01-19 8:55

代码: 全选

sudo apt-get install libboost-filesystem-dev
头像
lerosua
论坛版主
帖子: 8455
注册时间: 2007-11-29 9:41
联系:

Re: 安装.tar.bz2文件时失败,怎么回事,求教

#6

帖子 lerosua » 2009-01-19 8:56

找rpm包干嘛哩?红帽系统的?
头像
zhoucga
帖子: 246
注册时间: 2009-06-12 8:55

Re: 安装.tar.bz2文件时失败,怎么回事,求教

#7

帖子 zhoucga » 2009-12-11 23:22

sudo apt-get install libboost1.37-dev
青春不是人生的一段时期,而是心灵的一种状况...
回复