CentOS 5.5OSでgccバージョン4.1.2200080704(Red Hat 4.1.2-50)を使用してgccバージョンgcc4.3.2をコンパイルしようとしています。当初、コンパイラはgmpおよびmpfrライブラリが必要であると不満を漏らし、それらはダウンロード、コンパイル、およびインストールに成功しました。
インストール後、使用された新しいconfigureコマンドは次のとおりです。
../gcc4.3.2/gcc-4.3.2/configure --prefix = / home / shahw / gccdir / --with-gmp = / usr / local / --with-mpfr = / usr / local /
次のエラーが発生しました。
checking for x86_64-unknown-linux-gnu-strip... strip
checking whether ln -s works... yes
checking for x86_64-unknown-linux-gnu-gcc... /home/shahw/gccobj/./gcc/xgcc -
B/home/shahw/gccobj/./gcc/ -B/home/shahw/gccdir//x86_64-unknown-linux-gnu/bin/
B/home/shahw/gccdir//x86_64-unknown-linux-gnu/lib/ -isystem /home/shahw/gccdir//x86_64-
unknown-linux-gnu/include -isystem /home/shahw/gccdir//x86_64-unknown-linux-gnu/sys-include
checking for suffix of object files... configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
make[2]: *** [configure-stage1-target-libgcc] Error 1
make[2]: Leaving directory `/home/shahw/gccobj'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/shahw/gccobj'
make: *** [all] Error 2
config.logには、最後に次のものが含まれています。
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 0
潜在的な解決策に向けたヒントをいただければ幸いです。