とっても不思議な症状が出たので記録のこす。
D:\temp>g++ --version
g++ (x86_64-win32-seh-rev0, Built by MinGW-Builds project) 14.2.0
Copyright (C) 2024 Free Software Foundation, Inc.
D:\tempには
2024/09/14 17:53 106 test.c
2024/09/14 17:52 107 test.cpp
ここで test.cppをコンパイルしよう
D:\temp>g++ test.cpp
g++: fatal error: cannot execute 'cc1plus': CreateProcess: No such file or directory
compilation terminated.
test.cをコンパイルしよう
D:\temp>g++ test.cpp
g++: fatal error: cannot execute 'cc1plus': CreateProcess: No such file or directory
compilation terminated.
g++.exe, gcc.exeもあるのだ。バージョン表示するからね。だが、コンパイルできない。
なのだそうですのである。コンコンチキ。じゃあ手順に沿って・・・ですか。明日、やろうっと