- A+
所属分类:Error
错误代码:
0 1 2 3 4 5 6 |
c++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <http://bugzilla.redhat.com/bugzilla> for instructions. make[2]: *** [sql/CMakeFiles/sql.dir/item_geofunc.cc.o] Error 4 make[1]: *** [sql/CMakeFiles/sql.dir/all] Error 2 make: *** [all] Error 2 |
解决方法:
0 1 |
1:增加内存; 2:增加虚拟内存 |