Hello,
As Qt4 is now at least technically no longer supported I thought I might
spend some time to see if I could get our PyQt bindings to work with
Qt5. However unfortunately I can't even build PLplot with Qt5 due to a
cmake error. Any suggestions would be appreciated.
The error message:
CMake Error at bindings/qt_gui/CMakeLists.txt:54 (target_link_libraries):
The plain signature for target_link_libraries has already been used with
the target "plplotqt". All uses of target_link_libraries with a target
must be either all-keyword or all-plain.
The uses of the plain signature are here:
* /usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreMacros.cmake:278
(target_link_libraries)
I used this command in my build directory:
cmake -DPLPLOT_USE_QT5=ON ../plplot > cmake.txt 2>&1
CMake log files attached.
lubuntu 15.10.
> uname -a
Linux Dell-XPS-8100 4.2.0-25-generic #30-Ubuntu SMP Mon Jan 18 12:31:50
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
-Hazen
-- WARNING: CMAKE_VERSION = 3.2.2 is in the range from 3.2 through 3.3.1 which
has
a compromised find ability that was fixed in 3.3.2. Please upgrade to 3.3.2
or greater.
-- The C compiler identification is GNU 5.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
-- CMake version = 3.2.2
-- CMAKE_SYSTEM_NAME = Linux
-- SH_EXECUTABLE = /bin/bash
-- Checking whether system has ANSI C header files
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Performing Test memchrExists
-- Performing Test memchrExists - Success
-- Performing Test freeExists
-- Performing Test freeExists - Success
-- Check for whether ctype.h macros work on characters with the
high bit set.
-- High-bit characters - work
-- ANSI C header files - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file termios.h
-- Looking for include file termios.h - found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Looking for crt_externs.h
-- Looking for crt_externs.h - not found
-- Performing Test HAVE_SYS_WAIT_H
-- Performing Test HAVE_SYS_WAIT_H - Success
-- Looking for DIR symbol in sys/types.h;dirent.h
-- Looking for DIR symbol in sys/types.h;dirent.h - found
-- Check for signal return type in <signal.h>
-- Check for signal handler return type type void - found
-- Looking for popen
-- Looking for popen - found
-- Looking for usleep
-- Looking for usleep - found
-- Looking for nanosleep
-- Looking for nanosleep - found
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for mkdtemp
-- Looking for mkdtemp - found
-- Looking for mkfifo
-- Looking for mkfifo - found
-- Looking for unlink
-- Looking for unlink - found
-- Looking for _NSGetArgc
-- Looking for _NSGetArgc - not found
-- Looking for isfinite
-- Looking for isfinite - found
-- Looking for finite
-- Looking for finite - found
-- Looking for isnan
-- Looking for isnan - found
-- Looking for isinf
-- Looking for isinf - found
-- Looking for snprintf
-- Looking for snprintf - found
-- SWIG_VERSION = 2.0.12
-- Found Perl: /usr/bin/perl (found version "5.20.2")
-- WARNING: Perl module XML::DOM not found
-- CMAKE_GENERATOR = Unix Makefiles
-- The CXX compiler identification is GNU 5.2.1
-- 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
-- Configuring done
-- Generating done
-- Build files have been written to:
/home/hbabcock/Code/plplot-build/language_tests/CXX
-- The CXX compiler identification is GNU 5.2.1
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for using namespace support
-- Check for using namespace - found
-- Looking for C++ include cmath
-- Looking for C++ include cmath - found
-- Check for broken isnan support in <cmath>
-- Check for isnan in <cmath> - found
-- Check for using stdint.h with CXX compiler
-- Check for using stdint.h with CXX compiler - ok
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
-- Looking for pkg-config - found
-- cxx_compiler_library_pathname_list =
/usr/lib/gcc/x86_64-linux-gnu/5/libstdc++.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libc.so
-- Looking for XOpenDisplay in
/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in
/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- X11_FOUND = 1
-- X11_INCLUDE_DIR = /usr/include
-- X11_COMPILE_FLAGS = -I/usr/include
-- X11_LIBRARIES =
/usr/lib/x86_64-linux-gnu/libSM.so;/usr/lib/x86_64-linux-gnu/libICE.so;/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- CMAKE_GENERATOR = Unix Makefiles
-- The Fortran compiler identification is GNU
-- Check for working Fortran compiler: /usr/bin/f95
-- Check for working Fortran compiler: /usr/bin/f95 -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /usr/bin/f95 supports Fortran 90
-- Checking whether /usr/bin/f95 supports Fortran 90 -- yes
-- Configuring done
-- Generating done
-- Build files have been written to:
/home/hbabcock/Code/plplot-build/language_tests/Fortran
-- The Fortran compiler identification is GNU
-- Check for working Fortran compiler: /usr/bin/gfortran
-- Check for working Fortran compiler: /usr/bin/gfortran -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /usr/bin/gfortran supports Fortran 90
-- Checking whether /usr/bin/gfortran supports Fortran 90 -- yes
-- Check if isnan function is available in fortran
-- Check for isnan in fortran - not found
-- NOTICE: Found: /usr/bin/gfortran
-- CMAKE_GENERATOR = Unix Makefiles
CMake Error at CMakeLists.txt:18 (enable_language):
No CMAKE_Java_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "JAVA_COMPILER" or the CMake cache entry CMAKE_Java_COMPILER to
the full path to the compiler, or to the compiler name if it is in the
PATH.
-- Configuring incomplete, errors occurred!
See also
"/home/hbabcock/Code/plplot-build/language_tests/Java/CMakeFiles/CMakeOutput.log".
-- WARNING: no working Java compiler so disabling Java bindings and examples.
-- Found PythonInterp: /usr/bin/python (found version "2.7.10")
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found version
"2.7.10")
-- PYTHON_VERSION = 2.7.10
-- Building Python binding with plsmem() support
-- WARNING: octave not found. Disabling octave bindings
-- Start determining consistent system data for Tcl and friends
-- Found Tclsh: /usr/bin/tclsh (found version "8.6")
-- Found TCL: /usr/lib/x86_64-linux-gnu/libtcl.so
-- Found TCLTK: /usr/lib/x86_64-linux-gnu/libtcl.so
-- Found TK: /usr/lib/x86_64-linux-gnu/libtk.so
-- Looking for Tcl - found
-- TCL_INCLUDE_PATH = /usr/include/tcl
-- TCL_LIBRARY = /usr/lib/x86_64-linux-gnu/libtcl.so
-- TCL_STUB_LIBRARY = /usr/lib/x86_64-linux-gnu/libtclstub.a
-- TCL_LIBRARY_PATH = /usr/lib/x86_64-linux-gnu
-- Looking for tclsh - found
-- TCL_TCLSH = /usr/bin/tclsh
-- Looking for Tcl version with tclsh - found
-- PLPLOT_TCL_VERSION = 8.6.4
-- Looking for itcl.h
-- PLPLOT_ITCL_VERSION = 3.4
-- Looking for itcl.h - found
-- ITCL_INCLUDE_PATH = /usr/include/itcl3
-- Checking for Itcl header version consistency
-- ITCL_MAJOR_VERSION = 3
-- ITCL_MINOR_VERSION = 4
-- Checking for Itcl header version consistency - true
-- Looking for itcl library
-- Looking for itcl library - found
-- ITCL_LIBRARY = /usr/lib/x86_64-linux-gnu/libitcl3.4.so
-- Looking for Tk - found
-- TK_INCLUDE_PATH = /usr/include/tcl;/usr/include
-- TK_LIBRARY = /usr/lib/x86_64-linux-gnu/libtk.so
-- TK_STUB_LIBRARY = /usr/lib/x86_64-linux-gnu/libtkstub.a
-- TK_LIBRARY_PATH = /usr/lib/x86_64-linux-gnu
-- Looking for wish - found
-- TK_WISH = /usr/bin/wish
-- Looking for Tk version with wish - found
-- Tcl and Tk versions found by both tclsh and wish are identical
can't find package Itk 3
while executing
"package require Itk 3"
invoked from within
"puts -nonewline [package require Itk 3]"
(file "/home/hbabcock/Code/plplot-build/CheckITK_Available.tcl" line 1)
-- Itk not available or not compatible with current Tcl shell
-- WARNING: Disabling Itk interface code
-- Finished determining consistent system data for Tcl and friends
-- CMAKE_GENERATOR = Unix Makefiles
-- CMAKE_Ada_COMPILER_ID = GNU
-- Check for working /usr/bin/gnatmake compiler:
-- Check for working /usr/bin/gnatmake compiler: -- works
-- Configuring done
-- Generating done
-- Build files have been written to:
/home/hbabcock/Code/plplot-build/language_tests/Ada
-- CMAKE_Ada_COMPILER_ID = GNU
-- Check for working /usr/bin/gnatmake compiler:
-- Check for working /usr/bin/gnatmake compiler: -- works
-- gnat version = 4.9
-- FOUND gnat library /usr/lib/x86_64-linux-gnu/libgnat.so
-- LUA_VERSION = 5.2
-- LUA_INCLUDE_DIR = /usr/include/lua5.2
-- LUA_LIBRARIES =
/usr/lib/x86_64-linux-gnu/liblua5.2.so;/usr/lib/x86_64-linux-gnu/libm.so
-- Found Lua: /usr/bin/lua
-- CMAKE_GENERATOR = Unix Makefiles
CMake Error at CMakeLists.txt:18 (enable_language):
No CMAKE_D_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "DC" or the CMake cache entry CMAKE_D_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.
-- D Compiler Install Prefix (use D_PATH env var to override): CMAKE_D_COMPILER-
-- Configuring incomplete, errors occurred!
See also
"/home/hbabcock/Code/plplot-build/language_tests/D/CMakeFiles/CMakeOutput.log".
-- WARNING: no working D compiler so disabling D bindings and examples.
-- FindShapelib: Found shapelib header directory, /usr/include, and library,
/usr/lib/x86_64-linux-gnu/libshp.so.
-- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so
-- FREETYPE_CFLAGS = -I/usr/include/freetype2
-I/usr/include/x86_64-linux-gnu/freetype2
-- FREETYPE_LIBRARIES = /usr/lib/x86_64-linux-gnu/libfreetype.so
-- Check for NaN awareness in C compiler
-- Check for NaN awareness in C compiler - found
-- Neither qhull/qhull_a.h header nor libqhull/qhull_a.h could be found
-- qhull library could not be found
-- Could NOT find QHULL (missing: QHULL_INCLUDE_DIRS QHULL_LIBRARIES
QHULL_LIBRARY_DIRS)
-- QHULL_INCLUDE_DIRS =
-- QHULL_LIBRARIES =
-- WARNING: at least one of QHULL_INCLUDE_DIRS or QHULL_LIBRARIES is false so
setting PL_HAVE_QHULL to OFF.
-- checking for module 'pango'
-- found pango, version 1.36.8
-- checking for module 'pangoft2'
-- found pangoft2, version 1.36.8
-- Found LTDL: /usr/lib/x86_64-linux-gnu/libltdl.so
-- LTDL_INCLUDE_DIR = /usr/include
-- LTDL_LIBRARY_DIR = /usr/lib/x86_64-linux-gnu
-- LTDL_LIBRARIES = /usr/lib/x86_64-linux-gnu/libltdl.so
-- checking for module 'pangocairo'
-- found pangocairo, version 1.36.8
-- Not a Windows platform so setting wincairo driver to OFF.
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- TKLIB_COMPILE_FLAGS = -I"/usr/include/tcl" -I"/usr/include"
-- tk_COMPILE_FLAGS = -I"/usr/include/tcl" -I"/usr/include/tcl"
-I"/usr/include" -I"/home/hbabcock/Code/plplot"/bindings/tcl
-I"/home/hbabcock/Code/plplot-build"/bindings/tcl
-I"/home/hbabcock/Code/plplot"/bindings/tk
-- tk_LINK_FLAGS =
plplottcltk;/usr/lib/x86_64-linux-gnu/libtcl.so;/usr/lib/x86_64-linux-gnu/libtk.so
-- tk_RPATH =
-- ntk_COMPILE_FLAGS = -I"/usr/include/tcl" -I"/usr/include/tcl"
-I"/usr/include"
-- ntk_LINK_FLAGS =
/usr/lib/x86_64-linux-gnu/libtcl.so;/usr/lib/x86_64-linux-gnu/libtk.so
-- ntk_RPATH =
-- tkwin_COMPILE_FLAGS = -I"/usr/include/tcl" -I"/usr/include/tcl"
-I"/usr/include" -I"/home/hbabcock/Code/plplot"/bindings/tcl
-I"/home/hbabcock/Code/plplot-build"/bindings/tcl
-I"/home/hbabcock/Code/plplot"/bindings/tk-x-plat
-I"/home/hbabcock/Code/plplot"/bindings/tk
-- tkwin_LINK_FLAGS =
plplottcltk;/usr/lib/x86_64-linux-gnu/libtcl.so;/usr/lib/x86_64-linux-gnu/libtk.so;/usr/lib/x86_64-linux-gnu/libSM.so;/usr/lib/x86_64-linux-gnu/libICE.so;/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- tkwin_RPATH =
-- checking for modules 'lasi;pango;pangoft2'
-- package 'lasi' not found
includedir =
libdir =
linkflags =
cflags =
-- WARNING: pango, pangoft2, or lasi not found with pkg-config.
Setting PLD_psttf to OFF. Please install all of these packages
and/or set the environment variable PKG_CONFIG_PATH appropriately.
-- Attempting to use Qt5 so have set PLD_epsqt to OFF since Qt5 does not
support PostScript
-- Qt5_library_fullpath_list =
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.4.2;/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.4.2;/usr/lib/x86_64-linux-gnu/libQt5PrintSupport.so.5.4.2;/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.4.2;/usr/lib/x86_64-linux-gnu/libQt5Svg.so.5.4.2
-- Qt5_library_LINK_FLAGS = -L"/usr/lib/x86_64-linux-gnu" -lQt5Core
-L"/usr/lib/x86_64-linux-gnu" -lQt5Gui -L"/usr/lib/x86_64-linux-gnu"
-lQt5PrintSupport -L"/usr/lib/x86_64-linux-gnu" -lQt5Widgets
-L"/usr/lib/x86_64-linux-gnu" -lQt5Svg
-- WARNING: PLPLOT_USE_QT5 is ON so setting ENABLE_pyqt4 to OFF.
-- wxWidgets_FOUND : FALSE
-- wxWidgets_INCLUDE_DIRS :
-- wxWidgets_LIBRARY_DIRS :
-- wxWidgets_LIBRARIES :
-- wxWidgets_CXX_FLAGS :
-- wxWidgets_USE_FILE : UsewxWidgets
-- WARNING: wxWidgets or its libraries not found so setting all wxwidgets
devices to OFF.
-- WARNING: PLD_wxwidgets is OFF so setting ENABLE_wxwidgets to OFF.
-- WARNING: ENABLE_wxwidgets is OFF so setting all wxwidgets devices to OFF.
-- Looking for haru pdf header and library
-- Looking for haru pdf header and library - not found
-- WARNING: Setting PLD_pdf to OFF.
-- OCAMLC = /usr/bin/ocamlc.opt
-- WARNING:camlidl not found. Disabling ocaml bindings
-- WARNING:ENABLE_ocaml is OFF so disabling Plcairo module and lablgtk2 support
-- WARNING: validate target will not be available to check for syntax issues in
the PLplot DocBook documentation because onsgmls (or env) was not found.
libplplot_LINK_FLAGS =
/usr/lib/x86_64-linux-gnu/libltdl.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libshp.so;/usr/lib/x86_64-linux-gnu/libfreetype.so;-lcsirocsa;-lqsastime
-- WARNING: Perl modules XML::Parser and/or XML::DOM not available
so cannot check that swig_documentation.i is up to date.
-- ENABLE_itcl: ON
-- Itcl libraries:
plplot;/usr/lib/x86_64-linux-gnu/libtcl.so;/usr/lib/x86_64-linux-gnu/libitcl3.4.so
CMake Error at bindings/qt_gui/CMakeLists.txt:54 (target_link_libraries):
The plain signature for target_link_libraries has already been used with
the target "plplotqt". All uses of target_link_libraries with a target
must be either all-keyword or all-plain.
The uses of the plain signature are here:
* /usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreMacros.cmake:278
(target_link_libraries)
-- TEST_ENVIRONMENT = EXAMPLES_DIR=/home/hbabcock/Code/plplot-build/examples
SRC_EXAMPLES_DIR=/home/hbabcock/Code/plplot/examples
OUTPUT_DIR=/home/hbabcock/Code/plplot-build/ctest_examples_output_dir
VC_CTEST_DIRECTORY=
-- Determine compile and link flags for extXdrawable_demo
-- checking for module 'gtk+-x11-2.0'
-- package 'gtk+-x11-2.0' not found
-- WARNING: gtk+-x11-2.0 not found. extXdrawable_demo not built.
-- Determine compile and link flags for ext-cairo-test
-- checking for module 'cairo'
-- found cairo, version 1.14.2
Summary of CMake build system results for PLplot
Install location variables which can be set by the user:
CMAKE_INSTALL_PREFIX: /usr/local
CMAKE_INSTALL_EXEC_PREFIX /usr/local
CMAKE_INSTALL_BINDIR /usr/local/bin
CMAKE_INSTALL_DATADIR /usr/local/share
CMAKE_INSTALL_LIBDIR /usr/local/lib
CMAKE_INSTALL_INCLUDEDIR /usr/local/include
CMAKE_INSTALL_INFODIR /usr/local/share/info
CMAKE_INSTALL_MANDIR /usr/local/share/man
Derived install location variables:
DATA_DIR /usr/local/share/plplot5.11.1
LIB_DIR /usr/local/lib
INCLUDE_DIR /usr/local/include/plplot
BIN_DIR /usr/local/bin
TCL_DIR /usr/local/share/plplot5.11.1/tcl
ADA_INCLUDE_DIR /usr/local/share/ada/adainclude/plplotada
ADA_LIB_DIR /usr/local/lib/ada/adalib/plplotada
PYTHON_INSTDIR /usr/local/lib/python2.7/dist-packages
DRV_DIR /usr/local/lib/plplot5.11.1/drivers
DOC_DIR /usr/local/share/doc/plplot
MAN_DIR /usr/local/share/man
INFO_DIR /usr/local/share/info
Other important CMake variables:
CMAKE_SYSTEM_NAME: Linux
UNIX: 1
WIN32:
APPLE:
MSVC: (MSVC_VERSION: )
MINGW:
MSYS:
CYGWIN:
BORLAND:
WATCOM:
SWIG_FOUND: 1
PERL_FOUND: TRUE
X11_FOUND: 1
CMAKE_BUILD_TYPE:
CMAKE_C_COMPILER CMAKE_C_FLAGS: /usr/bin/cc
CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS: /usr/bin/c++
CMAKE_Fortran_COMPILER CMAKE_Fortran_FLAGS: /usr/bin/gfortran
Target Fortran:
PYTHON_EXECUTABLE: /usr/bin/python
PYTHON_INCLUDE_PATH: /usr/include/python2.7
PYTHON_LIBRARIES:
/usr/lib/x86_64-linux-gnu/libpython2.7.so
NUMPY_INCLUDE_PATH:
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy
ENABLE_DYNDRIVERS: ON
DRIVERS_LIST: cairo;qt;mem;ntk;null;ps;svg;tk;tkwin;xfig;xwin
DEVICES_LIST:
memcairo;extcairo;pdfcairo;pngcairo;pscairo;epscairo;svgcairo;xcairo;pdfqt;qtwidget;bmpqt;jpgqt;pngqt;ppmqt;tiffqt;extqt;memqt;svgqt;mem;ntk;null;ps;svg;tk;tkwin;xfig;xwin
Library options:
BUILD_SHARED_LIBS: ON PL_DOUBLE: ON
Optional libraries:
PL_HAVE_QHULL: OFF WITH_CSA: ON
PL_HAVE_FREETYPE: ON PL_HAVE_PTHREAD: ON
HAVE_AGG: HAVE_SHAPELIB: ON
Language Bindings:
ENABLE_ada: ON
ENABLE_cxx: ON
ENABLE_d: OFF
ENABLE_f95: ON
ENABLE_java: OFF
ENABLE_lua: ON
ENABLE_ocaml: OFF
ENABLE_octave: OFF
ENABLE_pdl: OFF
ENABLE_python: ON
ENABLE_qt: ON
ENABLE_pyqt4: OFF
ENABLE_tcl: ON
ENABLE_itcl: ON
ENABLE_tk: ON
ENABLE_itk: OFF
ENABLE_wxwidgets: OFF
-- Configuring incomplete, errors occurred!
See also "/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeOutput.log".
See also "/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeError.log".
Determining if the include file crt_externs.h exists failed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2086802136/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2086802136.dir/build.make CMakeFiles/cmTryCompileExec2086802136.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2086802136.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec2086802136.dir/CheckIncludeFile.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:25: fatal error: crt_externs.h: No such file or directory
compilation terminated.
CMakeFiles/cmTryCompileExec2086802136.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec2086802136.dir/CheckIncludeFile.c.o' failed
make[1]: *** [CMakeFiles/cmTryCompileExec2086802136.dir/CheckIncludeFile.c.o] Error 1
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Makefile:117: recipe for target 'cmTryCompileExec2086802136/fast' failed
make: *** [cmTryCompileExec2086802136/fast] Error 2
Determining if the function _NSGetArgc exists failed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec78418781/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec78418781.dir/build.make CMakeFiles/cmTryCompileExec78418781.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec78418781.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=_NSGetArgc -o CMakeFiles/cmTryCompileExec78418781.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec78418781
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec78418781.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=_NSGetArgc CMakeFiles/cmTryCompileExec78418781.dir/CheckFunctionExists.c.o -o cmTryCompileExec78418781 -rdynamic
CMakeFiles/cmTryCompileExec78418781.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x15): undefined reference to `_NSGetArgc'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTryCompileExec78418781.dir/build.make:88: recipe for target 'cmTryCompileExec78418781' failed
make[1]: *** [cmTryCompileExec78418781] Error 1
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Makefile:117: recipe for target 'cmTryCompileExec78418781/fast' failed
make: *** [cmTryCompileExec78418781/fast] Error 2
Determining if fortran has isnan function failed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3422619408/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3422619408.dir/build.make CMakeFiles/cmTryCompileExec3422619408.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building Fortran object CMakeFiles/cmTryCompileExec3422619408.dir/TestFortranIsnan.f.o
/usr/bin/gfortran -c /home/hbabcock/Code/plplot/cmake/modules/TestFortranIsnan.f -o CMakeFiles/cmTryCompileExec3422619408.dir/TestFortranIsnan.f.o
/home/hbabcock/Code/plplot/cmake/modules/TestFortranIsnan.f:5:19:
if (isnan(0.0/0.0)) then
1
Error: Division by zero at (1)
/home/hbabcock/Code/plplot/cmake/modules/TestFortranIsnan.f:7:9:
endif
1
Error: Expecting END PROGRAM statement at (1)
CMakeFiles/cmTryCompileExec3422619408.dir/build.make:57: recipe for target 'CMakeFiles/cmTryCompileExec3422619408.dir/TestFortranIsnan.f.o' failed
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec3422619408.dir/TestFortranIsnan.f.o] Error 1
Makefile:117: recipe for target 'cmTryCompileExec3422619408/fast' failed
make: *** [cmTryCompileExec3422619408/fast] Error 2
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec4211907066/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4211907066.dir/build.make CMakeFiles/cmTryCompileExec4211907066.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4211907066.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec4211907066.dir/CheckSymbolExists.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTryCompileExec4211907066
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4211907066.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec4211907066.dir/CheckSymbolExists.c.o -o cmTryCompileExec4211907066 -rdynamic
CMakeFiles/cmTryCompileExec4211907066.dir/CheckSymbolExists.c.o: In function `main':
CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTryCompileExec4211907066.dir/build.make:88: recipe for target 'cmTryCompileExec4211907066' failed
make[1]: *** [cmTryCompileExec4211907066] Error 1
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Makefile:117: recipe for target 'cmTryCompileExec4211907066/fast' failed
make: *** [cmTryCompileExec4211907066/fast] Error 2
File /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_create
return ((int*)(&pthread_create))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec1159503938/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1159503938.dir/build.make CMakeFiles/cmTryCompileExec1159503938.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1159503938.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec1159503938.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1159503938
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1159503938.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec1159503938.dir/CheckFunctionExists.c.o -o cmTryCompileExec1159503938 -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
CMakeFiles/cmTryCompileExec1159503938.dir/build.make:88: recipe for target 'cmTryCompileExec1159503938' failed
make[1]: *** [cmTryCompileExec1159503938] Error 1
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Makefile:117: recipe for target 'cmTryCompileExec1159503938/fast' failed
make: *** [cmTryCompileExec1159503938/fast] Error 2
The system is: Linux - 4.2.0-25-generic - 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/hbabcock/Code/plplot-build/CMakeFiles/3.2.2/CompilerIdC/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2249794361/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2249794361.dir/build.make CMakeFiles/cmTryCompileExec2249794361.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2249794361.dir/testCCompiler.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec2249794361.dir/testCCompiler.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTryCompileExec2249794361
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2249794361.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec2249794361.dir/testCCompiler.c.o -o cmTryCompileExec2249794361 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2715493961/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2715493961.dir/build.make CMakeFiles/cmTryCompileExec2715493961.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2715493961.dir/CMakeCCompilerABI.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec2715493961.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.2/Modules/CMakeCCompilerABI.c
Linking C executable cmTryCompileExec2715493961
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2715493961.dir/link.txt --verbose=1
/usr/bin/cc -v CMakeFiles/cmTryCompileExec2715493961.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec2715493961 -rdynamic
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
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.2.1-22ubuntu2' --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.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2)
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/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/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2715493961' '-rdynamic' '-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/ccLsGF9f.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 cmTryCompileExec2715493961 /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/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/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTryCompileExec2715493961.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/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTryCompileExec2715493961/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec2715493961.dir/build.make CMakeFiles/cmTryCompileExec2715493961.dir/build]
ignore line: [make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp']
ignore line: [/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1]
ignore line: [Building C object CMakeFiles/cmTryCompileExec2715493961.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/cc -o CMakeFiles/cmTryCompileExec2715493961.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.2/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTryCompileExec2715493961]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2715493961.dir/link.txt --verbose=1]
ignore line: [/usr/bin/cc -v CMakeFiles/cmTryCompileExec2715493961.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec2715493961 -rdynamic ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc]
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.2.1-22ubuntu2' --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.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2) ]
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/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/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2715493961' '-rdynamic' '-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/ccLsGF9f.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 cmTryCompileExec2715493961 /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/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/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTryCompileExec2715493961.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/ccLsGF9f.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 [cmTryCompileExec2715493961] ==> 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/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/lib/gcc/x86_64-linux-gnu/5/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..]
arg [CMakeFiles/cmTryCompileExec2715493961.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
remove lib [gcc]
remove lib [gcc_s]
remove lib [gcc]
remove lib [gcc_s]
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/lib/gcc/x86_64-linux-gnu/5/../../..] ==> [/usr/lib]
implicit libs: [c]
implicit dirs: [/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/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2769448645/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2769448645.dir/build.make CMakeFiles/cmTryCompileExec2769448645.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2769448645.dir/feature_tests.c.o
/usr/bin/cc -std=c11 -o CMakeFiles/cmTryCompileExec2769448645.dir/feature_tests.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/feature_tests.c
Linking C executable cmTryCompileExec2769448645
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2769448645.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec2769448645.dir/feature_tests.c.o -o cmTryCompileExec2769448645 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-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/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2244647745/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2244647745.dir/build.make CMakeFiles/cmTryCompileExec2244647745.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2244647745.dir/feature_tests.c.o
/usr/bin/cc -std=c99 -o CMakeFiles/cmTryCompileExec2244647745.dir/feature_tests.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/feature_tests.c
Linking C executable cmTryCompileExec2244647745
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2244647745.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec2244647745.dir/feature_tests.c.o -o cmTryCompileExec2244647745 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-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/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec153556940/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec153556940.dir/build.make CMakeFiles/cmTryCompileExec153556940.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec153556940.dir/feature_tests.c.o
/usr/bin/cc -std=c90 -o CMakeFiles/cmTryCompileExec153556940.dir/feature_tests.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/feature_tests.c
Linking C executable cmTryCompileExec153556940
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec153556940.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec153556940.dir/feature_tests.c.o -o cmTryCompileExec153556940 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-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 files stdlib.h;stdarg.h;string.h;float.h exist passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2771021667/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2771021667.dir/build.make CMakeFiles/cmTryCompileExec2771021667.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2771021667.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec2771021667.dir/CheckIncludeFiles.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec2771021667
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2771021667.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec2771021667.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2771021667 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Performing C SOURCE FILE Test memchrExists succeded with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2966535492/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2966535492.dir/build.make CMakeFiles/cmTryCompileExec2966535492.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2966535492.dir/src.c.o
/usr/bin/cc -DmemchrExists -o CMakeFiles/cmTryCompileExec2966535492.dir/src.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec2966535492
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2966535492.dir/link.txt --verbose=1
/usr/bin/cc -DmemchrExists CMakeFiles/cmTryCompileExec2966535492.dir/src.c.o -o cmTryCompileExec2966535492 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Source file was:
#include <string.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef memchr
#ifndef _MSC_VER
cmakeRequireSymbol(0,&memchr);
#else
char i = sizeof(&memchr);
#endif
#endif
return 0;
}
Performing C SOURCE FILE Test freeExists succeded with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3254771150/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3254771150.dir/build.make CMakeFiles/cmTryCompileExec3254771150.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3254771150.dir/src.c.o
/usr/bin/cc -DfreeExists -o CMakeFiles/cmTryCompileExec3254771150.dir/src.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec3254771150
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3254771150.dir/link.txt --verbose=1
/usr/bin/cc -DfreeExists CMakeFiles/cmTryCompileExec3254771150.dir/src.c.o -o cmTryCompileExec3254771150 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Source file was:
#include <stdlib.h>
void cmakeRequireSymbol(int dummy,...){(void)dummy;}
int main()
{
#ifndef free
#ifndef _MSC_VER
cmakeRequireSymbol(0,&free);
#else
char i = sizeof(&free);
#endif
#endif
return 0;
}
Determining if ctype.h macros work on high-bit characters passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec608902034/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec608902034.dir/build.make CMakeFiles/cmTryCompileExec608902034.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec608902034.dir/TestForHighBitCharacters.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec608902034.dir/TestForHighBitCharacters.c.o -c /home/hbabcock/Code/plplot/cmake/modules/TestForHighBitCharacters.c
/home/hbabcock/Code/plplot/cmake/modules/TestForHighBitCharacters.c: In function âmainâ:
/home/hbabcock/Code/plplot/cmake/modules/TestForHighBitCharacters.c:20:8: warning: implicit declaration of function âexitâ [-Wimplicit-function-declaration]
exit(1);
^
/home/hbabcock/Code/plplot/cmake/modules/TestForHighBitCharacters.c:20:8: warning: incompatible implicit declaration of built-in function âexitâ
/home/hbabcock/Code/plplot/cmake/modules/TestForHighBitCharacters.c:20:8: note: include â<stdlib.h>â or provide a declaration of âexitâ
/home/hbabcock/Code/plplot/cmake/modules/TestForHighBitCharacters.c:21:4: warning: incompatible implicit declaration of built-in function âexitâ
exit (0);
^
/home/hbabcock/Code/plplot/cmake/modules/TestForHighBitCharacters.c:21:4: note: include â<stdlib.h>â or provide a declaration of âexitâ
Linking C executable cmTryCompileExec608902034
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec608902034.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec608902034.dir/TestForHighBitCharacters.c.o -o cmTryCompileExec608902034 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if files unistd.h exist passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec4200949854/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4200949854.dir/build.make CMakeFiles/cmTryCompileExec4200949854.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4200949854.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec4200949854.dir/CheckIncludeFiles.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec4200949854
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4200949854.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec4200949854.dir/CheckIncludeFiles.c.o -o cmTryCompileExec4200949854 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if files termios.h exist passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec1272933664/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1272933664.dir/build.make CMakeFiles/cmTryCompileExec1272933664.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1272933664.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec1272933664.dir/CheckIncludeFiles.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec1272933664
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1272933664.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec1272933664.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1272933664 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if files stdint.h exist passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2851561717/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2851561717.dir/build.make CMakeFiles/cmTryCompileExec2851561717.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2851561717.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec2851561717.dir/CheckIncludeFiles.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec2851561717
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2851561717.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec2851561717.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2851561717 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Performing C SOURCE FILE Test HAVE_SYS_WAIT_H succeded with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2238117261/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2238117261.dir/build.make CMakeFiles/cmTryCompileExec2238117261.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2238117261.dir/src.c.o
/usr/bin/cc -DHAVE_SYS_WAIT_H -o CMakeFiles/cmTryCompileExec2238117261.dir/src.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec2238117261
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2238117261.dir/link.txt --verbose=1
/usr/bin/cc -DHAVE_SYS_WAIT_H CMakeFiles/cmTryCompileExec2238117261.dir/src.c.o -o cmTryCompileExec2238117261 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Source file was:
#include <sys/types.h>
#include <sys/wait.h>
#ifndef WEXITSTATUS
# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
#endif
#ifndef WIFEXITED
# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
#endif
int
main ()
{
int s;
wait (&s);
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
;
return 0;
}
Determining if the DIR symbol is defined as in AC_HEADER_DIRENT passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3374212658/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3374212658.dir/build.make CMakeFiles/cmTryCompileExec3374212658.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3374212658.dir/CheckDIRSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec3374212658.dir/CheckDIRSymbolExists.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckDIRSymbolExists.c
Linking C executable cmTryCompileExec3374212658
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3374212658.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec3374212658.dir/CheckDIRSymbolExists.c.o -o cmTryCompileExec3374212658 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
File /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckDIRSymbolExists.c:
/* */
#include <sys/types.h>
#include <dirent.h>
int main()
{if ((DIR *) 0) return 0;}
Determining if signal handler return type is void passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec1422431596/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1422431596.dir/build.make CMakeFiles/cmTryCompileExec1422431596.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1422431596.dir/TestSignalType.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec1422431596.dir/TestSignalType.c.o -c /home/hbabcock/Code/plplot/cmake/modules/TestSignalType.c
Linking C executable cmTryCompileExec1422431596
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1422431596.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec1422431596.dir/TestSignalType.c.o -o cmTryCompileExec1422431596 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if the function popen exists passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec715221449/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec715221449.dir/build.make CMakeFiles/cmTryCompileExec715221449.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec715221449.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=popen -o CMakeFiles/cmTryCompileExec715221449.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec715221449
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec715221449.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=popen CMakeFiles/cmTryCompileExec715221449.dir/CheckFunctionExists.c.o -o cmTryCompileExec715221449 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if the function usleep exists passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2176466277/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2176466277.dir/build.make CMakeFiles/cmTryCompileExec2176466277.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2176466277.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=usleep -o CMakeFiles/cmTryCompileExec2176466277.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2176466277
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2176466277.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=usleep CMakeFiles/cmTryCompileExec2176466277.dir/CheckFunctionExists.c.o -o cmTryCompileExec2176466277 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if the function nanosleep exists passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec114919783/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec114919783.dir/build.make CMakeFiles/cmTryCompileExec114919783.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec114919783.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=nanosleep -o CMakeFiles/cmTryCompileExec114919783.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec114919783
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec114919783.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=nanosleep CMakeFiles/cmTryCompileExec114919783.dir/CheckFunctionExists.c.o -o cmTryCompileExec114919783 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if the function mkstemp exists passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3100050904/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3100050904.dir/build.make CMakeFiles/cmTryCompileExec3100050904.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3100050904.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=mkstemp -o CMakeFiles/cmTryCompileExec3100050904.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3100050904
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3100050904.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=mkstemp CMakeFiles/cmTryCompileExec3100050904.dir/CheckFunctionExists.c.o -o cmTryCompileExec3100050904 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if the function mkdtemp exists passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec1918399381/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1918399381.dir/build.make CMakeFiles/cmTryCompileExec1918399381.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1918399381.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=mkdtemp -o CMakeFiles/cmTryCompileExec1918399381.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1918399381
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1918399381.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=mkdtemp CMakeFiles/cmTryCompileExec1918399381.dir/CheckFunctionExists.c.o -o cmTryCompileExec1918399381 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if the function mkfifo exists passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2309503304/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2309503304.dir/build.make CMakeFiles/cmTryCompileExec2309503304.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2309503304.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=mkfifo -o CMakeFiles/cmTryCompileExec2309503304.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2309503304
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2309503304.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=mkfifo CMakeFiles/cmTryCompileExec2309503304.dir/CheckFunctionExists.c.o -o cmTryCompileExec2309503304 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if the function unlink exists passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2396969507/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2396969507.dir/build.make CMakeFiles/cmTryCompileExec2396969507.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2396969507.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=unlink -o CMakeFiles/cmTryCompileExec2396969507.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2396969507
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2396969507.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=unlink CMakeFiles/cmTryCompileExec2396969507.dir/CheckFunctionExists.c.o -o cmTryCompileExec2396969507 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if the isfinite exist passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3910627183/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3910627183.dir/build.make CMakeFiles/cmTryCompileExec3910627183.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3910627183.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec3910627183.dir/CheckSymbolExists.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTryCompileExec3910627183
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3910627183.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec3910627183.dir/CheckSymbolExists.c.o -o cmTryCompileExec3910627183 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
File /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <math.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef isfinite
return ((int*)(&isfinite))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the finite exist passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3583335606/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3583335606.dir/build.make CMakeFiles/cmTryCompileExec3583335606.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3583335606.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec3583335606.dir/CheckSymbolExists.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTryCompileExec3583335606
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3583335606.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec3583335606.dir/CheckSymbolExists.c.o -o cmTryCompileExec3583335606 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
File /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <math.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef finite
return ((int*)(&finite))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the isnan exist passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec1483345461/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1483345461.dir/build.make CMakeFiles/cmTryCompileExec1483345461.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1483345461.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec1483345461.dir/CheckSymbolExists.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTryCompileExec1483345461
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1483345461.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec1483345461.dir/CheckSymbolExists.c.o -o cmTryCompileExec1483345461 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
File /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <math.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef isnan
return ((int*)(&isnan))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the isinf exist passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2475390468/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2475390468.dir/build.make CMakeFiles/cmTryCompileExec2475390468.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2475390468.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec2475390468.dir/CheckSymbolExists.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTryCompileExec2475390468
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2475390468.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec2475390468.dir/CheckSymbolExists.c.o -o cmTryCompileExec2475390468 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
File /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <math.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef isinf
return ((int*)(&isinf))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the snprintf exist passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec4008893050/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4008893050.dir/build.make CMakeFiles/cmTryCompileExec4008893050.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4008893050.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec4008893050.dir/CheckSymbolExists.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTryCompileExec4008893050
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4008893050.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec4008893050.dir/CheckSymbolExists.c.o -o cmTryCompileExec4008893050 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
File /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef snprintf
return ((int*)(&snprintf))[argc];
#else
(void)argc;
return 0;
#endif
}
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/hbabcock/Code/plplot-build/CMakeFiles/3.2.2/CompilerIdCXX/a.out"
Determining if the CXX compiler works passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3826329543/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3826329543.dir/build.make CMakeFiles/cmTryCompileExec3826329543.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3826329543.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec3826329543.dir/testCXXCompiler.cxx.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTryCompileExec3826329543
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3826329543.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTryCompileExec3826329543.dir/testCXXCompiler.cxx.o -o cmTryCompileExec3826329543 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec1264207311/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1264207311.dir/build.make CMakeFiles/cmTryCompileExec1264207311.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec1264207311.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec1264207311.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.2/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTryCompileExec1264207311
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1264207311.dir/link.txt --verbose=1
/usr/bin/c++ -v CMakeFiles/cmTryCompileExec1264207311.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec1264207311 -rdynamic
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.2.1-22ubuntu2' --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.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2)
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/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/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec1264207311' '-rdynamic' '-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/ccvD0XMr.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 cmTryCompileExec1264207311 /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/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/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTryCompileExec1264207311.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/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTryCompileExec1264207311/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec1264207311.dir/build.make CMakeFiles/cmTryCompileExec1264207311.dir/build]
ignore line: [make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp']
ignore line: [/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1]
ignore line: [Building CXX object CMakeFiles/cmTryCompileExec1264207311.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec1264207311.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.2/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTryCompileExec1264207311]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1264207311.dir/link.txt --verbose=1]
ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec1264207311.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec1264207311 -rdynamic ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++]
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.2.1-22ubuntu2' --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.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2) ]
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/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/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec1264207311' '-rdynamic' '-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/ccvD0XMr.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 cmTryCompileExec1264207311 /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/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/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTryCompileExec1264207311.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/ccvD0XMr.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 [cmTryCompileExec1264207311] ==> 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/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/lib/gcc/x86_64-linux-gnu/5/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..]
arg [CMakeFiles/cmTryCompileExec1264207311.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
remove lib [gcc_s]
remove lib [gcc]
remove lib [gcc_s]
remove lib [gcc]
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/lib/gcc/x86_64-linux-gnu/5/../../..] ==> [/usr/lib]
implicit libs: [stdc++;m;c]
implicit dirs: [/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++14] compiler features compiled with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3362551509/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3362551509.dir/build.make CMakeFiles/cmTryCompileExec3362551509.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3362551509.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTryCompileExec3362551509.dir/feature_tests.cxx.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTryCompileExec3362551509
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3362551509.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTryCompileExec3362551509.dir/feature_tests.cxx.o -o cmTryCompileExec3362551509 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-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/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3174554061/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3174554061.dir/build.make CMakeFiles/cmTryCompileExec3174554061.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3174554061.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTryCompileExec3174554061.dir/feature_tests.cxx.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTryCompileExec3174554061
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3174554061.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTryCompileExec3174554061.dir/feature_tests.cxx.o -o cmTryCompileExec3174554061 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-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/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec523589442/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec523589442.dir/build.make CMakeFiles/cmTryCompileExec523589442.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec523589442.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTryCompileExec523589442.dir/feature_tests.cxx.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTryCompileExec523589442
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec523589442.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTryCompileExec523589442.dir/feature_tests.cxx.o -o cmTryCompileExec523589442 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-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
Determining if the CXX compiler has using namespace passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec427885489/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec427885489.dir/build.make CMakeFiles/cmTryCompileExec427885489.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec427885489.dir/TestForNamespace.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec427885489.dir/TestForNamespace.cxx.o -c /home/hbabcock/Code/plplot/cmake/modules/TestForNamespace.cxx
Linking CXX executable cmTryCompileExec427885489
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec427885489.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTryCompileExec427885489.dir/TestForNamespace.cxx.o -o cmTryCompileExec427885489 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if the include file cmath exists passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec4220111102/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4220111102.dir/build.make CMakeFiles/cmTryCompileExec4220111102.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec4220111102.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec4220111102.dir/CheckIncludeFile.cxx.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTryCompileExec4220111102
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4220111102.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTryCompileExec4220111102.dir/CheckIncludeFile.cxx.o -o cmTryCompileExec4220111102 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if <cmake> contains isnan passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec599115/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec599115.dir/build.make CMakeFiles/cmTryCompileExec599115.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec599115.dir/TestBrokenIsnanCXX.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec599115.dir/TestBrokenIsnanCXX.cxx.o -c /home/hbabcock/Code/plplot/cmake/modules/TestBrokenIsnanCXX.cxx
Linking CXX executable cmTryCompileExec599115
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec599115.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTryCompileExec599115.dir/TestBrokenIsnanCXX.cxx.o -o cmTryCompileExec599115 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if the CXX compiler supports using stdint.h passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec11322730/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec11322730.dir/build.make CMakeFiles/cmTryCompileExec11322730.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec11322730.dir/TestForStdintCXX.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec11322730.dir/TestForStdintCXX.cxx.o -c /home/hbabcock/Code/plplot/cmake/modules/TestForStdintCXX.cxx
Linking CXX executable cmTryCompileExec11322730
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec11322730.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTryCompileExec11322730.dir/TestForStdintCXX.cxx.o -o cmTryCompileExec11322730 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if the function XOpenDisplay exists in the /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3877514335/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3877514335.dir/build.make CMakeFiles/cmTryCompileExec3877514335.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3877514335.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -o CMakeFiles/cmTryCompileExec3877514335.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3877514335
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3877514335.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=XOpenDisplay CMakeFiles/cmTryCompileExec3877514335.dir/CheckFunctionExists.c.o -o cmTryCompileExec3877514335 -rdynamic -lX11 -lXext
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if the function gethostbyname exists passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec773513013/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec773513013.dir/build.make CMakeFiles/cmTryCompileExec773513013.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec773513013.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTryCompileExec773513013.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec773513013
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec773513013.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname CMakeFiles/cmTryCompileExec773513013.dir/CheckFunctionExists.c.o -o cmTryCompileExec773513013 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if the function connect exists passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec1317620837/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1317620837.dir/build.make CMakeFiles/cmTryCompileExec1317620837.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1317620837.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTryCompileExec1317620837.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1317620837
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1317620837.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=connect CMakeFiles/cmTryCompileExec1317620837.dir/CheckFunctionExists.c.o -o cmTryCompileExec1317620837 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if the function remove exists passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2355246538/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2355246538.dir/build.make CMakeFiles/cmTryCompileExec2355246538.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2355246538.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=remove -o CMakeFiles/cmTryCompileExec2355246538.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2355246538
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2355246538.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=remove CMakeFiles/cmTryCompileExec2355246538.dir/CheckFunctionExists.c.o -o cmTryCompileExec2355246538 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if the function shmat exists passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2220779415/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2220779415.dir/build.make CMakeFiles/cmTryCompileExec2220779415.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2220779415.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=shmat -o CMakeFiles/cmTryCompileExec2220779415.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2220779415
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2220779415.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=shmat CMakeFiles/cmTryCompileExec2220779415.dir/CheckFunctionExists.c.o -o cmTryCompileExec2220779415 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if the function IceConnectionNumber exists in the ICE passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3749424819/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3749424819.dir/build.make CMakeFiles/cmTryCompileExec3749424819.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3749424819.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -o CMakeFiles/cmTryCompileExec3749424819.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3749424819
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3749424819.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber CMakeFiles/cmTryCompileExec3749424819.dir/CheckFunctionExists.c.o -o cmTryCompileExec3749424819 -rdynamic -lICE
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Compiling the Fortran compiler identification source file "CMakeFortranCompilerId.F" succeeded.
Compiler: /usr/bin/gfortran
Build flags:
Id flags:
The output was:
0
Compilation of the Fortran compiler identification source "CMakeFortranCompilerId.F" produced "a.out"
The Fortran compiler identification is GNU, found in "/home/hbabcock/Code/plplot-build/CMakeFiles/3.2.2/CompilerIdFortran/a.out"
Determining if the Fortran compiler works passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec4121283931/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4121283931.dir/build.make CMakeFiles/cmTryCompileExec4121283931.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building Fortran object CMakeFiles/cmTryCompileExec4121283931.dir/testFortranCompiler.f.o
/usr/bin/gfortran -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/testFortranCompiler.f -o CMakeFiles/cmTryCompileExec4121283931.dir/testFortranCompiler.f.o
Linking Fortran executable cmTryCompileExec4121283931
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4121283931.dir/link.txt --verbose=1
/usr/bin/gfortran CMakeFiles/cmTryCompileExec4121283931.dir/testFortranCompiler.f.o -o cmTryCompileExec4121283931 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Detecting Fortran compiler ABI info compiled with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3195242014/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3195242014.dir/build.make CMakeFiles/cmTryCompileExec3195242014.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building Fortran object CMakeFiles/cmTryCompileExec3195242014.dir/CMakeFortranCompilerABI.F.o
/usr/bin/gfortran -c /usr/share/cmake-3.2/Modules/CMakeFortranCompilerABI.F -o CMakeFiles/cmTryCompileExec3195242014.dir/CMakeFortranCompilerABI.F.o
Linking Fortran executable cmTryCompileExec3195242014
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3195242014.dir/link.txt --verbose=1
/usr/bin/gfortran -v CMakeFiles/cmTryCompileExec3195242014.dir/CMakeFortranCompilerABI.F.o -o cmTryCompileExec3195242014 -rdynamic
Driving: /usr/bin/gfortran -v CMakeFiles/cmTryCompileExec3195242014.dir/CMakeFortranCompilerABI.F.o -o cmTryCompileExec3195242014 -rdynamic -l gfortran -l m -shared-libgcc
Using built-in specs.
COLLECT_GCC=/usr/bin/gfortran
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.2.1-22ubuntu2' --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.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2)
Reading specs from /usr/lib/gcc/x86_64-linux-gnu/5/libgfortran.spec
rename spec lib to liborig
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3195242014' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
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/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/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3195242014' '-rdynamic' '-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/cclaZBhs.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -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 cmTryCompileExec3195242014 /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/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/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTryCompileExec3195242014.dir/CMakeFortranCompilerABI.F.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -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/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Parsed Fortran implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTryCompileExec3195242014/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec3195242014.dir/build.make CMakeFiles/cmTryCompileExec3195242014.dir/build]
ignore line: [make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp']
ignore line: [/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1]
ignore line: [Building Fortran object CMakeFiles/cmTryCompileExec3195242014.dir/CMakeFortranCompilerABI.F.o]
ignore line: [/usr/bin/gfortran -c /usr/share/cmake-3.2/Modules/CMakeFortranCompilerABI.F -o CMakeFiles/cmTryCompileExec3195242014.dir/CMakeFortranCompilerABI.F.o]
ignore line: [Linking Fortran executable cmTryCompileExec3195242014]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3195242014.dir/link.txt --verbose=1]
ignore line: [/usr/bin/gfortran -v CMakeFiles/cmTryCompileExec3195242014.dir/CMakeFortranCompilerABI.F.o -o cmTryCompileExec3195242014 -rdynamic ]
ignore line: [Driving: /usr/bin/gfortran -v CMakeFiles/cmTryCompileExec3195242014.dir/CMakeFortranCompilerABI.F.o -o cmTryCompileExec3195242014 -rdynamic -l gfortran -l m -shared-libgcc]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/gfortran]
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.2.1-22ubuntu2' --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.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2) ]
ignore line: [Reading specs from /usr/lib/gcc/x86_64-linux-gnu/5/libgfortran.spec]
ignore line: [rename spec lib to liborig]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3195242014' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
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/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/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3195242014' '-rdynamic' '-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/cclaZBhs.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -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 cmTryCompileExec3195242014 /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/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/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTryCompileExec3195242014.dir/CMakeFortranCompilerABI.F.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -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/cclaZBhs.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lquadmath] ==> ignore
arg [-plugin-opt=-pass-through=-lm] ==> 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 [cmTryCompileExec3195242014] ==> 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/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/lib/gcc/x86_64-linux-gnu/5/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..]
arg [CMakeFiles/cmTryCompileExec3195242014.dir/CMakeFortranCompilerABI.F.o] ==> ignore
arg [-lgfortran] ==> lib [gfortran]
arg [-lm] ==> lib [m]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [-lquadmath] ==> lib [quadmath]
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
remove lib [gcc_s]
remove lib [gcc]
remove lib [gcc_s]
remove lib [gcc]
remove lib [gcc_s]
remove lib [gcc]
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/lib/gcc/x86_64-linux-gnu/5/../../..] ==> [/usr/lib]
implicit libs: [gfortran;m;quadmath;m;c]
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/5;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
implicit fwks: []
Determining if the Fortran compiler supports Fortran 90 passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2115458483/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2115458483.dir/build.make CMakeFiles/cmTryCompileExec2115458483.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building Fortran object CMakeFiles/cmTryCompileExec2115458483.dir/testFortranCompilerF90.f90.o
/usr/bin/gfortran -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/testFortranCompilerF90.f90 -o CMakeFiles/cmTryCompileExec2115458483.dir/testFortranCompilerF90.f90.o
Linking Fortran executable cmTryCompileExec2115458483
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2115458483.dir/link.txt --verbose=1
/usr/bin/gfortran CMakeFiles/cmTryCompileExec2115458483.dir/testFortranCompilerF90.f90.o -o cmTryCompileExec2115458483 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if the Ada compiler works passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make"
/usr/bin/cmake -H/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp -B/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles/progress.marks
/usr/bin/make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/testadacompiler.dir/build.make CMakeFiles/testadacompiler.dir/depend
make[2]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
cd /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles/testadacompiler.dir/DependInfo.cmake
Scanning dependencies of target testadacompiler
make[2]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/testadacompiler.dir/build.make CMakeFiles/testadacompiler.dir/build
make[2]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
[100%] Building Ada object CMakeFiles/testadacompiler.dir/testadacompiler.o
/usr/bin/gnatgcc -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/testadacompiler.adb -o CMakeFiles/testadacompiler.dir/testadacompiler.o
Linking Ada executable testadacompiler
/usr/bin/cmake -E cmake_link_script CMakeFiles/testadacompiler.dir/link.txt --verbose=1
/usr/bin/gnatmake testadacompiler.adb -cargs -largs -rdynamic
gcc-4.9 -c testadacompiler.adb
gnatbind -x testadacompiler.ali
gnatlink testadacompiler.ali -rdynamic
make[2]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
[100%] Built target testadacompiler
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_start /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 0
Determining whether C compiler is NaN aware succeeded with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec3651115330/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3651115330.dir/build.make CMakeFiles/cmTryCompileExec3651115330.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3651115330.dir/TestNaNAware.c.o
/usr/bin/cc -I"/home/hbabcock/Code/plplot"/lib/csa /usr/lib/x86_64-linux-gnu/libm.so -o CMakeFiles/cmTryCompileExec3651115330.dir/TestNaNAware.c.o -c /home/hbabcock/Code/plplot/cmake/modules/TestNaNAware.c
cc: warning: /usr/lib/x86_64-linux-gnu/libm.so: linker input file unused because linking not done
Linking C executable cmTryCompileExec3651115330
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3651115330.dir/link.txt --verbose=1
/usr/bin/cc -I"/home/hbabcock/Code/plplot"/lib/csa /usr/lib/x86_64-linux-gnu/libm.so CMakeFiles/cmTryCompileExec3651115330.dir/TestNaNAware.c.o -o cmTryCompileExec3651115330 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if files pthread.h exist passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec2266021484/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2266021484.dir/build.make CMakeFiles/cmTryCompileExec2266021484.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2266021484.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec2266021484.dir/CheckIncludeFiles.c.o -c /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec2266021484
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2266021484.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec2266021484.dir/CheckIncludeFiles.c.o -o cmTryCompileExec2266021484 -rdynamic
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTryCompileExec4093276959/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4093276959.dir/build.make CMakeFiles/cmTryCompileExec4093276959.dir/build
make[1]: Entering directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4093276959.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTryCompileExec4093276959.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec4093276959
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4093276959.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTryCompileExec4093276959.dir/CheckFunctionExists.c.o -o cmTryCompileExec4093276959 -rdynamic -lpthread
make[1]: Leaving directory '/home/hbabcock/Code/plplot-build/CMakeFiles/CMakeTmp'
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel