クラスターのノードに gcc-4.6.2 をインストールしようとしています。残念ながら、このノードにはインターネット接続がないため、すべてを手動で実行しようとしています。必要なパッケージをすべてインストールし、次のパラメーターを使用して構成ファイルを実行しました。
./configure --with-newlib --prefix=/usr/lib64/gcc-4.6.2 --disable-libssp
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu --enable-languages=c,c++,java
--with-cpu=generic --build=x86_64-redhat-linux
--host=x86_64-redhat-linux --target=x86_64-redhat-linux
--with-target-subdir=x86_64-redhat-linux --with-mpfr=/usr/local/lib
--with-gmp=/usr/local/lib --with-mpc=/usr/local/lib
ただし、作成すると次のエラーが発生しました。
../.././libiberty/strsignal.c:555: error: conflicting types for ‘psignal’
/usr/include/signal.h:141: error: previous declaration of ‘psignal’ was here
誰かが私を助けることができますか?