红联Linux门户
Linux帮助

【求教】关于软件安装~万分感谢!!

发布时间:2010-05-31 22:59:06来源:红联作者:ars
请问下载下来的以 tar.bz2 tar.gz .rpm 结尾的文件怎么进行安装?解压成文件夹了之后 按照网上的方法搞了快两天了 还是一个软件都安装不上 不知道问题出在哪里 如果能解释的详细一些最好 因为我是从0开始的新手 之前没有用过linux 前天晚上才安装上的(6)m:b

.rpm的会提示什么依赖?什么东西?

tar.bz2和tar.gz类的文件都会在配置文件时出现如下字样:(请帮忙看看原因) (6)m:b

[root@localhost a]# ./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... gawk
checking whether make sets $(MAKE)... yes
checking for cppunit-config... no
checking for Cppunit - version >= 1.10.2... 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.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
configure: error: in `/home/ars/下载/a':
configure: error: C++ compiler cannot create executables
See `config.log' for more details.


万分感激啊~~(6)m:b
文章评论

共有 10 条评论

  1. youth0916 于 2010-06-21 09:27:03发表:

    学习了

  2. 松鼠008 于 2010-06-18 16:48:38发表:

    Linux对于不同的人意味着不同的东西。

  3. aduan 于 2010-06-10 14:56:34发表:

    命令行下输入gcc -v知道安装没安装gcc

  4. ars 于 2010-06-01 16:32:50发表:

    4# zhangjianxun75


    我正在看 鸟的私房菜 似乎还没看到 先把基础的搞懂把 谢谢你:0)1

  5. ars 于 2010-06-01 16:30:17发表:

    5# deepwhite


    使用的是fedora13的发行版 我还是不会弄 好像涉及的问题有点深来 呵呵 不过十分感谢(e:e2s

  6. shenhao0129 于 2010-06-01 11:06:23发表:

    基本上是没有安装编译工具链

  7. deepwhite 于 2010-06-01 09:02:55发表:

    用的什么发行版?
    问题出在编译器或者链接器上,如果装了gcc, g++之后还不能编译的话,可能需要其他的包,如Ubuntu的build-essential等等。

  8. zhangjianxun75 于 2010-06-01 05:48:41发表:

    是不是缺少gcc?
    有的时候安装不了,可能是你下载的安装文件有问题。
    具体的安装指令,建议你看看老鸟的私房菜

  9. ars 于 2010-06-01 00:01:13发表:

    [root@localhost ars]# yum install g++
    已加载插件:presto, refresh-packagekit
    错误:Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again

    请问:这是什么原因啊?路径需要怎么设置啊?

  10. tillicollapse 于 2010-05-31 23:41:25发表:

    没有安装g++