当前位置:  技术问答>linux和unix

关于bash: g++ command not found的问题

    来源: 互联网  发布时间:2017-01-19

    本文导语:  本帖最后由 hyuga1232007 于 2009-12-28 20:20:33 编辑 我已经设置g++为符号连接 /usr/gcc4/bin/g++ 输入g++,为何还是会出现bash: g++ command not found. 但是输入 /usr/gcc4/bin/g++是正确的 [root@localhost root]#g++ bash: g++ command not found [roo...

本帖最后由 hyuga1232007 于 2009-12-28 20:20:33 编辑
我已经设置g++为符号连接 /usr/gcc4/bin/g++
输入g++,为何还是会出现bash: g++ command not found.
但是输入 /usr/gcc4/bin/g++是正确的

[root@localhost root]#g++
bash: g++ command not found
[root@localhost root]#ln -s /usr/gcc4/bin/g++ g++
[root@localhost root]#ls -l g++
lrwxrwxrwx   1 root    root  17 12月 28 19;43  g++ ->/usr/gcc4/bin/g++
[root@localhost root]#g++
bash: g++ command not found
[root@localhost root]#/usr/gcc4/bin/g++
g++:没有输入文件

|
在PATH环境变量里面加上g++的路径
setenv PATH ${PATH}:/usr/gcc4/bin

|
环境变量,

|
在path环境变量里添加相应的路径
logout然后login

|
shell必须知道你命令在哪儿
路径都保存在PATH变量中
把路径加到PATH先 然后再执行

|
默认PATH不包括当前目录,这是安全需要。

你可以执行./g++看看,或者按上面说的,把路径加到PATH里面。

    
 
 

您可能感兴趣的文章:

  • bash :ifconfig:command not found 为什么呢 ?
  • -bash: [root: command not found
  • 解决bash: mysql: command not found 的方法
  • iptables 命令不能用bash: iptables: command not found
  • bash command 問題
  • 红旗Linux6.0 bash: qsub: command not found
  • -bash: [root: command not found求解答~急
  • 关于 bash:$'r': command not found 的问题
  • bash:gcc:command not found
  • 请教:bash: xm: command not found
  • linux 终端提示bash: .bashrc: command not found
  • redhat AS 3 groupadd 命令居然报错 -bash: groupadd: command not found
  • 求助 bash:gcc:command not found
  • gcc在哪里?bash:gcc:command not found
  • 使用rm命令 告诉我 -bash:rmi command not found。 why?
  • 使用gcc编译一个程序a.c成a.out,输入a.out运行,提示bash:a.out:command not found,咋回事?
  • linux下安装oracle出现bash:sqlplus:command not found
  • bash scp command not found的解决方法
  • 为什么 a.out明明存在 ,而我在shell中输入a.out却说bash: a.out : command not found?
  • fedora 9中man、netconfig等命令无法使用!-bash command not found!
  • Bash架构问题
  • bash的跳转问题
  • 有点bash的小问题。请教。
  • 请教一个简单问题:如何把 [sybase@leon /]$转到bash$状态下?
  • csh和bash问题!!!!!!!!!!!!!!!!!!
  • cgi 中调用bash脚本问题?急 急 急
  • bash前缀不是路径名的问题
  • 关于bash的问题。
  • bash的for循环输入重定向问题
  • 一个关于bash的问题
  • bash的问题
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 为什么要用Debian , 小弟刚学! —bash : apt : comment not found 是什么原因??
  • 在Linux中安裝Oracle Database 10g時切換root帳戶時出現﹕-bash: eth0 commond not found,這是怎么 回事?各位大仙的幫一下
  • 切换回root是提示-bash: Export: command not found错误
  • Fedora 7 下 root用户登录后设置了JAVA_HOME, CLASSPATH等参数,可是总在重启后 终端命令行报错bash:JAVA_HOME:command not found,请教原因!
  • 运行awk脚本文件碰到:-bash:student_tot.awk:command not found
  • 如何在ubunt下面安装两个bash iis7站长之家
  • . ./.bash_file 与 ./.bash_file的区别?
  • linux bash shell命令:文本搜索工具grep中用于egrep和 grep -E的元字符扩展集
  • 为什么每次启动bash都出现bash:test:a:binary operaotr expected
  • linux bash shell命令:文本搜索工具Grep命令选项及实例
  • linux RHEL 5.6 在root用户下. .bash_profile 或source .bash_profile 报错
  • linux bash shell命令:文本搜索工具grep正则表达式元字符集(基本集)
  • Ubuntu中如何配置shell(bash)的环境
  • 如何在ubunt下面安装两个bash
  • bash 不能使用括号,求助
  • 如何在redhat下安装bash?
  • bash和Korn shell学哪个比较好
  • 请问root的bash的环境变量放在哪个文件中啊?
  • linux(redhat9)中在哪里设环境变量,.bash_profil在哪里啊?
  • BASH Debugger
  • .bashrc和.bash_profile有什么区别
  • . /root/.bash_profile
  • bash的控制终端
  • bash 与shell 什么关系?
  • -bash-3.2# Argument list too long 到底是怎么回事呀?
  • .bash_profile


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3