Hi all,

I'm having trouble running any of the exercises. Installation was 
successful, and all the quicktests pass.

When I run 
cmake .
from the example directory inside the install location (Or even when I give 
the path explicitly) I see that it finds deal.II
# Project  step-1  set up with  deal.II-9.1.0-pre  found at
#      /home/kylew/local/deal.II

I'm then able to compile just fine, but when I run the resulting executable 
i get the following error

./step-1: error while loading shared libraries: libdeal_II.so.9.1.0-pre: 
cannot open shared object file: No such file or directory

The already existing step-1.debug and step-1.release both work fine. I've 
attached my install script, the install details, the Terminal output of the 
above and the CMakeOutput from examples/step-1/CMakeFiles directory. 

Thanks,
Kyle Williams

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
###
#
#  deal.II configuration:
#        CMAKE_BUILD_TYPE:       DebugRelease
#        BUILD_SHARED_LIBS:      ON
#        CMAKE_INSTALL_PREFIX:   /home/kylew/local/deal.II
#        CMAKE_SOURCE_DIR:       /home/kylew/servers/storage/deal.II
#                                (version 9.1.0-pre, shortrev a998e81498)
#        CMAKE_BINARY_DIR:       /home/kylew/servers/storage/deal.II-build
#        CMAKE_CXX_COMPILER:     GNU 8.2.1 on platform Linux x86_64
#                                /usr/bin/c++
#        CMAKE_C_COMPILER:       /usr/bin/cc
#        CMAKE_Fortran_COMPILER: /usr/bin/gfortran
#        CMAKE_GENERATOR:        Unix Makefiles
#
#  Base configuration (prior to feature configuration):
#        DEAL_II_CXX_FLAGS:            -pedantic -fPIC -Wall -Wextra 
-Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wsuggest-override -Wswitch 
-Wsynth -Wwrite-strings -Wno-placement-new -Wno-deprecated-declarations 
-Wno-literal-suffix -Wno-psabi -Wno-class-memaccess -fopenmp-simd -std=c++17
#        DEAL_II_CXX_FLAGS_RELEASE:    -O2 -funroll-loops -funroll-all-loops 
-fstrict-aliasing -Wno-unused-local-typedefs
#        DEAL_II_CXX_FLAGS_DEBUG:      -O0 -ggdb -Wa,--compress-debug-sections
#        DEAL_II_LINKER_FLAGS:         -Wl,--as-needed -rdynamic -fuse-ld=gold
#        DEAL_II_LINKER_FLAGS_RELEASE: 
#        DEAL_II_LINKER_FLAGS_DEBUG:   -ggdb
#        DEAL_II_DEFINITIONS:          
#        DEAL_II_DEFINITIONS_RELEASE:  
#        DEAL_II_DEFINITIONS_DEBUG:    DEBUG
#        DEAL_II_USER_DEFINITIONS:     
#        DEAL_II_USER_DEFINITIONS_REL: 
#        DEAL_II_USER_DEFINITIONS_DEB: DEBUG
#        DEAL_II_INCLUDE_DIRS          
#        DEAL_II_USER_INCLUDE_DIRS:    
#        DEAL_II_BUNDLED_INCLUDE_DIRS: 
#        DEAL_II_LIBRARIES:            
#        DEAL_II_LIBRARIES_RELEASE:    
#        DEAL_II_LIBRARIES_DEBUG:      
#        DEAL_II_COMPILER_VECTORIZATION_LEVEL: 1
#
#  Configured Features (DEAL_II_ALLOW_BUNDLED = ON, DEAL_II_ALLOW_AUTODETECTION 
= ON):
#      ( DEAL_II_WITH_64BIT_INDICES = OFF )
#      ( DEAL_II_WITH_ADOLC = OFF )
#      ( DEAL_II_WITH_ARPACK = OFF )
#      ( DEAL_II_WITH_ASSIMP = OFF )
#        DEAL_II_WITH_BOOST set up with external dependencies
#            BOOST_VERSION = 1.66.0
#            BOOST_CXX_FLAGS = -Wno-unused-local-typedefs
#            BOOST_DEFINITIONS = BOOST_NO_AUTO_PTR
#            BOOST_USER_DEFINITIONS = BOOST_NO_AUTO_PTR
#            BOOST_INCLUDE_DIRS = /usr/include
#            BOOST_USER_INCLUDE_DIRS = /usr/include
#            BOOST_LIBRARIES = 
/usr/lib64/libboost_iostreams.so;/usr/lib64/libboost_serialization.so;/usr/lib64/libboost_system.so;/usr/lib64/libboost_thread.so;/usr/lib64/libboost_regex.so;/usr/lib64/libboost_chrono.so;/usr/lib64/libboost_date_time.so;/usr/lib64/libboost_atomic.so
#        DEAL_II_WITH_COMPLEX_VALUES = ON
#      ( DEAL_II_WITH_CUDA = OFF )
#        DEAL_II_WITH_CXX14 = ON
#        DEAL_II_WITH_CXX17 = ON
#      ( DEAL_II_WITH_GMSH = OFF )
#      ( DEAL_II_WITH_GSL = OFF )
#      ( DEAL_II_WITH_HDF5 = OFF )
#        DEAL_II_WITH_LAPACK set up with external dependencies
#            LAPACK_WITH_64BIT_BLAS_INDICES = OFF
#            LAPACK_LINKER_FLAGS = 
#            LAPACK_LIBRARIES = 
/usr/lib64/liblapack.so;/usr/lib64/libblas.so;gfortran;quadmath;m;c;gcc_s;gcc
#      ( DEAL_II_WITH_METIS = OFF )
#        DEAL_II_WITH_MPI set up with external dependencies
#            MPI_VERSION = 3.1
#            MPI_C_COMPILER = /usr/lib64/openmpi/bin/mpicc
#            MPI_CXX_COMPILER = /usr/lib64/openmpi/bin/mpicxx
#            MPI_Fortran_COMPILER = /usr/lib64/openmpi/bin/mpif90
#            MPI_CXX_FLAGS = -pthread
#            MPI_LINKER_FLAGS = -Wl,-rpath -Wl,/usr/lib64/openmpi/lib 
-Wl,--enable-new-dtags -pthread
#            MPI_INCLUDE_DIRS = /usr/include/openmpi-x86_64
#            MPI_USER_INCLUDE_DIRS = /usr/include/openmpi-x86_64
#            MPI_LIBRARIES = 
/usr/lib64/openmpi/lib/libmpi_cxx.so;/usr/lib64/openmpi/lib/libmpi_usempif08.so;/usr/lib64/openmpi/lib/libmpi_usempi_ignore_tkr.so;/usr/lib64/openmpi/lib/libmpi_mpifh.so;/usr/lib64/openmpi/lib/libmpi.so
#        DEAL_II_WITH_MUPARSER set up with bundled packages
#            MUPARSER_BUNDLED_INCLUDE_DIRS = 
/home/kylew/servers/storage/deal.II/bundled/muparser_v2_2_4//include
#      ( DEAL_II_WITH_NANOFLANN = OFF )
#      ( DEAL_II_WITH_NETCDF = OFF )
#      ( DEAL_II_WITH_OPENCASCADE = OFF )
#        DEAL_II_WITH_P4EST set up with external dependencies
#            P4EST_VERSION = 2.0
#            P4EST_DIR = /home/kylew/local/p4est
#            P4EST_INCLUDE_DIRS = /home/kylew/local/p4est/FAST/include
#            P4EST_USER_INCLUDE_DIRS = /home/kylew/local/p4est/FAST/include
#            P4EST_LIBRARIES = 
optimized;/home/kylew/local/p4est/FAST/lib/libp4est.so;/home/kylew/local/p4est/FAST/lib/libsc.so;debug;/home/kylew/local/p4est/DEBUG/lib/libp4est.so;/home/kylew/local/p4est/DEBUG/lib/libsc.so;general;/usr/lib64/liblapack.so;/usr/lib64/libblas.so;gfortran;quadmath;m;c;gcc_s;gcc;/usr/lib64/openmpi/lib/libmpi.so
#      ( DEAL_II_WITH_PETSC = OFF )
#      ( DEAL_II_WITH_SCALAPACK = OFF )
#      ( DEAL_II_WITH_SLEPC = OFF )
#      ( DEAL_II_WITH_SUNDIALS = OFF )
#        DEAL_II_WITH_THREADS set up with bundled packages
#            THREADS_CXX_FLAGS = -Wno-parentheses
#            THREADS_LINKER_FLAGS = -pthread
#            THREADS_DEFINITIONS_DEBUG = TBB_USE_DEBUG;TBB_DO_ASSERT=1
#            THREADS_USER_DEFINITIONS_DEBUG = TBB_USE_DEBUG;TBB_DO_ASSERT=1
#            THREADS_BUNDLED_INCLUDE_DIRS = 
/home/kylew/servers/storage/deal.II/bundled/tbb-2018_U2/include
#            THREADS_LIBRARIES = dl
#      ( DEAL_II_WITH_TRILINOS = OFF )
#        DEAL_II_WITH_UMFPACK set up with bundled packages
#            UMFPACK_BUNDLED_INCLUDE_DIRS = 
/home/kylew/servers/storage/deal.II/bundled/umfpack/UMFPACK/Include;/home/kylew/servers/storage/deal.II/bundled/umfpack/AMD/Include
#        DEAL_II_WITH_ZLIB set up with external dependencies
#            ZLIB_VERSION = 1.2.11
#            ZLIB_INCLUDE_DIRS = /usr/include
#            ZLIB_LIBRARIES = /usr/lib64/libz.so
#
#  Component configuration:
#      ( DEAL_II_COMPONENT_DOCUMENTATION = OFF )
#        DEAL_II_COMPONENT_EXAMPLES
#      ( DEAL_II_COMPONENT_PACKAGE = OFF )
#      ( DEAL_II_COMPONENT_PYTHON_BINDINGS = OFF )
#
###
rm -rf $HOME/local/deal.II/*

cmake 						\
  -D CMAKE_INSTALL_PREFIX=$HOME/local/deal.II 	\
  -D DEAL_II_WITH_MPI=ON			\
  -D DEAL_II_WITH_P4EST=ON			\
  -D P4EST_DIR=$HOME/local/p4est		\
  -D DEAL_II_WITH_GSL=OFF			\
  ../deal.II

make -j4 install

make -j4 test
-- The C compiler identification is GNU 8.2.1
-- The CXX compiler identification is GNU 8.2.1
-- 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
-- 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
-- Autopilot invoked
###
#
#  Project  step-1  set up with  deal.II-9.1.0-pre  found at
#      /home/kylew/local/deal.II
#
#  CMAKE_BUILD_TYPE:          Debug
#
#  You can now run
#       $ make                - to compile and link the program
#       $ make run            - to (compile, link and) run the program
#
#       $ make debug          - to switch the build type to 'Debug'
#       $ make release        - to switch the build type to 'Release'
#
#       $ make edit_cache     - to change (cached) configuration variables
#                               and rerun the configure and generate phases of 
CMake
#
#       $ make strip_comments - to strip the source files in this
#                               directory off their comments; this is 
irreversible
#       $ make clean          - to remove the generated executable as well as
#                               all intermediate compilation files
#       $ make runclean       - to remove all output generated by the program
#       $ make distclean      - to clean the directory from _all_ generated
#                               files (includes clean, runclean and the removal
#                               of the generated build system)
#       $ make info           - to view this message again
#
#  Have a nice day!
#
###
-- Configuring done
-- Generating done
-- Build files have been written to: /home/kylew/local/deal.II/examples/step-1
Scanning dependencies of target step-1
[ 33%] Building CXX object CMakeFiles/step-1.dir/step-1.cc.o
[ 66%] Linking CXX executable step-1
[ 66%] Built target step-1
Scanning dependencies of target run
[100%] Run step-1 with Debug configuration
./step-1: error while loading shared libraries: libdeal_II.g.so.9.1.0-pre: 
cannot open shared object file: No such file or directory
make[3]: *** [CMakeFiles/run.dir/build.make:58: CMakeFiles/run] Error 127
make[2]: *** [CMakeFiles/Makefile2:137: CMakeFiles/run.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:144: CMakeFiles/run.dir/rule] Error 2
make: *** [Makefile:144: run] Error 2
The system is: Linux - 4.20.3-200.fc29.x86_64 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" 
succeeded.
Compiler: /usr/bin/cc 
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/kylew/local/deal.II/examples/step-1/CMakeFiles/3.12.1/CompilerIdC/a.out"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" 
succeeded.
Compiler: /usr/bin/c++ 
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/kylew/local/deal.II/examples/step-1/CMakeFiles/3.12.1/CompilerIdCXX/a.out"

Determining if the C compiler works passed with the following output:
Change Dir: /home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_92ea2/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_92ea2.dir/build.make 
CMakeFiles/cmTC_92ea2.dir/build
gmake[1]: Entering directory 
'/home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_92ea2.dir/testCCompiler.c.o
/usr/bin/cc    -o CMakeFiles/cmTC_92ea2.dir/testCCompiler.c.o   -c 
/home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_92ea2
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_92ea2.dir/link.txt 
--verbose=1
/usr/bin/cc      -rdynamic CMakeFiles/cmTC_92ea2.dir/testCCompiler.c.o  -o 
cmTC_92ea2 
gmake[1]: Leaving directory 
'/home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp'


Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_d85e0/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_d85e0.dir/build.make 
CMakeFiles/cmTC_d85e0.dir/build
gmake[1]: Entering directory 
'/home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d85e0.dir/CMakeCCompilerABI.c.o
/usr/bin/cc    -o CMakeFiles/cmTC_d85e0.dir/CMakeCCompilerABI.c.o   -c 
/usr/share/cmake/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_d85e0
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d85e0.dir/link.txt 
--verbose=1
/usr/bin/cc     -v -rdynamic CMakeFiles/cmTC_d85e0.dir/CMakeCCompilerABI.c.o  
-o cmTC_d85e0 
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap 
--enable-languages=c,c++,fortran,objc,obj-c++,ada,go,lto --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared 
--enable-threads=posix --enable-checking=release --enable-multilib 
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions 
--enable-gnu-unique-object --enable-linker-build-id 
--with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin 
--enable-initfini-array --with-isl --enable-libmpx 
--enable-offload-targets=nvptx-none --without-cuda-driver 
--enable-gnu-indirect-function --enable-cet --with-tune=generic 
--with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 8.2.1 20181215 (Red Hat 8.2.1-6) (GCC) 
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/home/kylew/local/lib/:/home/kylew/local/deal.II/lib/:/home/kylew/local/trilinos/lib/:./:/usr/lib/gcc/x86_64-redhat-linux/8/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_d85e0' '-mtune=generic' 
'-march=x86-64'
 /usr/libexec/gcc/x86_64-redhat-linux/8/collect2 -plugin 
/usr/libexec/gcc/x86_64-redhat-linux/8/liblto_plugin.so 
-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper 
-plugin-opt=-fresolution=/tmp/ccaypVXX.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 --build-id 
--no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic 
-dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_d85e0 
/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crt1.o 
/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crti.o 
/usr/lib/gcc/x86_64-redhat-linux/8/crtbegin.o 
-L/usr/lib/gcc/x86_64-redhat-linux/8 
-L/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64 -L/lib/../lib64 
-L/usr/lib/../lib64 -L/home/kylew/local/lib -L/home/kylew/local/deal.II/lib 
-L/home/kylew/local/trilinos/lib -L. 
-L/usr/lib/gcc/x86_64-redhat-linux/8/../../.. 
CMakeFiles/cmTC_d85e0.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-redhat-linux/8/crtend.o 
/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crtn.o
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_d85e0' '-mtune=generic' 
'-march=x86-64'
gmake[1]: Leaving directory 
'/home/kylew/local/deal.II/examples/step-1/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/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/usr/bin/gmake" "cmTC_d85e0/fast"]
  ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_d85e0.dir/build.make 
CMakeFiles/cmTC_d85e0.dir/build]
  ignore line: [gmake[1]: Entering directory 
'/home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp']
  ignore line: [Building C object 
CMakeFiles/cmTC_d85e0.dir/CMakeCCompilerABI.c.o]
  ignore line: [/usr/bin/cc    -o 
CMakeFiles/cmTC_d85e0.dir/CMakeCCompilerABI.c.o   -c 
/usr/share/cmake/Modules/CMakeCCompilerABI.c]
  ignore line: [Linking C executable cmTC_d85e0]
  ignore line: [/usr/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_d85e0.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/cc     -v -rdynamic 
CMakeFiles/cmTC_d85e0.dir/CMakeCCompilerABI.c.o  -o cmTC_d85e0 ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/cc]
  ignore line: 
[COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper]
  ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
  ignore line: [OFFLOAD_TARGET_DEFAULT=1]
  ignore line: [Target: x86_64-redhat-linux]
  ignore line: [Configured with: ../configure --enable-bootstrap 
--enable-languages=c,c++,fortran,objc,obj-c++,ada,go,lto --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared 
--enable-threads=posix --enable-checking=release --enable-multilib 
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions 
--enable-gnu-unique-object --enable-linker-build-id 
--with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin 
--enable-initfini-array --with-isl --enable-libmpx 
--enable-offload-targets=nvptx-none --without-cuda-driver 
--enable-gnu-indirect-function --enable-cet --with-tune=generic 
--with-arch_32=i686 --build=x86_64-redhat-linux]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 8.2.1 20181215 (Red Hat 8.2.1-6) (GCC) ]
  ignore line: 
[COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/]
  ignore line: 
[LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/home/kylew/local/lib/:/home/kylew/local/deal.II/lib/:/home/kylew/local/trilinos/lib/:./:/usr/lib/gcc/x86_64-redhat-linux/8/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_d85e0' 
'-mtune=generic' '-march=x86-64']
  link line: [ /usr/libexec/gcc/x86_64-redhat-linux/8/collect2 -plugin 
/usr/libexec/gcc/x86_64-redhat-linux/8/liblto_plugin.so 
-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper 
-plugin-opt=-fresolution=/tmp/ccaypVXX.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 --build-id 
--no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic 
-dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_d85e0 
/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crt1.o 
/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crti.o 
/usr/lib/gcc/x86_64-redhat-linux/8/crtbegin.o 
-L/usr/lib/gcc/x86_64-redhat-linux/8 
-L/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64 -L/lib/../lib64 
-L/usr/lib/../lib64 -L/home/kylew/local/lib -L/home/kylew/local/deal.II/lib 
-L/home/kylew/local/trilinos/lib -L. 
-L/usr/lib/gcc/x86_64-redhat-linux/8/../../.. 
CMakeFiles/cmTC_d85e0.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-redhat-linux/8/crtend.o 
/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crtn.o]
    arg [/usr/libexec/gcc/x86_64-redhat-linux/8/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/usr/libexec/gcc/x86_64-redhat-linux/8/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper] ==> 
ignore
    arg [-plugin-opt=-fresolution=/tmp/ccaypVXX.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 [--build-id] ==> ignore
    arg [--no-add-needed] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [-export-dynamic] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_d85e0] ==> ignore
    arg [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crt1.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crti.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-redhat-linux/8/crtbegin.o] ==> ignore
    arg [-L/usr/lib/gcc/x86_64-redhat-linux/8] ==> dir 
[/usr/lib/gcc/x86_64-redhat-linux/8]
    arg [-L/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64] ==> dir 
[/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64]
    arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
    arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
    arg [-L/home/kylew/local/lib] ==> dir [/home/kylew/local/lib]
    arg [-L/home/kylew/local/deal.II/lib] ==> dir 
[/home/kylew/local/deal.II/lib]
    arg [-L/home/kylew/local/trilinos/lib] ==> dir 
[/home/kylew/local/trilinos/lib]
    arg [-L.] ==> ignore
    arg [-L/usr/lib/gcc/x86_64-redhat-linux/8/../../..] ==> dir 
[/usr/lib/gcc/x86_64-redhat-linux/8/../../..]
    arg [CMakeFiles/cmTC_d85e0.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-redhat-linux/8/crtend.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crtn.o] ==> ignore
  collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/8] ==> 
[/usr/lib/gcc/x86_64-redhat-linux/8]
  collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64] 
==> [/usr/lib64]
  collapse library dir [/lib/../lib64] ==> [/lib64]
  collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
  collapse library dir [/home/kylew/local/lib] ==> [/home/kylew/local/lib]
  collapse library dir [/home/kylew/local/deal.II/lib] ==> 
[/home/kylew/local/deal.II/lib]
  collapse library dir [/home/kylew/local/trilinos/lib] ==> 
[/home/kylew/local/trilinos/lib]
  collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/8/../../..] ==> 
[/usr/lib]
  implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
  implicit dirs: 
[/usr/lib/gcc/x86_64-redhat-linux/8;/usr/lib64;/lib64;/home/kylew/local/lib;/home/kylew/local/deal.II/lib;/home/kylew/local/trilinos/lib;/usr/lib]
  implicit fwks: []




Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_e2a93/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_e2a93.dir/build.make 
CMakeFiles/cmTC_e2a93.dir/build
gmake[1]: Entering directory 
'/home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e2a93.dir/feature_tests.c.o
/usr/bin/cc   -std=c11 -o CMakeFiles/cmTC_e2a93.dir/feature_tests.c.o   -c 
/home/kylew/local/deal.II/examples/step-1/CMakeFiles/feature_tests.c
Linking C executable cmTC_e2a93
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e2a93.dir/link.txt 
--verbose=1
/usr/bin/cc      -rdynamic CMakeFiles/cmTC_e2a93.dir/feature_tests.c.o  -o 
cmTC_e2a93 
gmake[1]: Leaving directory 
'/home/kylew/local/deal.II/examples/step-1/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/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_d98b4/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_d98b4.dir/build.make 
CMakeFiles/cmTC_d98b4.dir/build
gmake[1]: Entering directory 
'/home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d98b4.dir/feature_tests.c.o
/usr/bin/cc   -std=c99 -o CMakeFiles/cmTC_d98b4.dir/feature_tests.c.o   -c 
/home/kylew/local/deal.II/examples/step-1/CMakeFiles/feature_tests.c
Linking C executable cmTC_d98b4
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d98b4.dir/link.txt 
--verbose=1
/usr/bin/cc      -rdynamic CMakeFiles/cmTC_d98b4.dir/feature_tests.c.o  -o 
cmTC_d98b4 
gmake[1]: Leaving directory 
'/home/kylew/local/deal.II/examples/step-1/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/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_05368/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_05368.dir/build.make 
CMakeFiles/cmTC_05368.dir/build
gmake[1]: Entering directory 
'/home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_05368.dir/feature_tests.c.o
/usr/bin/cc   -std=c90 -o CMakeFiles/cmTC_05368.dir/feature_tests.c.o   -c 
/home/kylew/local/deal.II/examples/step-1/CMakeFiles/feature_tests.c
Linking C executable cmTC_05368
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_05368.dir/link.txt 
--verbose=1
/usr/bin/cc      -rdynamic CMakeFiles/cmTC_05368.dir/feature_tests.c.o  -o 
cmTC_05368 
gmake[1]: Leaving directory 
'/home/kylew/local/deal.II/examples/step-1/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/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_74901/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_74901.dir/build.make 
CMakeFiles/cmTC_74901.dir/build
gmake[1]: Entering directory 
'/home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_74901.dir/testCXXCompiler.cxx.o
/usr/bin/c++     -o CMakeFiles/cmTC_74901.dir/testCXXCompiler.cxx.o -c 
/home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_74901
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_74901.dir/link.txt 
--verbose=1
/usr/bin/c++       -rdynamic CMakeFiles/cmTC_74901.dir/testCXXCompiler.cxx.o  
-o cmTC_74901 
gmake[1]: Leaving directory 
'/home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp'


Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_ab050/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_ab050.dir/build.make 
CMakeFiles/cmTC_ab050.dir/build
gmake[1]: Entering directory 
'/home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ab050.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++     -o CMakeFiles/cmTC_ab050.dir/CMakeCXXCompilerABI.cpp.o -c 
/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_ab050
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ab050.dir/link.txt 
--verbose=1
/usr/bin/c++      -v -rdynamic 
CMakeFiles/cmTC_ab050.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_ab050 
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap 
--enable-languages=c,c++,fortran,objc,obj-c++,ada,go,lto --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared 
--enable-threads=posix --enable-checking=release --enable-multilib 
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions 
--enable-gnu-unique-object --enable-linker-build-id 
--with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin 
--enable-initfini-array --with-isl --enable-libmpx 
--enable-offload-targets=nvptx-none --without-cuda-driver 
--enable-gnu-indirect-function --enable-cet --with-tune=generic 
--with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 8.2.1 20181215 (Red Hat 8.2.1-6) (GCC) 
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/home/kylew/local/lib/:/home/kylew/local/deal.II/lib/:/home/kylew/local/trilinos/lib/:./:/usr/lib/gcc/x86_64-redhat-linux/8/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_ab050' '-shared-libgcc' 
'-mtune=generic' '-march=x86-64'
 /usr/libexec/gcc/x86_64-redhat-linux/8/collect2 -plugin 
/usr/libexec/gcc/x86_64-redhat-linux/8/liblto_plugin.so 
-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper 
-plugin-opt=-fresolution=/tmp/cccO0Iv0.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 --build-id 
--no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic 
-dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_ab050 
/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crt1.o 
/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crti.o 
/usr/lib/gcc/x86_64-redhat-linux/8/crtbegin.o 
-L/usr/lib/gcc/x86_64-redhat-linux/8 
-L/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64 -L/lib/../lib64 
-L/usr/lib/../lib64 -L/home/kylew/local/lib -L/home/kylew/local/deal.II/lib 
-L/home/kylew/local/trilinos/lib -L. 
-L/usr/lib/gcc/x86_64-redhat-linux/8/../../.. 
CMakeFiles/cmTC_ab050.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc 
-lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/8/crtend.o 
/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crtn.o
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_ab050' '-shared-libgcc' 
'-mtune=generic' '-march=x86-64'
gmake[1]: Leaving directory 
'/home/kylew/local/deal.II/examples/step-1/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/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/usr/bin/gmake" "cmTC_ab050/fast"]
  ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_ab050.dir/build.make 
CMakeFiles/cmTC_ab050.dir/build]
  ignore line: [gmake[1]: Entering directory 
'/home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp']
  ignore line: [Building CXX object 
CMakeFiles/cmTC_ab050.dir/CMakeCXXCompilerABI.cpp.o]
  ignore line: [/usr/bin/c++     -o 
CMakeFiles/cmTC_ab050.dir/CMakeCXXCompilerABI.cpp.o -c 
/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
  ignore line: [Linking CXX executable cmTC_ab050]
  ignore line: [/usr/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_ab050.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/c++      -v -rdynamic 
CMakeFiles/cmTC_ab050.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_ab050 ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/c++]
  ignore line: 
[COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper]
  ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
  ignore line: [OFFLOAD_TARGET_DEFAULT=1]
  ignore line: [Target: x86_64-redhat-linux]
  ignore line: [Configured with: ../configure --enable-bootstrap 
--enable-languages=c,c++,fortran,objc,obj-c++,ada,go,lto --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared 
--enable-threads=posix --enable-checking=release --enable-multilib 
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions 
--enable-gnu-unique-object --enable-linker-build-id 
--with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin 
--enable-initfini-array --with-isl --enable-libmpx 
--enable-offload-targets=nvptx-none --without-cuda-driver 
--enable-gnu-indirect-function --enable-cet --with-tune=generic 
--with-arch_32=i686 --build=x86_64-redhat-linux]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 8.2.1 20181215 (Red Hat 8.2.1-6) (GCC) ]
  ignore line: 
[COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/]
  ignore line: 
[LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/home/kylew/local/lib/:/home/kylew/local/deal.II/lib/:/home/kylew/local/trilinos/lib/:./:/usr/lib/gcc/x86_64-redhat-linux/8/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_ab050' 
'-shared-libgcc' '-mtune=generic' '-march=x86-64']
  link line: [ /usr/libexec/gcc/x86_64-redhat-linux/8/collect2 -plugin 
/usr/libexec/gcc/x86_64-redhat-linux/8/liblto_plugin.so 
-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper 
-plugin-opt=-fresolution=/tmp/cccO0Iv0.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 --build-id 
--no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic 
-dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_ab050 
/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crt1.o 
/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crti.o 
/usr/lib/gcc/x86_64-redhat-linux/8/crtbegin.o 
-L/usr/lib/gcc/x86_64-redhat-linux/8 
-L/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64 -L/lib/../lib64 
-L/usr/lib/../lib64 -L/home/kylew/local/lib -L/home/kylew/local/deal.II/lib 
-L/home/kylew/local/trilinos/lib -L. 
-L/usr/lib/gcc/x86_64-redhat-linux/8/../../.. 
CMakeFiles/cmTC_ab050.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc 
-lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/8/crtend.o 
/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crtn.o]
    arg [/usr/libexec/gcc/x86_64-redhat-linux/8/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/usr/libexec/gcc/x86_64-redhat-linux/8/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper] ==> 
ignore
    arg [-plugin-opt=-fresolution=/tmp/cccO0Iv0.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 [--build-id] ==> ignore
    arg [--no-add-needed] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [-export-dynamic] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_ab050] ==> ignore
    arg [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crt1.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crti.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-redhat-linux/8/crtbegin.o] ==> ignore
    arg [-L/usr/lib/gcc/x86_64-redhat-linux/8] ==> dir 
[/usr/lib/gcc/x86_64-redhat-linux/8]
    arg [-L/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64] ==> dir 
[/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64]
    arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
    arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
    arg [-L/home/kylew/local/lib] ==> dir [/home/kylew/local/lib]
    arg [-L/home/kylew/local/deal.II/lib] ==> dir 
[/home/kylew/local/deal.II/lib]
    arg [-L/home/kylew/local/trilinos/lib] ==> dir 
[/home/kylew/local/trilinos/lib]
    arg [-L.] ==> ignore
    arg [-L/usr/lib/gcc/x86_64-redhat-linux/8/../../..] ==> dir 
[/usr/lib/gcc/x86_64-redhat-linux/8/../../..]
    arg [CMakeFiles/cmTC_ab050.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-redhat-linux/8/crtend.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/crtn.o] ==> ignore
  collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/8] ==> 
[/usr/lib/gcc/x86_64-redhat-linux/8]
  collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64] 
==> [/usr/lib64]
  collapse library dir [/lib/../lib64] ==> [/lib64]
  collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
  collapse library dir [/home/kylew/local/lib] ==> [/home/kylew/local/lib]
  collapse library dir [/home/kylew/local/deal.II/lib] ==> 
[/home/kylew/local/deal.II/lib]
  collapse library dir [/home/kylew/local/trilinos/lib] ==> 
[/home/kylew/local/trilinos/lib]
  collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/8/../../..] ==> 
[/usr/lib]
  implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
  implicit dirs: 
[/usr/lib/gcc/x86_64-redhat-linux/8;/usr/lib64;/lib64;/home/kylew/local/lib;/home/kylew/local/deal.II/lib;/home/kylew/local/trilinos/lib;/usr/lib]
  implicit fwks: []




Detecting CXX [-std=c++2a] compiler features compiled with the following output:
Change Dir: /home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_8b32a/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_8b32a.dir/build.make 
CMakeFiles/cmTC_8b32a.dir/build
gmake[1]: Entering directory 
'/home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_8b32a.dir/feature_tests.cxx.o
/usr/bin/c++    -std=c++2a -o CMakeFiles/cmTC_8b32a.dir/feature_tests.cxx.o -c 
/home/kylew/local/deal.II/examples/step-1/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_8b32a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8b32a.dir/link.txt 
--verbose=1
/usr/bin/c++       -rdynamic CMakeFiles/cmTC_8b32a.dir/feature_tests.cxx.o  -o 
cmTC_8b32a 
gmake[1]: Leaving directory 
'/home/kylew/local/deal.II/examples/step-1/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++17] compiler features compiled with the following output:
Change Dir: /home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_d1167/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_d1167.dir/build.make 
CMakeFiles/cmTC_d1167.dir/build
gmake[1]: Entering directory 
'/home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_d1167.dir/feature_tests.cxx.o
/usr/bin/c++    -std=c++17 -o CMakeFiles/cmTC_d1167.dir/feature_tests.cxx.o -c 
/home/kylew/local/deal.II/examples/step-1/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_d1167
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d1167.dir/link.txt 
--verbose=1
/usr/bin/c++       -rdynamic CMakeFiles/cmTC_d1167.dir/feature_tests.cxx.o  -o 
cmTC_d1167 
gmake[1]: Leaving directory 
'/home/kylew/local/deal.II/examples/step-1/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/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_b83f1/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_b83f1.dir/build.make 
CMakeFiles/cmTC_b83f1.dir/build
gmake[1]: Entering directory 
'/home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_b83f1.dir/feature_tests.cxx.o
/usr/bin/c++    -std=c++14 -o CMakeFiles/cmTC_b83f1.dir/feature_tests.cxx.o -c 
/home/kylew/local/deal.II/examples/step-1/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_b83f1
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b83f1.dir/link.txt 
--verbose=1
/usr/bin/c++       -rdynamic CMakeFiles/cmTC_b83f1.dir/feature_tests.cxx.o  -o 
cmTC_b83f1 
gmake[1]: Leaving directory 
'/home/kylew/local/deal.II/examples/step-1/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/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_96ab6/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_96ab6.dir/build.make 
CMakeFiles/cmTC_96ab6.dir/build
gmake[1]: Entering directory 
'/home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_96ab6.dir/feature_tests.cxx.o
/usr/bin/c++    -std=c++11 -o CMakeFiles/cmTC_96ab6.dir/feature_tests.cxx.o -c 
/home/kylew/local/deal.II/examples/step-1/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_96ab6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_96ab6.dir/link.txt 
--verbose=1
/usr/bin/c++       -rdynamic CMakeFiles/cmTC_96ab6.dir/feature_tests.cxx.o  -o 
cmTC_96ab6 
gmake[1]: Leaving directory 
'/home/kylew/local/deal.II/examples/step-1/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/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_3ff10/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_3ff10.dir/build.make 
CMakeFiles/cmTC_3ff10.dir/build
gmake[1]: Entering directory 
'/home/kylew/local/deal.II/examples/step-1/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_3ff10.dir/feature_tests.cxx.o
/usr/bin/c++    -std=c++98 -o CMakeFiles/cmTC_3ff10.dir/feature_tests.cxx.o -c 
/home/kylew/local/deal.II/examples/step-1/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_3ff10
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3ff10.dir/link.txt 
--verbose=1
/usr/bin/c++       -rdynamic CMakeFiles/cmTC_3ff10.dir/feature_tests.cxx.o  -o 
cmTC_3ff10 
gmake[1]: Leaving directory 
'/home/kylew/local/deal.II/examples/step-1/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

Reply via email to