学校向けにいくつかの基本的な C++ プログラムをコンパイルしようとしていますが、g++ は python ファイルに関するエラーをスローし続けます。
私はタイプする:
g++ -Wall mult3-5.cpp -o mult3-5
コマンドは以下を返します。
Traceback (most recent call last):
File "/usr/local/bin/grc", line 161, in <module> os.execvp(args[0], args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 344, in execvp
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 380, in _execvpe
OSError: [Errno 2] No such file or directory