A common error while configuring (running ./configure) software in Linux systems is - error: C++ compiler cannot create executables . 일반적인 구성하는 동안 오류가 발생했습니다 (를 실행합니다. / 구성) 소프트웨어에 리눅스 시스템은 - 오류 : c + + 컴파일러 실행 파일을 만들 수없습니다. The solution, not surprisingly is simple: 이 솔루션이 아니라 놀랍게도는 간단하다 :

Install the package which adds C++ support to the GNU Compiler Collection - gcc-c++ . 이 패키지를 설치에 마지막을 추가 지원 기능을 c + + 컴파일러를 수집 - gcc - c + +. On Fedora / Red Hat that translates to: 이 중절모 / 빨간 모자를 번역 :
yum install gcc-c++ 최고의 맛을 설치 gcc - c + +

Note: I found this error while trying to configure DansGuardian, a software content filter for Linux. 참고 사항 : 이걸 발견했습니다을 구성하는 동안 오류가 발생했습니다 dansguardian, 소프트웨어 콘텐츠 필터를 리눅스합니다.