Skip to content

Instantly share code, notes, and snippets.

@code-of-kpp
Created January 31, 2017 00:53
Show Gist options
  • Save code-of-kpp/316a00903652805d33dbaef4a66e8c49 to your computer and use it in GitHub Desktop.
Save code-of-kpp/316a00903652805d33dbaef4a66e8c49 to your computer and use it in GitHub Desktop.
clickhouse-cmake 2016.01.31
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/lib/ccache/bin/gcc
-- Check for working C compiler: /usr/lib/ccache/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/lib/ccache/bin/g++
-- Check for working CXX compiler: /usr/lib/ccache/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building for: Linux-4.1.6-hardened x86_64
-- CMAKE_BUILD_TYPE: Release
-- Tests are enabled
-- Found OpenSSL: /usr/lib64/libssl.a;/usr/lib64/libcrypto.a (found version "1.0.2k")
-- Using Boost: /tmp/src/github.com/yandex/ClickHouse/contrib/libboost/boost_1_62_0/ : boost_program_options_internal,boost_system_internal,boos
t_filesystem_internal
-- Using Poco: /tmp/src/github.com/yandex/ClickHouse/contrib/libpoco/Foundation/include/;/tmp/src/github.com/yandex/ClickHouse/contrib/libpoco/U
til/include/;/tmp/src/github.com/yandex/ClickHouse/contrib/libpoco/Net/include/;/tmp/src/github.com/yandex/ClickHouse/contrib/libpoco/Data/inclu
de/;/tmp/src/github.com/yandex/ClickHouse/contrib/libpoco/Data/ODBC/include/;/tmp/src/github.com/yandex/ClickHouse/contrib/libpoco/Crypto/includ
e/;/tmp/src/github.com/yandex/ClickHouse/contrib/libpoco/XML/include/;/tmp/src/github.com/yandex/ClickHouse/contrib/libpoco/MongoDB/include/;/tm
p/src/github.com/yandex/ClickHouse/contrib/libzlib-ng/;/tmp/build/contrib/libzlib-ng/ : PocoNet,PocoUtil,PocoXML,PocoData,PocoDataODBC,PocoMongo
DB,PocoFoundation
-- Using gperftools: /tmp/src/github.com/yandex/ClickHouse/contrib/libtcmalloc/include/ : tcmalloc_minimal_internal
-- Poco package version: 1.6.1-all (2015-08-04)
-- Setting Poco build type - Release
-- Building static libraries
-- Building without tests & samples
-- Build with using internal copy of sqlite, pcre, expat, ...
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Performing Test HAVE_GETADDRINFO_A
-- Performing Test HAVE_GETADDRINFO_A - Success
-- Found ODBC: /usr/include
-- ODBC Support Enabled
-- CMake 3.7.2 successfully configured Poco using Unix Makefiles generator
-- Installation target path: /usr
-- Building: XML
-- Building: MongoDB
-- Building: Util
-- Building: Net
-- Building: NetSSL_OpenSSL
-- Building: Crypto
-- Building: Data
-- ZSTD VERSION 1.1.1024
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Architecture: x86_64
-- Check size of off64_t
-- Check size of off64_t - done
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for stdarg.h
-- Looking for stdarg.h - found
-- Performing Test HAVE_ATTRIBUTE_VISIBILITY_HIDDEN
-- Performing Test HAVE_ATTRIBUTE_VISIBILITY_HIDDEN - Success
-- Performing Test HAVE_ATTRIBUTE_VISIBILITY_INTERNAL
-- Performing Test HAVE_ATTRIBUTE_VISIBILITY_INTERNAL - Success
-- Performing Test HAVE_BUILTIN_CTZL
-- Performing Test HAVE_BUILTIN_CTZL - Success
-- Performing Test HAVE_SSE2_INTRIN
-- Performing Test HAVE_SSE2_INTRIN - Success
-- Performing Test HAVE_SSE42_INTRIN
-- Performing Test HAVE_SSE42_INTRIN - Success
-- Performing Test HAVE_PCLMULQDQ_INTRIN
-- Performing Test HAVE_PCLMULQDQ_INTRIN - Success
-- Architecture-specific source files: arch/x86/x86.c;arch/x86/insert_string_sse.c;arch/x86/fill_window_sse.c;arch/x86/crc_folding.c
-- Building: tcmalloc_minimal_internal
-- Will build ClickHouse 1.1.54134
-- Link libtcmalloc_minimal
-- mysqlclient found: /usr/include/mysql; ; static=/usr/lib64/libmysqlclient.a
-- Not using any library for line editing.
-- Not using any library for line editing.
-- C_FLAGS = -D_GLIBCXX_USE_CXX11_ABI=1 -pipe -fno-omit-frame-pointer -Wall -msse4 -mpopcnt --no-pie
-- CXX_FLAGS = -D_GLIBCXX_USE_CXX11_ABI=1 -pipe -std=gnu++1y -fno-omit-frame-pointer -Wall -Wnon-virtual-dtor -msse4 -mpopcnt --no-pie
-- LINK_FLAGS = -D_GLIBCXX_USE_CXX11_ABI=1
-- Configuring done
-- Generating done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment