编译 c++ 程序需要添加 -lstdc++. 例如: gcc -lstdc++ -o test test.c,否则会报 "undefined reference to '__gxx_personality_v0' " 错误