- ベストアンサー
Intel C++ Compiler(Linux版)をインストールできない。
Intel C++ Compiler 9.0 (Linux版)をインストールすることができません。 install.shを実行して、ライセンスファイルを指定したあとインストールが始まるとすぐに、 ./.././install_cc.sh: line 1272: ERROR: unable to find command "ls" !: command not found ./.././install_cc.sh: line 1276: Please add the location to the above commands to your PATH and re-run the script.: command not found ./.././install_cc.sh: line 1277: Please press Enter to continue...: command not found というエラーが出てしまいます。 lsコマンドが見つからないと書いてあるようですが、コンソールでlsコマンドは使えますし、PATHに/binも入っています。 どうしたらインストールすることができるのでしょうか? よろしくお願いします。
- みんなの回答 (2)
- 専門家の回答
補足
はい、lsコマンドはちゃんとあります。 % which ls alias ls='ls -F --color=auto' ls () { /bin/ls --color=tty ${1+"$@"} } と出ました。 それから、OSの種類を書き忘れていました。 Vine Linux 3.1 です。