2015-09-02から1日間の記事一覧

64bit CentOS 6のdevtool-1.1でc++ 32bit compileできない

devtools-1.1をインストールし、g++のオプションに-m32を追加し、 scl enable devtoolset-1.1 bash 後にmakeするとこんな感じのエラーがでてビルドに失敗。 /opt/centos/devtoolset-1.1/root/usr/libexec/gcc/x86_64-redhat-linux/4.7.2/ld: skipping incomp…