problem
After adding the parameter -m32
to gcc on ubuntu, it reports
"/usr/include/c++/7/cstdlib:41:10: fatal error: bits/c++config.h: No such file or directory",
solution
implement:
sudo apt-get install gcc-multilib g++-multilib
Install these two to support -m32
.