gcc를 업그레이드 하기 위해서 소스파일을 받아
./configure --prefix=/usr 하고
make 를 실행을 하면
libstdc++ 부분 컴파일에서 에러가 발생합니다.
checking whether the C compiler (/usr/local/src/gcc-3.1/gcc/xgcc
-B/usr/local/src/gcc-3.1/gcc/ -B/uo
configure: error: installation or configuration problem:
C compiler cannot create executables.
make: *** [configure-target-libiberty] Error 1
이런내용입니다.
gcc 버전은 redhat 6.1기본 세팅이 전부입니다.
초기 gcc에 추가해야 하는 rpm이 있는지 알고 싶습니다.