Last active
September 23, 2017 00:28
-
-
Save qiuxiaomu/5297f5c03fb447ab89cb119b25e39979 to your computer and use it in GitHub Desktop.
CMAKE OUTPUT LOG
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The system is: Linux - 4.4.0-96-generic - x86_64 | |
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. | |
Compiler: /usr/bin/gcc | |
Build flags: | |
Id flags: | |
The output was: | |
0 | |
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" | |
The C compiler identification is GNU, found in "/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/3.9.3/CompilerIdC/a.out" | |
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. | |
Compiler: /usr/bin/g++ | |
Build flags: | |
Id flags: | |
The output was: | |
0 | |
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" | |
The CXX compiler identification is GNU, found in "/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/3.9.3/CompilerIdCXX/a.out" | |
Determining if the C compiler works passed with the following output: | |
Change Dir: /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make" "cmTC_8bc32/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_8bc32.dir/build.make CMakeFiles/cmTC_8bc32.dir/build | |
make[1]: Entering directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_8bc32.dir/testCCompiler.c.o | |
/usr/bin/gcc -o CMakeFiles/cmTC_8bc32.dir/testCCompiler.c.o -c /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp/testCCompiler.c | |
Linking C executable cmTC_8bc32 | |
/home/someone/bin/cmake-3.9.3-Linux-x86_64/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8bc32.dir/link.txt --verbose=1 | |
/usr/bin/gcc -rdynamic CMakeFiles/cmTC_8bc32.dir/testCCompiler.c.o -o cmTC_8bc32 | |
make[1]: Leaving directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Detecting C compiler ABI info compiled with the following output: | |
Change Dir: /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make" "cmTC_32168/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_32168.dir/build.make CMakeFiles/cmTC_32168.dir/build | |
make[1]: Entering directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_32168.dir/CMakeCCompilerABI.c.o | |
/usr/bin/gcc -o CMakeFiles/cmTC_32168.dir/CMakeCCompilerABI.c.o -c /home/someone/bin/cmake-3.9.3-Linux-x86_64/share/cmake-3.9/Modules/CMakeCCompilerABI.c | |
Linking C executable cmTC_32168 | |
/home/someone/bin/cmake-3.9.3-Linux-x86_64/bin/cmake -E cmake_link_script CMakeFiles/cmTC_32168.dir/link.txt --verbose=1 | |
/usr/bin/gcc -v -rdynamic CMakeFiles/cmTC_32168.dir/CMakeCCompilerABI.c.o -o cmTC_32168 | |
Using built-in specs. | |
COLLECT_GCC=/usr/bin/gcc | |
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) | |
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/ | |
LIBRARY_PATH=/usr/local/boost_1_65_1/stage/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/local/boost_1_65_1/stage/lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/ | |
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_32168' '-mtune=generic' '-march=x86-64' | |
/usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/cceFs2Ls.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_32168 /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/local/boost_1_65_1/stage/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/local/boost_1_65_1/stage/lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_32168.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o | |
make[1]: Leaving directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Parsed C implicit link information from above output: | |
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] | |
ignore line: [Change Dir: /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp] | |
ignore line: [] | |
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_32168/fast"] | |
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_32168.dir/build.make CMakeFiles/cmTC_32168.dir/build] | |
ignore line: [make[1]: Entering directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp'] | |
ignore line: [Building C object CMakeFiles/cmTC_32168.dir/CMakeCCompilerABI.c.o] | |
ignore line: [/usr/bin/gcc -o CMakeFiles/cmTC_32168.dir/CMakeCCompilerABI.c.o -c /home/someone/bin/cmake-3.9.3-Linux-x86_64/share/cmake-3.9/Modules/CMakeCCompilerABI.c] | |
ignore line: [Linking C executable cmTC_32168] | |
ignore line: [/home/someone/bin/cmake-3.9.3-Linux-x86_64/bin/cmake -E cmake_link_script CMakeFiles/cmTC_32168.dir/link.txt --verbose=1] | |
ignore line: [/usr/bin/gcc -v -rdynamic CMakeFiles/cmTC_32168.dir/CMakeCCompilerABI.c.o -o cmTC_32168 ] | |
ignore line: [Using built-in specs.] | |
ignore line: [COLLECT_GCC=/usr/bin/gcc] | |
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper] | |
ignore line: [Target: x86_64-linux-gnu] | |
ignore line: [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] | |
ignore line: [Thread model: posix] | |
ignore line: [gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ] | |
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/] | |
ignore line: [LIBRARY_PATH=/usr/local/boost_1_65_1/stage/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/local/boost_1_65_1/stage/lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/] | |
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_32168' '-mtune=generic' '-march=x86-64'] | |
link line: [ /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/cceFs2Ls.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_32168 /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/local/boost_1_65_1/stage/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/local/boost_1_65_1/stage/lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_32168.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o] | |
arg [/usr/lib/gcc/x86_64-linux-gnu/5/collect2] ==> ignore | |
arg [-plugin] ==> ignore | |
arg [/usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so] ==> ignore | |
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper] ==> ignore | |
arg [-plugin-opt=-fresolution=/tmp/cceFs2Ls.res] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | |
arg [-plugin-opt=-pass-through=-lc] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | |
arg [--sysroot=/] ==> ignore | |
arg [--build-id] ==> ignore | |
arg [--eh-frame-hdr] ==> ignore | |
arg [-m] ==> ignore | |
arg [elf_x86_64] ==> ignore | |
arg [--hash-style=gnu] ==> ignore | |
arg [--as-needed] ==> ignore | |
arg [-export-dynamic] ==> ignore | |
arg [-dynamic-linker] ==> ignore | |
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore | |
arg [-zrelro] ==> ignore | |
arg [-o] ==> ignore | |
arg [cmTC_32168] ==> ignore | |
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o] ==> ignore | |
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o] ==> ignore | |
arg [/usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o] ==> ignore | |
arg [-L/usr/local/boost_1_65_1/stage/lib/../lib] ==> dir [/usr/local/boost_1_65_1/stage/lib/../lib] | |
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5] | |
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] | |
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] | |
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] | |
arg [-L/lib/../lib] ==> dir [/lib/../lib] | |
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] | |
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] | |
arg [-L/usr/local/boost_1_65_1/stage/lib] ==> dir [/usr/local/boost_1_65_1/stage/lib] | |
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..] | |
arg [CMakeFiles/cmTC_32168.dir/CMakeCCompilerABI.c.o] ==> ignore | |
arg [-lgcc] ==> lib [gcc] | |
arg [--as-needed] ==> ignore | |
arg [-lgcc_s] ==> lib [gcc_s] | |
arg [--no-as-needed] ==> ignore | |
arg [-lc] ==> lib [c] | |
arg [-lgcc] ==> lib [gcc] | |
arg [--as-needed] ==> ignore | |
arg [-lgcc_s] ==> lib [gcc_s] | |
arg [--no-as-needed] ==> ignore | |
arg [/usr/lib/gcc/x86_64-linux-gnu/5/crtend.o] ==> ignore | |
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o] ==> ignore | |
collapse library dir [/usr/local/boost_1_65_1/stage/lib/../lib] ==> [/usr/local/boost_1_65_1/stage/lib] | |
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5] ==> [/usr/lib/gcc/x86_64-linux-gnu/5] | |
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] | |
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> [/usr/lib] | |
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] | |
collapse library dir [/lib/../lib] ==> [/lib] | |
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] | |
collapse library dir [/usr/lib/../lib] ==> [/usr/lib] | |
collapse library dir [/usr/local/boost_1_65_1/stage/lib] ==> [/usr/local/boost_1_65_1/stage/lib] | |
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> [/usr/lib] | |
implicit libs: [gcc;gcc_s;c;gcc;gcc_s] | |
implicit dirs: [/usr/local/boost_1_65_1/stage/lib;/usr/lib/gcc/x86_64-linux-gnu/5;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] | |
implicit fwks: [] | |
Detecting C [-std=c11] compiler features compiled with the following output: | |
Change Dir: /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make" "cmTC_609f9/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_609f9.dir/build.make CMakeFiles/cmTC_609f9.dir/build | |
make[1]: Entering directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_609f9.dir/feature_tests.c.o | |
/usr/bin/gcc -std=c11 -o CMakeFiles/cmTC_609f9.dir/feature_tests.c.o -c /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/feature_tests.c | |
Linking C executable cmTC_609f9 | |
/home/someone/bin/cmake-3.9.3-Linux-x86_64/bin/cmake -E cmake_link_script CMakeFiles/cmTC_609f9.dir/link.txt --verbose=1 | |
/usr/bin/gcc -rdynamic CMakeFiles/cmTC_609f9.dir/feature_tests.c.o -o cmTC_609f9 | |
make[1]: Leaving directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Feature record: C_FEATURE:1c_function_prototypes | |
Feature record: C_FEATURE:1c_restrict | |
Feature record: C_FEATURE:1c_static_assert | |
Feature record: C_FEATURE:1c_variadic_macros | |
Detecting C [-std=c99] compiler features compiled with the following output: | |
Change Dir: /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make" "cmTC_169f3/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_169f3.dir/build.make CMakeFiles/cmTC_169f3.dir/build | |
make[1]: Entering directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_169f3.dir/feature_tests.c.o | |
/usr/bin/gcc -std=c99 -o CMakeFiles/cmTC_169f3.dir/feature_tests.c.o -c /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/feature_tests.c | |
Linking C executable cmTC_169f3 | |
/home/someone/bin/cmake-3.9.3-Linux-x86_64/bin/cmake -E cmake_link_script CMakeFiles/cmTC_169f3.dir/link.txt --verbose=1 | |
/usr/bin/gcc -rdynamic CMakeFiles/cmTC_169f3.dir/feature_tests.c.o -o cmTC_169f3 | |
make[1]: Leaving directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Feature record: C_FEATURE:1c_function_prototypes | |
Feature record: C_FEATURE:1c_restrict | |
Feature record: C_FEATURE:0c_static_assert | |
Feature record: C_FEATURE:1c_variadic_macros | |
Detecting C [-std=c90] compiler features compiled with the following output: | |
Change Dir: /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make" "cmTC_8c9fd/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_8c9fd.dir/build.make CMakeFiles/cmTC_8c9fd.dir/build | |
make[1]: Entering directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_8c9fd.dir/feature_tests.c.o | |
/usr/bin/gcc -std=c90 -o CMakeFiles/cmTC_8c9fd.dir/feature_tests.c.o -c /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/feature_tests.c | |
Linking C executable cmTC_8c9fd | |
/home/someone/bin/cmake-3.9.3-Linux-x86_64/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8c9fd.dir/link.txt --verbose=1 | |
/usr/bin/gcc -rdynamic CMakeFiles/cmTC_8c9fd.dir/feature_tests.c.o -o cmTC_8c9fd | |
make[1]: Leaving directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Feature record: C_FEATURE:1c_function_prototypes | |
Feature record: C_FEATURE:0c_restrict | |
Feature record: C_FEATURE:0c_static_assert | |
Feature record: C_FEATURE:0c_variadic_macros | |
Determining if the CXX compiler works passed with the following output: | |
Change Dir: /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make" "cmTC_d621e/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_d621e.dir/build.make CMakeFiles/cmTC_d621e.dir/build | |
make[1]: Entering directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_d621e.dir/testCXXCompiler.cxx.o | |
/usr/bin/g++ -o CMakeFiles/cmTC_d621e.dir/testCXXCompiler.cxx.o -c /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx | |
Linking CXX executable cmTC_d621e | |
/home/someone/bin/cmake-3.9.3-Linux-x86_64/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d621e.dir/link.txt --verbose=1 | |
/usr/bin/g++ -rdynamic CMakeFiles/cmTC_d621e.dir/testCXXCompiler.cxx.o -o cmTC_d621e | |
make[1]: Leaving directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Detecting CXX compiler ABI info compiled with the following output: | |
Change Dir: /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make" "cmTC_cb5dd/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_cb5dd.dir/build.make CMakeFiles/cmTC_cb5dd.dir/build | |
make[1]: Entering directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_cb5dd.dir/CMakeCXXCompilerABI.cpp.o | |
/usr/bin/g++ -o CMakeFiles/cmTC_cb5dd.dir/CMakeCXXCompilerABI.cpp.o -c /home/someone/bin/cmake-3.9.3-Linux-x86_64/share/cmake-3.9/Modules/CMakeCXXCompilerABI.cpp | |
Linking CXX executable cmTC_cb5dd | |
/home/someone/bin/cmake-3.9.3-Linux-x86_64/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cb5dd.dir/link.txt --verbose=1 | |
/usr/bin/g++ -v -rdynamic CMakeFiles/cmTC_cb5dd.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_cb5dd | |
Using built-in specs. | |
COLLECT_GCC=/usr/bin/g++ | |
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) | |
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/ | |
LIBRARY_PATH=/usr/local/boost_1_65_1/stage/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/local/boost_1_65_1/stage/lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/ | |
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_cb5dd' '-shared-libgcc' '-mtune=generic' '-march=x86-64' | |
/usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccVEozzF.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_cb5dd /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/local/boost_1_65_1/stage/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/local/boost_1_65_1/stage/lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_cb5dd.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o | |
make[1]: Leaving directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Parsed CXX implicit link information from above output: | |
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] | |
ignore line: [Change Dir: /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp] | |
ignore line: [] | |
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_cb5dd/fast"] | |
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_cb5dd.dir/build.make CMakeFiles/cmTC_cb5dd.dir/build] | |
ignore line: [make[1]: Entering directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp'] | |
ignore line: [Building CXX object CMakeFiles/cmTC_cb5dd.dir/CMakeCXXCompilerABI.cpp.o] | |
ignore line: [/usr/bin/g++ -o CMakeFiles/cmTC_cb5dd.dir/CMakeCXXCompilerABI.cpp.o -c /home/someone/bin/cmake-3.9.3-Linux-x86_64/share/cmake-3.9/Modules/CMakeCXXCompilerABI.cpp] | |
ignore line: [Linking CXX executable cmTC_cb5dd] | |
ignore line: [/home/someone/bin/cmake-3.9.3-Linux-x86_64/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cb5dd.dir/link.txt --verbose=1] | |
ignore line: [/usr/bin/g++ -v -rdynamic CMakeFiles/cmTC_cb5dd.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_cb5dd ] | |
ignore line: [Using built-in specs.] | |
ignore line: [COLLECT_GCC=/usr/bin/g++] | |
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper] | |
ignore line: [Target: x86_64-linux-gnu] | |
ignore line: [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] | |
ignore line: [Thread model: posix] | |
ignore line: [gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ] | |
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/] | |
ignore line: [LIBRARY_PATH=/usr/local/boost_1_65_1/stage/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/local/boost_1_65_1/stage/lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/] | |
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_cb5dd' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] | |
link line: [ /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccVEozzF.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_cb5dd /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/local/boost_1_65_1/stage/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/local/boost_1_65_1/stage/lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_cb5dd.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o] | |
arg [/usr/lib/gcc/x86_64-linux-gnu/5/collect2] ==> ignore | |
arg [-plugin] ==> ignore | |
arg [/usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so] ==> ignore | |
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper] ==> ignore | |
arg [-plugin-opt=-fresolution=/tmp/ccVEozzF.res] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | |
arg [-plugin-opt=-pass-through=-lc] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | |
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | |
arg [--sysroot=/] ==> ignore | |
arg [--build-id] ==> ignore | |
arg [--eh-frame-hdr] ==> ignore | |
arg [-m] ==> ignore | |
arg [elf_x86_64] ==> ignore | |
arg [--hash-style=gnu] ==> ignore | |
arg [--as-needed] ==> ignore | |
arg [-export-dynamic] ==> ignore | |
arg [-dynamic-linker] ==> ignore | |
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore | |
arg [-zrelro] ==> ignore | |
arg [-o] ==> ignore | |
arg [cmTC_cb5dd] ==> ignore | |
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o] ==> ignore | |
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o] ==> ignore | |
arg [/usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o] ==> ignore | |
arg [-L/usr/local/boost_1_65_1/stage/lib/../lib] ==> dir [/usr/local/boost_1_65_1/stage/lib/../lib] | |
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5] | |
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] | |
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] | |
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] | |
arg [-L/lib/../lib] ==> dir [/lib/../lib] | |
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] | |
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] | |
arg [-L/usr/local/boost_1_65_1/stage/lib] ==> dir [/usr/local/boost_1_65_1/stage/lib] | |
arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..] | |
arg [CMakeFiles/cmTC_cb5dd.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore | |
arg [-lstdc++] ==> lib [stdc++] | |
arg [-lm] ==> lib [m] | |
arg [-lgcc_s] ==> lib [gcc_s] | |
arg [-lgcc] ==> lib [gcc] | |
arg [-lc] ==> lib [c] | |
arg [-lgcc_s] ==> lib [gcc_s] | |
arg [-lgcc] ==> lib [gcc] | |
arg [/usr/lib/gcc/x86_64-linux-gnu/5/crtend.o] ==> ignore | |
arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o] ==> ignore | |
collapse library dir [/usr/local/boost_1_65_1/stage/lib/../lib] ==> [/usr/local/boost_1_65_1/stage/lib] | |
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5] ==> [/usr/lib/gcc/x86_64-linux-gnu/5] | |
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] | |
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib] ==> [/usr/lib] | |
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] | |
collapse library dir [/lib/../lib] ==> [/lib] | |
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] | |
collapse library dir [/usr/lib/../lib] ==> [/usr/lib] | |
collapse library dir [/usr/local/boost_1_65_1/stage/lib] ==> [/usr/local/boost_1_65_1/stage/lib] | |
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> [/usr/lib] | |
implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] | |
implicit dirs: [/usr/local/boost_1_65_1/stage/lib;/usr/lib/gcc/x86_64-linux-gnu/5;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] | |
implicit fwks: [] | |
Detecting CXX [-std=c++1z] compiler features compiled with the following output: | |
Change Dir: /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make" "cmTC_7b4d1/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_7b4d1.dir/build.make CMakeFiles/cmTC_7b4d1.dir/build | |
make[1]: Entering directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_7b4d1.dir/feature_tests.cxx.o | |
/usr/bin/g++ -std=c++1z -o CMakeFiles/cmTC_7b4d1.dir/feature_tests.cxx.o -c /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/feature_tests.cxx | |
Linking CXX executable cmTC_7b4d1 | |
/home/someone/bin/cmake-3.9.3-Linux-x86_64/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b4d1.dir/link.txt --verbose=1 | |
/usr/bin/g++ -rdynamic CMakeFiles/cmTC_7b4d1.dir/feature_tests.cxx.o -o cmTC_7b4d1 | |
make[1]: Leaving directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers | |
Feature record: CXX_FEATURE:1cxx_alias_templates | |
Feature record: CXX_FEATURE:1cxx_alignas | |
Feature record: CXX_FEATURE:1cxx_alignof | |
Feature record: CXX_FEATURE:1cxx_attributes | |
Feature record: CXX_FEATURE:1cxx_attribute_deprecated | |
Feature record: CXX_FEATURE:1cxx_auto_type | |
Feature record: CXX_FEATURE:1cxx_binary_literals | |
Feature record: CXX_FEATURE:1cxx_constexpr | |
Feature record: CXX_FEATURE:1cxx_contextual_conversions | |
Feature record: CXX_FEATURE:1cxx_decltype | |
Feature record: CXX_FEATURE:1cxx_decltype_auto | |
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types | |
Feature record: CXX_FEATURE:1cxx_default_function_template_args | |
Feature record: CXX_FEATURE:1cxx_defaulted_functions | |
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers | |
Feature record: CXX_FEATURE:1cxx_delegating_constructors | |
Feature record: CXX_FEATURE:1cxx_deleted_functions | |
Feature record: CXX_FEATURE:1cxx_digit_separators | |
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations | |
Feature record: CXX_FEATURE:1cxx_explicit_conversions | |
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations | |
Feature record: CXX_FEATURE:1cxx_extern_templates | |
Feature record: CXX_FEATURE:1cxx_final | |
Feature record: CXX_FEATURE:1cxx_func_identifier | |
Feature record: CXX_FEATURE:1cxx_generalized_initializers | |
Feature record: CXX_FEATURE:1cxx_generic_lambdas | |
Feature record: CXX_FEATURE:1cxx_inheriting_constructors | |
Feature record: CXX_FEATURE:1cxx_inline_namespaces | |
Feature record: CXX_FEATURE:1cxx_lambdas | |
Feature record: CXX_FEATURE:1cxx_lambda_init_captures | |
Feature record: CXX_FEATURE:1cxx_local_type_template_args | |
Feature record: CXX_FEATURE:1cxx_long_long_type | |
Feature record: CXX_FEATURE:1cxx_noexcept | |
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init | |
Feature record: CXX_FEATURE:1cxx_nullptr | |
Feature record: CXX_FEATURE:1cxx_override | |
Feature record: CXX_FEATURE:1cxx_range_for | |
Feature record: CXX_FEATURE:1cxx_raw_string_literals | |
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions | |
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr | |
Feature record: CXX_FEATURE:1cxx_return_type_deduction | |
Feature record: CXX_FEATURE:1cxx_right_angle_brackets | |
Feature record: CXX_FEATURE:1cxx_rvalue_references | |
Feature record: CXX_FEATURE:1cxx_sizeof_member | |
Feature record: CXX_FEATURE:1cxx_static_assert | |
Feature record: CXX_FEATURE:1cxx_strong_enums | |
Feature record: CXX_FEATURE:1cxx_template_template_parameters | |
Feature record: CXX_FEATURE:1cxx_thread_local | |
Feature record: CXX_FEATURE:1cxx_trailing_return_types | |
Feature record: CXX_FEATURE:1cxx_unicode_literals | |
Feature record: CXX_FEATURE:1cxx_uniform_initialization | |
Feature record: CXX_FEATURE:1cxx_unrestricted_unions | |
Feature record: CXX_FEATURE:1cxx_user_literals | |
Feature record: CXX_FEATURE:1cxx_variable_templates | |
Feature record: CXX_FEATURE:1cxx_variadic_macros | |
Feature record: CXX_FEATURE:1cxx_variadic_templates | |
Detecting CXX [-std=c++14] compiler features compiled with the following output: | |
Change Dir: /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make" "cmTC_1417a/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_1417a.dir/build.make CMakeFiles/cmTC_1417a.dir/build | |
make[1]: Entering directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_1417a.dir/feature_tests.cxx.o | |
/usr/bin/g++ -std=c++14 -o CMakeFiles/cmTC_1417a.dir/feature_tests.cxx.o -c /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/feature_tests.cxx | |
Linking CXX executable cmTC_1417a | |
/home/someone/bin/cmake-3.9.3-Linux-x86_64/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1417a.dir/link.txt --verbose=1 | |
/usr/bin/g++ -rdynamic CMakeFiles/cmTC_1417a.dir/feature_tests.cxx.o -o cmTC_1417a | |
make[1]: Leaving directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers | |
Feature record: CXX_FEATURE:1cxx_alias_templates | |
Feature record: CXX_FEATURE:1cxx_alignas | |
Feature record: CXX_FEATURE:1cxx_alignof | |
Feature record: CXX_FEATURE:1cxx_attributes | |
Feature record: CXX_FEATURE:1cxx_attribute_deprecated | |
Feature record: CXX_FEATURE:1cxx_auto_type | |
Feature record: CXX_FEATURE:1cxx_binary_literals | |
Feature record: CXX_FEATURE:1cxx_constexpr | |
Feature record: CXX_FEATURE:1cxx_contextual_conversions | |
Feature record: CXX_FEATURE:1cxx_decltype | |
Feature record: CXX_FEATURE:1cxx_decltype_auto | |
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types | |
Feature record: CXX_FEATURE:1cxx_default_function_template_args | |
Feature record: CXX_FEATURE:1cxx_defaulted_functions | |
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers | |
Feature record: CXX_FEATURE:1cxx_delegating_constructors | |
Feature record: CXX_FEATURE:1cxx_deleted_functions | |
Feature record: CXX_FEATURE:1cxx_digit_separators | |
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations | |
Feature record: CXX_FEATURE:1cxx_explicit_conversions | |
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations | |
Feature record: CXX_FEATURE:1cxx_extern_templates | |
Feature record: CXX_FEATURE:1cxx_final | |
Feature record: CXX_FEATURE:1cxx_func_identifier | |
Feature record: CXX_FEATURE:1cxx_generalized_initializers | |
Feature record: CXX_FEATURE:1cxx_generic_lambdas | |
Feature record: CXX_FEATURE:1cxx_inheriting_constructors | |
Feature record: CXX_FEATURE:1cxx_inline_namespaces | |
Feature record: CXX_FEATURE:1cxx_lambdas | |
Feature record: CXX_FEATURE:1cxx_lambda_init_captures | |
Feature record: CXX_FEATURE:1cxx_local_type_template_args | |
Feature record: CXX_FEATURE:1cxx_long_long_type | |
Feature record: CXX_FEATURE:1cxx_noexcept | |
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init | |
Feature record: CXX_FEATURE:1cxx_nullptr | |
Feature record: CXX_FEATURE:1cxx_override | |
Feature record: CXX_FEATURE:1cxx_range_for | |
Feature record: CXX_FEATURE:1cxx_raw_string_literals | |
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions | |
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr | |
Feature record: CXX_FEATURE:1cxx_return_type_deduction | |
Feature record: CXX_FEATURE:1cxx_right_angle_brackets | |
Feature record: CXX_FEATURE:1cxx_rvalue_references | |
Feature record: CXX_FEATURE:1cxx_sizeof_member | |
Feature record: CXX_FEATURE:1cxx_static_assert | |
Feature record: CXX_FEATURE:1cxx_strong_enums | |
Feature record: CXX_FEATURE:1cxx_template_template_parameters | |
Feature record: CXX_FEATURE:1cxx_thread_local | |
Feature record: CXX_FEATURE:1cxx_trailing_return_types | |
Feature record: CXX_FEATURE:1cxx_unicode_literals | |
Feature record: CXX_FEATURE:1cxx_uniform_initialization | |
Feature record: CXX_FEATURE:1cxx_unrestricted_unions | |
Feature record: CXX_FEATURE:1cxx_user_literals | |
Feature record: CXX_FEATURE:1cxx_variable_templates | |
Feature record: CXX_FEATURE:1cxx_variadic_macros | |
Feature record: CXX_FEATURE:1cxx_variadic_templates | |
Detecting CXX [-std=c++11] compiler features compiled with the following output: | |
Change Dir: /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make" "cmTC_1d54f/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_1d54f.dir/build.make CMakeFiles/cmTC_1d54f.dir/build | |
make[1]: Entering directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_1d54f.dir/feature_tests.cxx.o | |
/usr/bin/g++ -std=c++11 -o CMakeFiles/cmTC_1d54f.dir/feature_tests.cxx.o -c /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/feature_tests.cxx | |
Linking CXX executable cmTC_1d54f | |
/home/someone/bin/cmake-3.9.3-Linux-x86_64/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1d54f.dir/link.txt --verbose=1 | |
/usr/bin/g++ -rdynamic CMakeFiles/cmTC_1d54f.dir/feature_tests.cxx.o -o cmTC_1d54f | |
make[1]: Leaving directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers | |
Feature record: CXX_FEATURE:1cxx_alias_templates | |
Feature record: CXX_FEATURE:1cxx_alignas | |
Feature record: CXX_FEATURE:1cxx_alignof | |
Feature record: CXX_FEATURE:1cxx_attributes | |
Feature record: CXX_FEATURE:0cxx_attribute_deprecated | |
Feature record: CXX_FEATURE:1cxx_auto_type | |
Feature record: CXX_FEATURE:0cxx_binary_literals | |
Feature record: CXX_FEATURE:1cxx_constexpr | |
Feature record: CXX_FEATURE:0cxx_contextual_conversions | |
Feature record: CXX_FEATURE:1cxx_decltype | |
Feature record: CXX_FEATURE:0cxx_decltype_auto | |
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types | |
Feature record: CXX_FEATURE:1cxx_default_function_template_args | |
Feature record: CXX_FEATURE:1cxx_defaulted_functions | |
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers | |
Feature record: CXX_FEATURE:1cxx_delegating_constructors | |
Feature record: CXX_FEATURE:1cxx_deleted_functions | |
Feature record: CXX_FEATURE:0cxx_digit_separators | |
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations | |
Feature record: CXX_FEATURE:1cxx_explicit_conversions | |
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations | |
Feature record: CXX_FEATURE:1cxx_extern_templates | |
Feature record: CXX_FEATURE:1cxx_final | |
Feature record: CXX_FEATURE:1cxx_func_identifier | |
Feature record: CXX_FEATURE:1cxx_generalized_initializers | |
Feature record: CXX_FEATURE:0cxx_generic_lambdas | |
Feature record: CXX_FEATURE:1cxx_inheriting_constructors | |
Feature record: CXX_FEATURE:1cxx_inline_namespaces | |
Feature record: CXX_FEATURE:1cxx_lambdas | |
Feature record: CXX_FEATURE:0cxx_lambda_init_captures | |
Feature record: CXX_FEATURE:1cxx_local_type_template_args | |
Feature record: CXX_FEATURE:1cxx_long_long_type | |
Feature record: CXX_FEATURE:1cxx_noexcept | |
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init | |
Feature record: CXX_FEATURE:1cxx_nullptr | |
Feature record: CXX_FEATURE:1cxx_override | |
Feature record: CXX_FEATURE:1cxx_range_for | |
Feature record: CXX_FEATURE:1cxx_raw_string_literals | |
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions | |
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr | |
Feature record: CXX_FEATURE:0cxx_return_type_deduction | |
Feature record: CXX_FEATURE:1cxx_right_angle_brackets | |
Feature record: CXX_FEATURE:1cxx_rvalue_references | |
Feature record: CXX_FEATURE:1cxx_sizeof_member | |
Feature record: CXX_FEATURE:1cxx_static_assert | |
Feature record: CXX_FEATURE:1cxx_strong_enums | |
Feature record: CXX_FEATURE:1cxx_template_template_parameters | |
Feature record: CXX_FEATURE:1cxx_thread_local | |
Feature record: CXX_FEATURE:1cxx_trailing_return_types | |
Feature record: CXX_FEATURE:1cxx_unicode_literals | |
Feature record: CXX_FEATURE:1cxx_uniform_initialization | |
Feature record: CXX_FEATURE:1cxx_unrestricted_unions | |
Feature record: CXX_FEATURE:1cxx_user_literals | |
Feature record: CXX_FEATURE:0cxx_variable_templates | |
Feature record: CXX_FEATURE:1cxx_variadic_macros | |
Feature record: CXX_FEATURE:1cxx_variadic_templates | |
Detecting CXX [-std=c++98] compiler features compiled with the following output: | |
Change Dir: /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/make" "cmTC_f79d5/fast" | |
/usr/bin/make -f CMakeFiles/cmTC_f79d5.dir/build.make CMakeFiles/cmTC_f79d5.dir/build | |
make[1]: Entering directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Building CXX object CMakeFiles/cmTC_f79d5.dir/feature_tests.cxx.o | |
/usr/bin/g++ -std=c++98 -o CMakeFiles/cmTC_f79d5.dir/feature_tests.cxx.o -c /home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/feature_tests.cxx | |
Linking CXX executable cmTC_f79d5 | |
/home/someone/bin/cmake-3.9.3-Linux-x86_64/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f79d5.dir/link.txt --verbose=1 | |
/usr/bin/g++ -rdynamic CMakeFiles/cmTC_f79d5.dir/feature_tests.cxx.o -o cmTC_f79d5 | |
make[1]: Leaving directory '/home/someone/Documents/Ideas/cpp_projects/boostpythondemo/build/CMakeFiles/CMakeTmp' | |
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers | |
Feature record: CXX_FEATURE:0cxx_alias_templates | |
Feature record: CXX_FEATURE:0cxx_alignas | |
Feature record: CXX_FEATURE:0cxx_alignof | |
Feature record: CXX_FEATURE:0cxx_attributes | |
Feature record: CXX_FEATURE:0cxx_attribute_deprecated | |
Feature record: CXX_FEATURE:0cxx_auto_type | |
Feature record: CXX_FEATURE:0cxx_binary_literals | |
Feature record: CXX_FEATURE:0cxx_constexpr | |
Feature record: CXX_FEATURE:0cxx_contextual_conversions | |
Feature record: CXX_FEATURE:0cxx_decltype | |
Feature record: CXX_FEATURE:0cxx_decltype_auto | |
Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types | |
Feature record: CXX_FEATURE:0cxx_default_function_template_args | |
Feature record: CXX_FEATURE:0cxx_defaulted_functions | |
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers | |
Feature record: CXX_FEATURE:0cxx_delegating_constructors | |
Feature record: CXX_FEATURE:0cxx_deleted_functions | |
Feature record: CXX_FEATURE:0cxx_digit_separators | |
Feature record: CXX_FEATURE:0cxx_enum_forward_declarations | |
Feature record: CXX_FEATURE:0cxx_explicit_conversions | |
Feature record: CXX_FEATURE:0cxx_extended_friend_declarations | |
Feature record: CXX_FEATURE:0cxx_extern_templates | |
Feature record: CXX_FEATURE:0cxx_final | |
Feature record: CXX_FEATURE:0cxx_func_identifier | |
Feature record: CXX_FEATURE:0cxx_generalized_initializers | |
Feature record: CXX_FEATURE:0cxx_generic_lambdas | |
Feature record: CXX_FEATURE:0cxx_inheriting_constructors | |
Feature record: CXX_FEATURE:0cxx_inline_namespaces | |
Feature record: CXX_FEATURE:0cxx_lambdas | |
Feature record: CXX_FEATURE:0cxx_lambda_init_captures | |
Feature record: CXX_FEATURE:0cxx_local_type_template_args | |
Feature record: CXX_FEATURE:0cxx_long_long_type | |
Feature record: CXX_FEATURE:0cxx_noexcept | |
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init | |
Feature record: CXX_FEATURE:0cxx_nullptr | |
Feature record: CXX_FEATURE:0cxx_override | |
Feature record: CXX_FEATURE:0cxx_range_for | |
Feature record: CXX_FEATURE:0cxx_raw_string_literals | |
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions | |
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr | |
Feature record: CXX_FEATURE:0cxx_return_type_deduction | |
Feature record: CXX_FEATURE:0cxx_right_angle_brackets | |
Feature record: CXX_FEATURE:0cxx_rvalue_references | |
Feature record: CXX_FEATURE:0cxx_sizeof_member | |
Feature record: CXX_FEATURE:0cxx_static_assert | |
Feature record: CXX_FEATURE:0cxx_strong_enums | |
Feature record: CXX_FEATURE:1cxx_template_template_parameters | |
Feature record: CXX_FEATURE:0cxx_thread_local | |
Feature record: CXX_FEATURE:0cxx_trailing_return_types | |
Feature record: CXX_FEATURE:0cxx_unicode_literals | |
Feature record: CXX_FEATURE:0cxx_uniform_initialization | |
Feature record: CXX_FEATURE:0cxx_unrestricted_unions | |
Feature record: CXX_FEATURE:0cxx_user_literals | |
Feature record: CXX_FEATURE:0cxx_variable_templates | |
Feature record: CXX_FEATURE:0cxx_variadic_macros | |
Feature record: CXX_FEATURE:0cxx_variadic_templates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment