【问题标题】:Not able to build libtool 2.4.3 using gcc 4.8.2 on CentOS 6.6无法在 CentOS 6.6 上使用 gcc 4.8.2 构建 libtool 2.4.3
【发布时间】:2015-01-16 20:42:29
【问题描述】:

背景:

  1. 在 VMware 工作站 10 上制作 CentOS 6.6 x64 VM。
  2. sudo yum 更新
  3. 从给出的答案here直接安装 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

Build errors

config.log

$uname -a

Linux sphirewall 2.6.32-504.1.3.el6.x86_64 #1 SMP Tue Nov 11 17:57:25 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

【问题讨论】:

    标签: linux gcc centos6 libtool vmware-workstation


    【解决方案1】:

    试试低版本。

    它对我有用:

    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
    

    来自ftp://ftp.gnu.org/gnu/libtool/libtool-2.4.tar.gz的libtool

    【讨论】:

      猜你喜欢
      • 2014-04-28
      • 2015-08-01
      • 2013-12-02
      • 2022-08-14
      • 2015-03-26
      • 1970-01-01
      • 1970-01-01
      • 2015-04-13
      • 1970-01-01
      相关资源
      最近更新 更多