验证GNU 9.1
操作步骤
- 使用PuTTY工具,以root用户登录服务器。
- 执行以下命令加载环境变量。
export PATH=/path/to/GNU/bin:$ PATH
export LD_LIBRARY_PATH=/path/to/GNU/lib64:$LD_LIBRARY_PATH
- 执行以下命令查看GCC版本是否为9.1.0。
gcc -v
Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/path/to/GNU/bin/../libexec/gcc/aarch64-unknown-linux-gnu/9.1.0/lto-wrapper Target: aarch64-unknown-linux-gnu Configured with: ../configure --disable-multilib --enable-languages=c,c++,fortran --prefix=/path/to/GNU --disable-static --enable-shared --with-gmp=/path/to/GMP --with-mpfr=/path/to/MPFR --with-mpc=/path/to/MPC Thread model: posix gcc version 9.1.0 (GCC)
父主题: GNU 9.1 安装指南