Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux 无法在CentOS 6.6上使用gcc 4.8.2构建libtool 2.4.3_Linux_Gcc_Centos6_Libtool_Vmware Workstation - Fatal编程技术网

Linux 无法在CentOS 6.6上使用gcc 4.8.2构建libtool 2.4.3

Linux 无法在CentOS 6.6上使用gcc 4.8.2构建libtool 2.4.3,linux,gcc,centos6,libtool,vmware-workstation,Linux,Gcc,Centos6,Libtool,Vmware Workstation,背景: 在VMware workstation 10上制作CentOS 6.6 x64虚拟机 sudoyum更新 根据给定答案直接安装gcc 4.8.2。使用scl enable devtoolset-2 bash设置变量 下载的libtool 2.4.3 wget http://gnumirror.nkn.in/libtool/libtool-2.4.3.tar.gz ./configure --prefix=/usr` sudo make $uname-a Linux sphirew

背景:

  • 在VMware workstation 10上制作CentOS 6.6 x64虚拟机
  • sudoyum更新
  • 根据给定答案直接安装gcc 4.8.2。使用scl enable devtoolset-2 bash设置变量
  • 下载的libtool 2.4.3

    wget http://gnumirror.nkn.in/libtool/libtool-2.4.3.tar.gz
    ./configure --prefix=/usr` 
    sudo make
    

    $uname-a

    Linux sphirewall 2.6.32-504.1.3.el6.x86#u 64#1 SMP星期二11月11日17:57:25 UTC 2014 x86_64 x86_64 GNU/Linux
    尝试较低版本

    这对我很有用:

    OS Centos 6.7
    [root@host libtool-2.4]# cat /etc/centos-release
    CentOS release 6.7 (Final)
    
    GCC version
    [root@host libtool-2.4]# rpm -q gcc
    gcc-4.4.7-18.el6.x86_64
    
    libtool来自