鲲鹏社区首页
中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

验证GNU 9.1

操作步骤

  1. 使用PuTTY工具,以root用户登录服务器。
  2. 执行以下命令加载环境变量。

    export PATH=/path/to/GNU/bin:$ PATH

    export LD_LIBRARY_PATH=/path/to/GNU/lib64:$LD_LIBRARY_PATH

  3. 执行以下命令查看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)