yiwai 发表于 2018-10-4 10:47:14

MySQL-5.5 cmake编译安装

tar -zxvf cmake-2.8.10.2.tar.gz  
cd cmake-2.8.10.2
  
./bootstrap
  
# 执行时出错,缺少依赖
  
---------------------------------------------
  
CMake 2.8.10.2, Copyright 2000-2012 Kitware, Inc.
  
C compiler on this system is: cc
  
---------------------------------------------
  
Error when bootstrapping CMake:
  
Cannot find appropriate C++ compiler on this system.
  
Please specify one using environment variable CXX.
  
See cmake_bootstrap.log for compilers attempted.
  
---------------------------------------------
  
Log of errors: /root/tools/cmake-2.8.10.2/BootstrapNaNk/cmake_bootstrap.log


页: [1]
查看完整版本: MySQL-5.5 cmake编译安装