cal/lib/libboost_unit_test_framework.so
common.copy /usr/local/lib/libboost_wave.so.1.59.0
ln-UNIX /usr/local/lib/libboost_wave.so
common.copy /usr/local/lib/libboost_exception.a
common.copy /usr/local/lib/libboost_system.a
common.copy /usr/local/lib/libboost_chrono.a
common.copy /usr/local/lib/libboost_timer.a
common.copy /usr/local/lib/libboost_test_exec_monitor.a
...updated 11816 targets...
[root@mdb01 boost_1_59_0]#
?
四.mysql
1.MySQL源码安装系统需求
Source Installation System Requirements
?
? Installation of MySQL from source requires several
? development tools. Some of these tools are needed no matter
? whether you use a standard source distribution or a
? development source tree. Other tool requirements depend on
? which installation method you use.
?
?To install MySQL from source, your system must have the
? following tools, regardless of installation method:
?
? ? * CMake, which is used as the build framework on all
? ? ? platforms. CMake can be downloaded from
? ? ? http://www.cmake.org.
?
? ? * A good make program. Although some platforms come with
? ? ? their own make implementations, it is highly recommended
? ? ? that you use GNU make 3.75 or newer. It may already be
? ? ? available on your system as gmake. GNU make is available
? ? ? from http://www.gnu.org/software/make/.
?
? ? * A working ANSI C++ compiler. GCC 4.4.6 or later, Clang
? ? ? 3.3 or later (FreeBSD and OS X), Visual Studio 2013 or
? ? ? later, and many current vendor-supplied compilers are
? ? ? known to work.
?
? ? * Perl is needed if you intend to run test scripts. Most
? ? ? Unix-like systems include Perl. On Windows, you can use a
? ? ? version such as ActiveState Perl.
2.检查系统包版本
1) cmake? ? ?
[root@mdb01 cmake-3.3.2]# cmake --version
cmake version 3.3.2
?
CMake suite maintained and supported by Kitware (kitware.com/cmake).
[root@mdb01 cmake-3.3.2]#
2) make
[root@mdb01 cmake-3.3.2]# make -v
GNU Make 3.81
Copyright (C) 2006? Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
?
3) gcc
[root@mdb01 cmake-3.3.2]# gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
[root@mdb01 cmake-3.3.2]#
4) perl
[root@mdb01 cmake-3.3.2]# perl -v
?
This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi
?
Copyright 1987-2009, Larry Wall
?
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
?
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".? If you have access to the
Internet, point your browser at http://www.perl.org