[问题]./config 以后发现少了 很多库

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

[问题]./config 以后发现少了 很多库

#1

帖子 song8575 » 2007-05-26 17:35

新手对于这些东西还不是很明白 所以 请教 如何 搞定这些 阿
./configure
-----------------------------------------------------------------------------

d4x -- Web Downloader for X

Version: 2.5.7.1 chuchelo@krasu.ru
-----------------------------------------------------------------------------
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables
See `config.log' for more details.
谢谢
头像
iblicf
帖子: 3766
注册时间: 2007-01-15 17:15

#2

帖子 iblicf » 2007-05-26 17:40

编译器都没装,你编译个什么
头像
stlxv
论坛版主
帖子: 8275
注册时间: 2006-05-03 0:39
来自: المريخ

#3

帖子 stlxv » 2007-05-26 17:46

:shock:
PHP是最好的语言!不服来战!
宁静在心
帖子: 37
注册时间: 2007-05-06 22:10
来自: 南宁

#4

帖子 宁静在心 » 2007-05-26 19:27

gcc没装,默认ubuntu就没带gcc。
头像
jarlyyn
帖子: 4671
注册时间: 2006-04-12 18:54
联系:

#5

帖子 jarlyyn » 2007-05-26 20:54

先装 build-essential
头像
jaywee
帖子: 517
注册时间: 2006-06-18 21:49
联系:

#6

帖子 jaywee » 2007-05-26 23:33

楼上正解!!
Time waits for no man!
头像
seanone
帖子: 119
注册时间: 2007-03-13 15:49
联系:

#7

帖子 seanone » 2007-05-27 0:23

iblicf 写了:编译器都没装,你编译个什么
呵呵
头像
song8575
帖子: 110
注册时间: 2006-05-13 18:33

#8

帖子 song8575 » 2007-05-27 22:12

sorry新手 不太了解 但是我真的 把那些新手指南都 看了 还清各位耐心一些 谢谢 大家
头像
依寻依然
帖子: 1617
注册时间: 2006-10-31 14:49

#9

帖子 依寻依然 » 2007-05-27 22:17

除了build-essential,还装上automake和automake1.9比较好
缺什么库装什么
Borders are meant to be crossed
头像
wyg1258
帖子: 654
注册时间: 2006-09-12 19:44
来自: whu

#10

帖子 wyg1258 » 2007-05-27 22:47

最基本的 gcc g++ 肯定要有的
可惜ubuntu 默认没有 g++ ~~
linux 学习记录 你的 我的 大家的

http://wyg1258.cublog.cn
头像
song8575
帖子: 110
注册时间: 2006-05-13 18:33

#11

帖子 song8575 » 2007-05-28 0:12

thank you 新手马上成为老手了 呵呵
回复