estan@edison:~$ curl -LO https://www.vtk.org/files/release/9.0/VTK-9.0.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 234 100 234 0 0 650 0 --:--:-- --:--:-- --:--:-- 648 100 33.0M 100 33.0M 0 0 11.0M 0 0:00:03 0:00:03 --:--:-- 17.9M estan@edison:~$ tar xf VTK-9.0.1.tar.gz estan@edison:~$ cd VTK-9.0.1/ estan@edison:~/VTK-9.0.1$ mkdir build estan@edison:~/VTK-9.0.1$ cd build/ estan@edison:~/VTK-9.0.1/build$ cmake -DVTK_MODULE_ENABLE_VTK_RenderingContextOpenGL2=YES .. -- The C compiler identification is GNU 9.3.0 -- The CXX compiler identification is GNU 9.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test HAVE_GCC_ERROR_RETURN_TYPE -- Performing Test HAVE_GCC_ERROR_RETURN_TYPE - Success -- Setting build type to 'Debug' as none was specified. -- Performing Test Support for 64 bit file systems -- Performing Test Support for 64 bit file systems - Success -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Checking whether C++ compiler has 'long long' -- Checking whether C++ compiler has 'long long' - yes -- Checking whether C++ compiler has '__int64' -- Checking whether C++ compiler has '__int64' - no -- Checking whether wstring is available -- Checking whether wstring is available - yes -- Checking whether C compiler has ptrdiff_t in stddef.h -- Checking whether C compiler has ptrdiff_t in stddef.h - yes -- Checking whether C compiler has ssize_t in unistd.h -- Checking whether C compiler has ssize_t in unistd.h - yes -- Checking whether C compiler has clock_gettime -- Checking whether C compiler has clock_gettime - yes -- Checking whether CXX compiler has setenv -- Checking whether CXX compiler has setenv - yes -- Checking whether CXX compiler has unsetenv -- Checking whether CXX compiler has unsetenv - yes -- Checking whether CXX compiler has environ in stdlib.h -- Checking whether CXX compiler has environ in stdlib.h - no -- Checking whether CXX compiler has utimes -- Checking whether CXX compiler has utimes - yes -- Checking whether CXX compiler has utimensat -- Checking whether CXX compiler has utimensat - yes -- Checking whether CXX compiler struct stat has st_mtim member -- Checking whether CXX compiler struct stat has st_mtim member - yes -- Checking whether CXX compiler struct stat has st_mtimespec member -- Checking whether CXX compiler struct stat has st_mtimespec member - no -- Looking for include files sys/types.h, ifaddrs.h -- Looking for include files sys/types.h, ifaddrs.h - found -- Checking whether CXX compiler has rlimit64 -- Checking whether CXX compiler has rlimit64 - yes -- Checking whether CXX compiler has atol -- Checking whether CXX compiler has atol - yes -- Checking whether CXX compiler has atoll -- Checking whether CXX compiler has atoll - yes -- Checking whether CXX compiler has _atoi64 -- Checking whether CXX compiler has _atoi64 - no -- Looking for C++ include execinfo.h -- Looking for C++ include execinfo.h - found -- Checking whether backtrace works with this C++ compiler -- Checking whether backtrace works with this C++ compiler - yes -- Looking for C++ include dlfcn.h -- Looking for C++ include dlfcn.h - found -- Checking whether dladdr works with this C++ compiler -- Checking whether dladdr works with this C++ compiler - yes -- Looking for C++ include cxxabi.h -- Looking for C++ include cxxabi.h - found -- Checking whether cxxabi works with this C++ compiler -- Checking whether cxxabi works with this C++ compiler - yes -- Checking whether CXX compiler has getloadavg -- Checking whether CXX compiler has getloadavg - yes -- Checking whether is available -- Checking whether is available - yes -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- 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 -- Checking for builtin __atomic_add_fetch -- Checking for builtin __atomic_add_fetch -- success -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- Performing Test VTK_HAS_STD_ISNAN -- Performing Test VTK_HAS_STD_ISNAN - Success -- Performing Test VTK_HAS_STD_ISINF -- Performing Test VTK_HAS_STD_ISINF - Success -- Performing Test VTK_HAS_STD_ISFINITE -- Performing Test VTK_HAS_STD_ISFINITE - Success -- Looking for isnan -- Looking for isnan - found -- Looking for isinf -- Looking for isinf - found -- Looking for isfinite -- Looking for isfinite - found -- Looking for finite -- Looking for finite - found -- Looking for fenv.h -- Looking for fenv.h - found -- Looking for feenableexcept -- Looking for feenableexcept - found -- Looking for getsockname in socket -- Looking for getsockname in socket - not found -- Checking for getsockname with socklen_t -- Checking for getsockname with socklen_t -- 1 -- Looking for SO_REUSEADDR -- Looking for SO_REUSEADDR - found -- Performing Test EIGEN_COMPILER_SUPPORT_CPP11 -- Performing Test EIGEN_COMPILER_SUPPORT_CPP11 - Success -- Performing Test standard_math_library_linked_to_automatically -- Performing Test standard_math_library_linked_to_automatically - Success -- Performing Test COMPILER_SUPPORT_WERROR -- Performing Test COMPILER_SUPPORT_WERROR - Success -- Performing Test COMPILER_SUPPORT_pedantic -- Performing Test COMPILER_SUPPORT_pedantic - Success -- Performing Test COMPILER_SUPPORT_Wall -- Performing Test COMPILER_SUPPORT_Wall - Success -- Performing Test COMPILER_SUPPORT_Wextra -- Performing Test COMPILER_SUPPORT_Wextra - Success -- Performing Test COMPILER_SUPPORT_Wundef -- Performing Test COMPILER_SUPPORT_Wundef - Success -- Performing Test COMPILER_SUPPORT_Wcastalign -- Performing Test COMPILER_SUPPORT_Wcastalign - Success -- Performing Test COMPILER_SUPPORT_Wcharsubscripts -- Performing Test COMPILER_SUPPORT_Wcharsubscripts - Success -- Performing Test COMPILER_SUPPORT_Wnonvirtualdtor -- Performing Test COMPILER_SUPPORT_Wnonvirtualdtor - Success -- Performing Test COMPILER_SUPPORT_Wunusedlocaltypedefs -- Performing Test COMPILER_SUPPORT_Wunusedlocaltypedefs - Success -- Performing Test COMPILER_SUPPORT_Wpointerarith -- Performing Test COMPILER_SUPPORT_Wpointerarith - Success -- Performing Test COMPILER_SUPPORT_Wwritestrings -- Performing Test COMPILER_SUPPORT_Wwritestrings - Success -- Performing Test COMPILER_SUPPORT_Wformatsecurity -- Performing Test COMPILER_SUPPORT_Wformatsecurity - Success -- Performing Test COMPILER_SUPPORT_Wshorten64to32 -- Performing Test COMPILER_SUPPORT_Wshorten64to32 - Failed -- Performing Test COMPILER_SUPPORT_Wlogicalop -- Performing Test COMPILER_SUPPORT_Wlogicalop - Success -- Performing Test COMPILER_SUPPORT_Wenumconversion -- Performing Test COMPILER_SUPPORT_Wenumconversion - Failed -- Performing Test COMPILER_SUPPORT_Wcpp11extensions -- Performing Test COMPILER_SUPPORT_Wcpp11extensions - Failed -- Performing Test COMPILER_SUPPORT_Wdoublepromotion -- Performing Test COMPILER_SUPPORT_Wdoublepromotion - Success -- Performing Test COMPILER_SUPPORT_Wnopsabi -- Performing Test COMPILER_SUPPORT_Wnopsabi - Success -- Performing Test COMPILER_SUPPORT_Wnovariadicmacros -- Performing Test COMPILER_SUPPORT_Wnovariadicmacros - Success -- Performing Test COMPILER_SUPPORT_Wnolonglong -- Performing Test COMPILER_SUPPORT_Wnolonglong - Success -- Performing Test COMPILER_SUPPORT_fnochecknew -- Performing Test COMPILER_SUPPORT_fnochecknew - Success -- Performing Test COMPILER_SUPPORT_fnocommon -- Performing Test COMPILER_SUPPORT_fnocommon - Success -- Performing Test COMPILER_SUPPORT_fstrictaliasing -- Performing Test COMPILER_SUPPORT_fstrictaliasing - Success -- Performing Test COMPILER_SUPPORT_wd981 -- Performing Test COMPILER_SUPPORT_wd981 - Failed -- Performing Test COMPILER_SUPPORT_wd2304 -- Performing Test COMPILER_SUPPORT_wd2304 - Failed -- Performing Test COMPILER_SUPPORT_STRICTANSI -- Performing Test COMPILER_SUPPORT_STRICTANSI - Failed -- Performing Test COMPILER_SUPPORT_Qunusedarguments -- Performing Test COMPILER_SUPPORT_Qunusedarguments - Failed -- Performing Test COMPILER_SUPPORT_ansi -- Performing Test COMPILER_SUPPORT_ansi - Success -- Performing Test COMPILER_SUPPORT_OPENMP -- Performing Test COMPILER_SUPPORT_OPENMP - Success -- Check if the system is big endian -- Searching 16 bit integer -- Using unsigned short -- Check if the system is big endian - little endian -- Looking for strings.h -- Looking for strings.h - found -- Looking for byteswap.h -- Looking for byteswap.h - found -- Looking for sys/endian.h -- Looking for sys/endian.h - not found -- Looking for HAVE_BSWAP_16 -- Looking for HAVE_BSWAP_16 - not found -- Looking for HAVE_BSWAP_32 -- Looking for HAVE_BSWAP_32 - not found -- Looking for HAVE_BSWAP_64 -- Looking for HAVE_BSWAP_64 - not found -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for limits.h -- Looking for limits.h - found -- Looking for stdbool.h -- Looking for stdbool.h - found -- Looking for string.h -- Looking for string.h - found -- Looking for memory.h -- Looking for memory.h - found -- Check size of int16_t -- Check size of int16_t - done -- Check size of int32_t -- Check size of int32_t - done -- Check size of int64_t -- Check size of int64_t - done -- Check size of intmax_t -- Check size of intmax_t - done -- Check size of uint8_t -- Check size of uint8_t - done -- Check size of uint16_t -- Check size of uint16_t - done -- Check size of uint32_t -- Check size of uint32_t - done -- Check size of uint64_t -- Check size of uint64_t - done -- Check size of uintmax_t -- Check size of uintmax_t - done -- Check size of short -- Check size of short - done -- Check size of int -- Check size of int - done -- Check size of long -- Check size of long - done -- Check size of long long -- Check size of long long - done -- Check size of unsigned short -- Check size of unsigned short - done -- Check size of unsigned -- Check size of unsigned - done -- Check size of unsigned long -- Check size of unsigned long - done -- Check size of unsigned long long -- Check size of unsigned long long - done -- Check size of size_t -- Check size of size_t - done -- Check size of __int64 -- Check size of __int64 - failed -- Check size of unsigned __int64 -- Check size of unsigned __int64 - failed -- Check size of uintptr_t -- Check size of uintptr_t - done -- Check size of off64_t -- Check size of off64_t - done -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for fcntl.h -- Looking for fcntl.h - found -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for getpagesize -- Looking for getpagesize - found -- Looking for bcopy -- Looking for bcopy - found -- Looking for memmove -- Looking for memmove - found -- Looking for mmap -- Looking for mmap - found -- Looking for getrandom -- Looking for getrandom - found -- Looking for arc4random_buf -- Looking for arc4random_buf - not found -- Looking for arc4random -- Looking for arc4random - not found -- Looking for 4 include files stdlib.h, ..., float.h -- Looking for 4 include files stdlib.h, ..., float.h - found -- Looking for off_t -- Looking for off_t - not found -- Looking for size_t -- Looking for size_t - not found -- Performing Test HAVE_SYSCALL_GETRANDOM -- Performing Test HAVE_SYSCALL_GETRANDOM - Success -- Performing Test FLAG_NO_STRICT_ALIASING -- Performing Test FLAG_NO_STRICT_ALIASING - Success -- Looking for memset -- Looking for memset - found -- Looking for memcpy -- Looking for memcpy - found -- Check size of size_t -- Check size of size_t - done -- Performing Test C_FLAG_Wall -- Performing Test C_FLAG_Wall - Success -- Performing Test C_FLAG_Winline -- Performing Test C_FLAG_Winline - Success -- Performing Test C_FLAG_W -- Performing Test C_FLAG_W - Success -- Performing Test C_FLAG_Wformat_security -- Performing Test C_FLAG_Wformat_security - Success -- Performing Test C_FLAG_Wpointer_arith -- Performing Test C_FLAG_Wpointer_arith - Success -- Performing Test C_FLAG_Wdisabled_optimization -- Performing Test C_FLAG_Wdisabled_optimization - Success -- Performing Test C_FLAG_Wno_unknown_pragmas -- Performing Test C_FLAG_Wno_unknown_pragmas - Success -- Performing Test C_FLAG_Wdeclaration_after_statement -- Performing Test C_FLAG_Wdeclaration_after_statement - Success -- Performing Test C_FLAG_fstrict_aliasing -- Performing Test C_FLAG_fstrict_aliasing - Success -- Performing Test HAVE_LD_VERSION_SCRIPT -- Performing Test HAVE_LD_VERSION_SCRIPT - Success -- Looking for assert.h -- Looking for assert.h - found -- Looking for io.h -- Looking for io.h - not found -- Looking for search.h -- Looking for search.h - found -- Performing Test C_HAS_inline -- Performing Test C_HAS_inline - Success -- Performing Test TIME_WITH_SYS_TIME -- Performing Test TIME_WITH_SYS_TIME - Success -- Performing Test TM_IN_SYS_TIME -- Performing Test TM_IN_SYS_TIME - Success -- Check size of signed int -- Check size of signed int - done -- Check size of unsigned int -- Check size of unsigned int - done -- Check size of signed long -- Check size of signed long - done -- Check size of unsigned long -- Check size of unsigned long - done -- Check size of signed long long -- Check size of signed long long - done -- Check size of unsigned long long -- Check size of unsigned long long - done -- Check size of unsigned char * -- Check size of unsigned char * - done -- Check size of size_t -- Check size of size_t - done -- Check size of ptrdiff_t -- Check size of ptrdiff_t - done -- Looking for snprintf -- Looking for snprintf - found -- Looking for strcasecmp -- Looking for strcasecmp - found -- Check if the system is big endian -- Searching 16 bit integer -- Using unsigned short -- Check if the system is big endian - little endian -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so found components: OpenGL GLX -- Found X11: /usr/include -- 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 -- Check if the system is big endian -- Searching 16 bit integer -- Using unsigned short -- Check if the system is big endian - little endian -- Looking for include file sys/file.h -- Looking for include file sys/file.h - found -- Looking for include files sys/file.h, sys/ioctl.h -- Looking for include files sys/file.h, sys/ioctl.h - found -- Looking for 3 include files sys/file.h, ..., sys/resource.h -- Looking for 3 include files sys/file.h, ..., sys/resource.h - found -- Looking for 4 include files sys/file.h, ..., sys/stat.h -- Looking for 4 include files sys/file.h, ..., sys/stat.h - found -- Looking for 5 include files sys/file.h, ..., sys/time.h -- Looking for 5 include files sys/file.h, ..., sys/time.h - found -- Looking for 6 include files sys/file.h, ..., sys/types.h -- Looking for 6 include files sys/file.h, ..., sys/types.h - found -- Looking for 7 include files sys/file.h, ..., features.h -- Looking for 7 include files sys/file.h, ..., features.h - found -- Looking for 8 include files sys/file.h, ..., dirent.h -- Looking for 8 include files sys/file.h, ..., dirent.h - found -- Looking for 9 include files sys/file.h, ..., setjmp.h -- Looking for 9 include files sys/file.h, ..., setjmp.h - found -- Looking for 10 include files sys/file.h, ..., stddef.h -- Looking for 10 include files sys/file.h, ..., stddef.h - found -- Looking for 11 include files sys/file.h, ..., stdint.h -- Looking for 11 include files sys/file.h, ..., stdint.h - found -- Looking for 12 include files sys/file.h, ..., unistd.h -- Looking for 12 include files sys/file.h, ..., unistd.h - found -- Looking for 13 include files sys/file.h, ..., mach/mach_time.h -- Looking for 13 include files sys/file.h, ..., mach/mach_time.h - not found -- Looking for 13 include files sys/file.h, ..., io.h -- Looking for 13 include files sys/file.h, ..., io.h - not found -- Looking for 13 include files sys/file.h, ..., winsock2.h -- Looking for 13 include files sys/file.h, ..., winsock2.h - not found -- Looking for 13 include files sys/file.h, ..., pthread.h -- Looking for 13 include files sys/file.h, ..., pthread.h - found -- Looking for 14 include files sys/file.h, ..., dlfcn.h -- Looking for 14 include files sys/file.h, ..., dlfcn.h - found -- Looking for 15 include files sys/file.h, ..., inttypes.h -- Looking for 15 include files sys/file.h, ..., inttypes.h - found -- Looking for 16 include files sys/file.h, ..., stdbool.h -- Looking for 16 include files sys/file.h, ..., stdbool.h - found -- Looking for include file quadmath.h -- Looking for include file quadmath.h - found -- Performing Other Test STDC_HEADERS - Success -- Performing TEST_LFS_WORKS... yes -- Performing Other Test HAVE_OFF64_T - Success -- Looking for lseek64 -- Looking for lseek64 - found -- Looking for fseeko -- Looking for fseeko - found -- Performing Other Test HAVE_STAT64_STRUCT - Success -- Looking for stat64 -- Looking for stat64 - found -- Check size of char -- Check size of char - done -- Check size of short -- Check size of short - done -- Check size of int -- Check size of int - done -- Check size of unsigned -- Check size of unsigned - done -- Check size of long -- Check size of long - done -- Check size of long long -- Check size of long long - done -- Check size of __int64 -- Check size of __int64 - failed -- Check size of float -- Check size of float - done -- Check size of double -- Check size of double - done -- Check size of long double -- Check size of long double - done -- Check size of int8_t -- Check size of int8_t - done -- Check size of uint8_t -- Check size of uint8_t - done -- Check size of int_least8_t -- Check size of int_least8_t - done -- Check size of uint_least8_t -- Check size of uint_least8_t - done -- Check size of int_fast8_t -- Check size of int_fast8_t - done -- Check size of uint_fast8_t -- Check size of uint_fast8_t - done -- Check size of int16_t -- Check size of int16_t - done -- Check size of uint16_t -- Check size of uint16_t - done -- Check size of int_least16_t -- Check size of int_least16_t - done -- Check size of uint_least16_t -- Check size of uint_least16_t - done -- Check size of int_fast16_t -- Check size of int_fast16_t - done -- Check size of uint_fast16_t -- Check size of uint_fast16_t - done -- Check size of int32_t -- Check size of int32_t - done -- Check size of uint32_t -- Check size of uint32_t - done -- Check size of int_least32_t -- Check size of int_least32_t - done -- Check size of uint_least32_t -- Check size of uint_least32_t - done -- Check size of int_fast32_t -- Check size of int_fast32_t - done -- Check size of uint_fast32_t -- Check size of uint_fast32_t - done -- Check size of int64_t -- Check size of int64_t - done -- Check size of uint64_t -- Check size of uint64_t - done -- Check size of int_least64_t -- Check size of int_least64_t - done -- Check size of uint_least64_t -- Check size of uint_least64_t - done -- Check size of int_fast64_t -- Check size of int_fast64_t - done -- Check size of uint_fast64_t -- Check size of uint_fast64_t - done -- Check size of size_t -- Check size of size_t - done -- Check size of ssize_t -- Check size of ssize_t - done -- Check size of ptrdiff_t -- Check size of ptrdiff_t - done -- Check size of off_t -- Check size of off_t - done -- Check size of off64_t -- Check size of off64_t - done -- Check size of time_t -- Check size of time_t - done -- Check size of bool -- Check size of bool - done -- Performing Other Test DEV_T_IS_SCALAR - Success -- Looking for gettimeofday -- Looking for gettimeofday - found -- Performing Other Test HAVE_TM_GMTOFF - Success -- Performing Other Test HAVE___TM_GMTOFF - Failed -- Performing Other Test HAVE_STRUCT_TIMEZONE - Success -- Performing Other Test GETTIMEOFDAY_GIVES_TZ - Success -- Performing Other Test TIME_WITH_SYS_TIME - Success -- Performing Other Test HAVE_TM_ZONE - Failed -- Performing Other Test HAVE_STRUCT_TM_TM_ZONE - Failed -- Performing Other Test HAVE_TIMEZONE - Success -- Performing Other Test HAVE_STAT_ST_BLOCKS - Success -- Looking for ioctl -- Looking for ioctl - found -- Performing Other Test HAVE_STRUCT_VIDEOCONFIG - Failed -- Performing Other Test HAVE_STRUCT_TEXT_INFO - Failed -- Looking for _getvideoconfig -- Looking for _getvideoconfig - not found -- Looking for gettextinfo -- Looking for gettextinfo - not found -- Looking for _scrsize -- Looking for _scrsize - not found -- Looking for GetConsoleScreenBufferInfo -- Looking for GetConsoleScreenBufferInfo - not found -- Looking for TIOCGWINSZ -- Looking for TIOCGWINSZ - found -- Looking for TIOCGETD -- Looking for TIOCGETD - found -- Looking for getpwuid -- Looking for getpwuid - found -- Looking for alarm -- Looking for alarm - found -- Looking for fcntl -- Looking for fcntl - found -- Looking for flock -- Looking for flock - found -- Looking for fork -- Looking for fork - found -- Looking for frexpf -- Looking for frexpf - found -- Looking for frexpl -- Looking for frexpl - found -- Looking for gethostname -- Looking for gethostname - found -- Looking for getrusage -- Looking for getrusage - found -- Looking for pread -- Looking for pread - found -- Looking for pwrite -- Looking for pwrite - found -- Looking for rand_r -- Looking for rand_r - found -- Looking for random -- Looking for random - found -- Looking for setsysinfo -- Looking for setsysinfo - not found -- Looking for signal -- Looking for signal - found -- Looking for longjmp -- Looking for longjmp - found -- Looking for setjmp -- Looking for setjmp - found -- Looking for siglongjmp -- Looking for siglongjmp - found -- Looking for sigsetjmp -- Looking for sigsetjmp - not found -- Looking for sigprocmask -- Looking for sigprocmask - found -- Looking for strdup -- Looking for strdup - found -- Looking for strtoll -- Looking for strtoll - found -- Looking for strtoull -- Looking for strtoull - found -- Looking for symlink -- Looking for symlink - found -- Looking for system -- Looking for system - found -- Looking for tmpfile -- Looking for tmpfile - found -- Looking for asprintf -- Looking for asprintf - found -- Looking for vasprintf -- Looking for vasprintf - found -- Looking for waitpid -- Looking for waitpid - found -- Looking for sigsetjmp -- Looking for sigsetjmp - found -- Performing Other Test HAVE_ATTRIBUTE - Success -- Performing Other Test HAVE_C99_FUNC - Success -- Performing Other Test HAVE_FUNCTION - Success -- Performing Other Test HAVE_C99_DESIGNATED_INITIALIZER - Success -- Performing Other Test SYSTEM_SCOPE_THREADS - Success -- Performing Other Test HAVE_SOCKLEN_T - Success -- Performing Other Test HAVE_INLINE - Success -- Performing Other Test HAVE___INLINE__ - Success -- Performing Other Test HAVE___INLINE - Success -- Checking for appropriate format for 64 bit long: -- Checking for appropriate format for 64 bit long: found "l" -- Looking for difftime -- Looking for difftime - found -- Check size of __float128 -- Check size of __float128 - done -- Check size of _Quad -- Check size of _Quad - failed -- Checking IF your system converts long double to (unsigned) long values with special algorithm... no -- Checking IF your system can convert (unsigned) long to long double values with special algorithm... no -- Checking IF correctly converting long double to (unsigned) long long values... yes -- Checking IF correctly converting (unsigned) long long to long double values... yes -- Checking IF the cpu is power9 and cannot correctly converting long double values... no -- Checking IF alignment restrictions are strictly enforced... yes -- Looking for include file inttypes.h -- Looking for include file inttypes.h - found -- Looking for include file stdint.h -- Looking for include file stdint.h - found -- Looking for include file sys/types.h -- Looking for include file sys/types.h - found -- Check size of int16_t -- Check size of int16_t - done -- Check size of uint16_t -- Check size of uint16_t - done -- Check size of u_int16_t -- Check size of u_int16_t - done -- Check size of int32_t -- Check size of int32_t - done -- Check size of uint32_t -- Check size of uint32_t - done -- Check size of u_int32_t -- Check size of u_int32_t - done -- Check size of int64_t -- Check size of int64_t - done -- Check size of short -- Check size of short - done -- Check size of int -- Check size of int - done -- Check size of long -- Check size of long - done -- Check size of long long -- Check size of long long - done -- Performing Test have_flag_logical-op-parentheses -- Performing Test have_flag_logical-op-parentheses - Failed -- Performing Test have_flag_parentheses -- Performing Test have_flag_parentheses - Success -- Performing Test have_flag_shift-op-parentheses -- Performing Test have_flag_shift-op-parentheses - Failed -- Performing Test have_flag_tautological-compare -- Performing Test have_flag_tautological-compare - Success -- Looking for _filelengthi64 -- Looking for _filelengthi64 - not found -- Looking for alloca -- Looking for alloca - found -- Looking for isfinite -- Looking for isfinite - found -- Looking for isinf -- Looking for isinf - found -- Looking for isnan -- Looking for isnan - found -- Looking for fsync -- Looking for fsync - found -- Looking for mktemp -- Looking for mktemp - found -- Looking for getrlimit -- Looking for getrlimit - found -- Looking for random -- Looking for random - found -- Looking for strdup -- Looking for strdup - found -- Looking for strndup -- Looking for strndup - found -- Looking for strlcat -- Looking for strlcat - not found -- Looking for st_blocksize -- Looking for st_blocksize - not found -- Looking for sysconf -- Looking for sysconf - found -- Looking for alloca.h -- Looking for alloca.h - found -- Looking for malloc.h -- Looking for malloc.h - found -- Looking for stdarg.h -- Looking for stdarg.h - found -- Looking for stdio.h -- Looking for stdio.h - found -- Looking for sys/param.h -- Looking for sys/param.h - found -- Looking for sys/resource.h -- Looking for sys/resource.h - found -- Check size of longlong -- Check size of longlong - failed -- Check size of long long int -- Check size of long long int - done -- Check size of ssize_t -- Check size of ssize_t - done -- Check size of uchar -- Check size of uchar - failed -- Check size of uint -- Check size of uint - done -- Check size of schar -- Check size of schar - failed -- Check size of ushort -- Check size of ushort - done -- Check size of double -- Check size of double - done -- Check size of float -- Check size of float - done -- Check size of int -- Check size of int - done -- Check size of long -- Check size of long - done -- Check size of long long -- Check size of long long - done -- Check size of off_t -- Check size of off_t - done -- Check size of short -- Check size of short - done -- Check size of unsigned char -- Check size of unsigned char - done -- Check size of unsigned short int -- Check size of unsigned short int - done -- Looking for shl_load in dld; -- Looking for shl_load in dld; - not found -- Looking for dlopen in dl;m -- Looking for dlopen in dl;m - found -- Looking for 12 include files sys/types.h, ..., time.h -- Looking for 12 include files sys/types.h, ..., time.h - found -- Looking for 14 include files sys/types.h, ..., signal.h -- Looking for 14 include files sys/types.h, ..., signal.h - found -- Looking for 15 include files sys/types.h, ..., errno.h -- Looking for 15 include files sys/types.h, ..., errno.h - found -- Looking for 16 include files sys/types.h, ..., ansidecl.h -- Looking for 16 include files sys/types.h, ..., ansidecl.h - not found -- Looking for 16 include files sys/types.h, ..., ctype.h -- Looking for 16 include files sys/types.h, ..., ctype.h - found -- Looking for 17 include files sys/types.h, ..., dl.h -- Looking for 17 include files sys/types.h, ..., dl.h - not found -- Looking for 17 include files sys/types.h, ..., float.h -- Looking for 17 include files sys/types.h, ..., float.h - found -- Looking for 18 include files sys/types.h, ..., math.h -- Looking for 18 include files sys/types.h, ..., math.h - found -- Looking for 19 include files sys/types.h, ..., pthread.h -- Looking for 19 include files sys/types.h, ..., pthread.h - found -- Looking for localtime -- Looking for localtime - found -- Looking for strftime -- Looking for strftime - found -- Looking for stat -- Looking for stat - found -- Looking for _stat -- Looking for _stat - not found -- Looking for vsnprintf -- Looking for vsnprintf - found -- Checking for va_copy -- Checking for va_copy - yes -- Checking for __va_copy -- Checking for __va_copy - yes -- Looking for localeconv -- Looking for localeconv - found -- Performing Test HAVE_PTHREAD_MUTEX_RECURSIVE_DEFN -- Performing Test HAVE_PTHREAD_MUTEX_RECURSIVE_DEFN - Success -- Configuring done -- Generating done -- Build files have been written to: /home/estan/VTK-9.0.1/build estan@edison:~/VTK-9.0.1/build$