Hide Forgot
Description of problem: make mysql5.7 Version-Release number of selected component (if applicable): Linux version 3.10.0-229.el7.x86_64 (builder.centos.org) (gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC) ) #1 SMP Fri Mar 6 11:36:42 UTC 2015 How reproducible: Steps to Reproduce: # wget http://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.10.tar.gz # tar xvf # cd # yum install cmake ncurses-devel gcc-c++ bison -y # useradd mysql # cmake . -DDOWNLOAD_BOOST=1 -DWITH_BOOST=/usr/local/boost # make Actual results: [ 56%] Building CXX object sql/CMakeFiles/sql.dir/item_geofunc.cc.o c++: 编译器内部错误:已杀死(程序 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] 错误 4 make[1]: *** [sql/CMakeFiles/sql.dir/all] 错误 2 make: *** [all] 错误 2 Expected results: is ok Additional info: # centos 7.0