免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 5518 | 回复: 12
打印 上一主题 下一主题

[桌面系统] 源码包安装软件,帮忙看缺少什么依赖软件? [复制链接]

论坛徽章:
1
2015年迎新春徽章
日期:2015-03-04 10:16:53
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2015-05-25 12:57 |只看该作者 |倒序浏览
  楼主想在我的centos上安装我的ftp客户端,用的是:filezalie,去官网下载源码包!
  出错信息如下:
  1. [root@shizongger filezilla-3.10.1.1]# ls
  2. aclocal.m4  config        COPYING  GPL.html  m4           NEWS    tests
  3. AUTHORS     configure     data     INSTALL   Makefile.am  README
  4. ChangeLog   configure.ac  docs     locales   Makefile.in  src
  5. [root@shizongger filezilla-3.10.1.1]# ./configure
  6. checking for a BSD-compatible install... /usr/bin/install -c
  7. checking whether build environment is sane... yes
  8. checking for a thread-safe mkdir -p... /bin/mkdir -p
  9. checking for gawk... gawk
  10. checking whether make sets $(MAKE)... yes
  11. checking whether make supports nested variables... yes
  12. checking build system type... i686-pc-linux-gnu
  13. checking host system type... i686-pc-linux-gnu
  14. checking for g++... no
  15. checking for c++... no
  16. checking for gpp... no
  17. checking for aCC... no
  18. checking for CC... no
  19. checking for cxx... no
  20. checking for cc++... no
  21. checking for cl.exe... no
  22. checking for FCC... no
  23. checking for KCC... no
  24. checking for RCC... no
  25. checking for xlC_r... no
  26. checking for xlC... no
  27. checking whether the C++ compiler works... no
  28. configure: error: in `/home/android/MyFile/filezilla-3.10.1.1':
  29. configure: error: C++ compiler cannot create executables
  30. See `config.log' for more details
复制代码

论坛徽章:
0
2 [报告]
发表于 2015-05-25 13:27 |只看该作者
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.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether the C++ compiler works... no
很明显呀!

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
3 [报告]
发表于 2015-05-25 15:36 |只看该作者
至少先安装下gcc

论坛徽章:
1
2015年迎新春徽章
日期:2015-03-04 10:16:53
4 [报告]
发表于 2015-05-25 16:12 |只看该作者
回复 2# lili121818


    g++是gcc么?本机已经有了gcc!

论坛徽章:
1
2015年迎新春徽章
日期:2015-03-04 10:16:53
5 [报告]
发表于 2015-05-25 16:13 |只看该作者
回复 3# chenyx
gcc已经有了的
  1. [android@shizongger ~]$ gcc --version
  2. gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11)
复制代码

论坛徽章:
2
2016猴年福章徽章
日期:2016-02-18 15:30:3415-16赛季CBA联赛之广夏
日期:2016-12-07 08:32:11
6 [报告]
发表于 2015-05-25 18:16 |只看该作者
gcc是C语言编译器,g++是c++的。
  1. yum list g++

  2. yum install g++
复制代码

论坛徽章:
1
2015年迎新春徽章
日期:2015-03-04 10:16:53
7 [报告]
发表于 2015-05-25 21:20 |只看该作者
回复 6# 剑魂箫心
  1. [root@shizongger android]# yum list g++
  2. Loaded plugins: fastestmirror, refresh-packagekit, security
  3. Loading mirror speeds from cached hostfile
  4. Error: Cannot find a valid baseurl for repo: rpmfusion-free
  5. [root@shizongger android]# yum install g++
  6. Loaded plugins: fastestmirror, refresh-packagekit, security
  7. Loading mirror speeds from cached hostfile
  8. Error: Cannot find a valid baseurl for repo: rpmfusion-free
复制代码
yum 安装找不到,怎么办啊?大神!
不要嫌弃小白的无知,请多多赐教!

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
8 [报告]
发表于 2015-05-26 08:04 |只看该作者
安装gcc-c++包

论坛徽章:
0
9 [报告]
发表于 2015-05-26 08:59 |只看该作者
挂载系统盘,添加本地源,然后yum

论坛徽章:
2
2016猴年福章徽章
日期:2016-02-18 15:30:3415-16赛季CBA联赛之广夏
日期:2016-12-07 08:32:11
10 [报告]
发表于 2015-05-26 13:16 |只看该作者
回复 7# shizongger


    你的yum源配置文件有问题,你是不是自己更改过。原装centos的yum源是不会这样的
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP