configure: error: C++ preprocessor "/lib/cpp" fails sanity check

993 단어 C++cC#ubuntugcc
다음으로 이동:http://hi.baidu.com/serial_story/blog/item/e9d6668213bb85aa0cf4d293.html
 
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
according to some articles on web:
1.http://forum.ubuntu.org.cn/viewtopic.php?f=85&t=102970
이 경우 c + + 컴 파 일 러 와 관련 된 패키지 가 설치 되 어 있 지 않 아 슈퍼 유저 로 로그 인하 여 터미널 에서 실 행 됩 니 다. \ # yum install glibc - headers \ # yum install gcc - c +
2. To solve the error C++ preprocessor "/lib/cpp" fails sanity check while compiling Subversion, you need to download GCC, CPP and G++ by installing the following packages
gcc cpp g++

but that is for other Linux distribution system, my is Ubuntu , so we should install the needed libs
sudo aptitude install build-essential
this will download and install the essential lib that is build related, such as gcc g++ ....

좋은 웹페이지 즐겨찾기