gcc14编译

在centos下载gcc编译安装是遇到问题

configure: error: Building GCC requires GMP 4.2+, MPFR 3.1.0+ and MPC 0.8.0+.

有博客显示这三个组件可以直接下载到gcc中一起进行编译。之后可以尝试。

参考博客:https://blog.csdn.net/qq_36393978/article/details/118678521

$ ./configure --prefix=/install_path/ --with-gmp=/usr/local/gmp-6.2.0 --with-mpfr=/usr/local/mpfr-4.1.0 --with-mpc=/usr/local/mpc-1.2.0
文章目录