CentOS 6.8에 Open MPI 설치 "C99 컴파일러 오류 필요"

CentOS 6.8에 Open MPI 설치 "C99 컴파일러 오류 필요"

Open MPI를 설치하려고 합니다.버전 2.1.0CentOS 머신에서. 나는 다음 단계를 따랐습니다.

tar -xvf openmpi-*
cd openmpi-*
./configure --prefix="/home/$USER/.openmpi"

*** C compiler and preprocessor
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) unsupported
checking whether gcc understands -c and -o together... (cached) yes
checking for gcc option to accept ISO C99... unsupported
configure: WARNING: Open MPI requires a C99 compiler
configure: error: Aborting.

나는 같은 문제를 검색했다.이것그리고 C99와 누락된 항목을 설치해 보세요. 그리고 진전이 없었습니다. 의견이나 해결책이 있나요?

관련 정보