cruiserone
Mar 20 2022

Can't compile C++ programs
1  465 {{tagitem.name}}
Did the XShellZ default shell environment recently remove access to the C++ compiler? In September, I could compile C++ programs through Makefiles or on the command line. Now however, typing "cc test.cpp" or "gcc test.cpp" says "fatal error: cannot execute 'cclplus': execvp: No such file or directory". (Doing "cc test.c" or "gcc test.c" on plain C files works fine.) Running Makefiles that worked before now says "make: g++ No such file or directory".
This is working now, thank you! :)
cruiserone    Mar 31 2022

Please Login or Sign Up to leave a reply.