[root@localhost ~]# which gcc
/usr/bin/gcc
[root@localhost ~]# which g++
/usr/bin/which: no g++ in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)

原来的就是这样,我卸载后重新安装Gcc还是这个样子,这个属于什么情况

 

 

yum install gcc-c++

相关文章:

  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2022-03-08
  • 2021-09-01
  • 2022-01-23
  • 2021-07-10
猜你喜欢
  • 2021-08-10
  • 2021-07-10
  • 2021-07-21
  • 2022-12-23
  • 2022-12-23
  • 2021-08-20
  • 2021-09-05
相关资源
相似解决方案