: : : checking whether the C++ compiler (c++ ) works... no
: : : configure: error: installation or configuration problem: C++ compiler cannot create executables.
: :
: : c++ 컴파일러가 없다는 메세지입니다.
: : 아래 파일들이 있는지 확인해보세요.
: :
: : /usr/bin/{gpp,g++}
: : /usr/lib/libstdc++-*
: :
: : --
: : 내쿠키 누가 먹은거야 >_<?
: 위에 있는 파일 확인해봤는데
: /usr/lib/
: libstdc++-2-libc6.1-1-2.9.0.a libstdc++-libc6.1-1.a.2@
: libstdc++-2-libc6.1-1-2.9.0.so* libstdc++-libc6.1-1.so.2@
: /usr/bin/
: gcc, g++
:
: 이러한 파일들이 있습니다.
libstdc++-* 가 gcc 3.1 의 것으로 업데이트 되지 않았습니다.
설치를 해주시던지, 설치가 된 곳을 ld.so.conf 에 알려주세요.--내쿠키 누가 먹은거야 >_<?