cms-dev / isolate

Sandbox for securly executing untrusted programs - DEPRECATED, use: https://github.com/ioi/isolate
47 stars 14 forks source link

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

Open amirmd76 opened 5 years ago

amirmd76 commented 5 years ago

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