安装GCC 11.3遇到问题

【 使用环境 】centos7测试环境
【 OB or 其他组件 】
【 使用版本 】
【问题描述】安装GCC11.3出现问题
【复现路径】问题出现前后相关操作
【问题现象及影响】

【附件】
[root@dell angel gcc-11.3.0]# ./configure --prefix=/home/admin/lxsgcc1130 --enable-threads=posix --disable-checking --enable–long-long --with-system-zlib --enable-languages=c,c++
checking build system type… x86_64-pc-linux-gnu
checking host system type… x86_64-pc-linux-gnu
checking target system type… x86_64-pc-linux-gnu
checking for a BSD-compatible install… /usr/bin/install -c
checking whether ln works… yes
checking whether ln -s works… yes
checking for a sed that does not truncate output… /usr/bin/sed
checking for gawk… gawk
checking for libatomic support… yes
checking for libitm support… yes
checking for libsanitizer support… yes
checking for libvtv support… yes
checking for libhsail-rt support… yes
checking for libphobos support… yes
checking for gcc… no
checking for cc… no
checking for cl.exe… no
configure: error: in /home/admin/gcc-11.3.0': configure: error: no acceptable C compiler found in $PATH See config.log’ for more details

问题已经解决!