Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankitsablok89/9f2251b078b802e495a806bb2fd77ce5 to your computer and use it in GitHub Desktop.
Save ankitsablok89/9f2251b078b802e495a806bb2fd77ce5 to your computer and use it in GitHub Desktop.
Gist-1 : Peloton Build Output
-- The CXX compiler identification is GNU 5.4.0
-- The C compiler identification is GNU 5.4.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
INFO Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
Selected compiler gcc 5.4.0
-- 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
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- system
-- filesystem
-- thread
-- chrono
-- date_time
-- atomic
-- Found GFlags: /usr/include
-- Found gflags (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libgflags.so)
-- Found Protobuf: /usr/lib/x86_64-linux-gnu/libprotobuf.so
-- Found PROTOBUF Compiler: /usr/bin/protoc
-- Found libevent (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libevent.so)
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Found JeMalloc: /usr/lib/x86_64-linux-gnu/libjemalloc.so
-- Found jemalloc (include: , library: /usr/lib/x86_64-linux-gnu/libjemalloc.so)
-- Found LLVM 3.7.1
-- Found PythonInterp: /usr/bin/python (found version "2.7.12")
-- Performing Test COMPILER_SUPPORTS_CXX1Y
-- Performing Test COMPILER_SUPPORTS_CXX1Y - Success
-- Found Git: /usr/bin/git (found version "2.7.4")
--
-- ******************* Peloton Configuration Summary *******************
-- General:
-- Version : 0.0.5
-- Git : f923873
-- System : Linux
-- Compiler : /usr/bin/c++ (gcc 5.4.0)
-- Release CXX flags : -O3 -DNDEBUG -std=c++1y -D__PELOTONFILE__='"$(subst /home/ankitsablok89/Desktop/Projects/CMU-Peloton-DBMS/peloton/,,$(abspath $<))"' -fdiagnostics-color=auto -fPIC -Wall -Wextra -Werror -mcx16 -Wno-invalid-offsetof -march=native -Wno-strict-aliasing
-- Debug CXX flags : -g -O0 -ggdb -fno-omit-frame-pointer -fno-optimize-sibling-calls -std=c++1y -D__PELOTONFILE__='"$(subst /home/ankitsablok89/Desktop/Projects/CMU-Peloton-DBMS/peloton/,,$(abspath $<))"' -fdiagnostics-color=auto -fPIC -Wall -Wextra -Werror -mcx16 -Wno-invalid-offsetof -march=native -Wno-strict-aliasing
-- Build type : Release
--
-- BUILD_docs : ON
--
-- Dependencies:
-- Linker flags :
-- Boost : Yes (ver. 1.58)
-- glog : Yes
-- gflags : Yes
-- protobuf : Yes (ver. 2.6.1)
-- LLVM : Yes (ver. 3.7.1)
--
-- Documentaion:
-- Doxygen : No
-- config_file :
--
-- Install:
-- Install path : /home/ankitsablok89/Desktop/Projects/CMU-Peloton-DBMS/peloton_build/install
--
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ankitsablok89/Desktop/Projects/CMU-Peloton-DBMS/peloton_build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment