isolate icon indicating copy to clipboard operation
isolate copied to clipboard

g++: error trying to exec 'cc1plus': execvp: No such file or directory

Open amirmd76 opened this issue 6 years ago • 0 comments

I'm trying to compile a c++ file inside the box and I'm getting:

g++ -std=c++11 -Wall -Wextra -O2 gencode.cpp -o gencode.exe
g++: error trying to exec 'cc1plus': execvp: No such file or directory

amirmd76 avatar Jun 05 '19 09:06 amirmd76