在centos 5.4 使用wget http://ftp.gnu.org/gnu/gcc/gcc-4.7.0/gcc-4.7.0.tar.gz  包更新,执行完 make && make install 一直总是处于checking 状态,执行其他的包也是这样的情况,这情况要怎么解决。

解决方案 »

  1.   

    用apt装比较简捷:
    # apt-cache search gcc
    # apt-get isntall gcc-dev
      

  2.   

    [root@bogon src]# apt-cache search gcc
    -bash: apt-cache: command not found
    [root@bogon src]# cd /
    [root@bogon /]# apt-cache search gcc
    -bash: apt-cache: command not found
    [root@bogon /]# apt-get isntall gcc-dev
    -bash: apt-get: command not found
    [root@bogon /]# apt-get install gcc-dev
    -bash: apt-get: command not found
    [root@bogon /]# 
    好像不行
      

  3.   

    使用 make 或是make && make install 总是一直在checking checking for getpwent... yes
    checking for getspnam... yes
    checking for getspent... yes
    checking for getsid... yes
    checking for getwd... yes
    checking for kill... yes
    checking for killpg... yes
    checking for lchmod... no
    checking for lchown... yes
    checking for lstat... yes
    checking for mkfifo... yes
    checking for mknod... yes
    checking for mktime... yes
    checking for mremap... yes
    checking for nice... yes
    checking for pathconf... yes
    checking for pause... yes
    checking for plock... no
    checking for poll... yes
    checking for pthread_init... no
    checking for putenv... yes
      

  4.   

    好像是一直在循环执行,这情况要怎么解决,希望能帮我一下,对centos了解不多
      

  5.   

    要怎么下载,刚接触centos很多不了解
      

  6.   

    汗,一直checking? 全贴出来围观一下。