This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by CAFE configure 1.22.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/opt/gfa/cafe/cpp/cafe-1.22.0-py37-gcc- --libdir=/opt/gfa/cafe/cpp/cafe-1.22.0-py37-gcc-/lib/RHEL8-x86_64 --enable-boost-inc --enable-epics7 --enable-python37 --enable-qt5 --with-boost-inc=/opt/gfa/cafe/boost/boost_1_61_0/include --with-epics3=/usr/local/epics/base --with-python310=/opt/gfa/python-3.10/latest --with-python38=/opt/gfa/python-3.8/latest --with-python37=/opt/gfa/python-3.7/latest --with-python35=/opt/gfa/python-3.5/latest --with-python34=/opt/psi/Programming/psi-python34/2.1.0 --with-qt5py310=/opt/gfa/python-3.10/latest --with-qt5py38=/opt/gfa/python-3.8/latest --with-qt5=/opt/gfa/python-3.7/latest --with-qt4=/opt/gfa/python-3.5/latest --with-qt4py34=/opt/psi/Programming/psi-python34/2.1.0 --with-json=/opt/gfa/cafe/deps/zmq/json/jsoncpp-src-0.6.0-rc2 --with-zeromq=/opt/gfa/cafe/deps/zmq/zeromq-4.2.3-gcc-6.3.0 --with-curl=/opt/gfa/cafe/deps/zmq/curl-7.55.1 --with-lz4=/opt/gfa/cafe/deps/zmq/lz4/lib --with-epics7=/usr/local/epics/base-7.0.9 --no-create --no-recursion ## --------- ## ## Platform. ## ## --------- ## hostname = sls-lc8.psi.ch uname -m = x86_64 uname -r = 4.18.0-553.22.1.el8_10.x86_64 uname -s = Linux uname -v = #1 SMP Wed Sep 11 18:02:00 EDT 2024 /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /opt/gfa/python-3.7/2018.12/bin PATH: /opt/gfa/python-3.5/latest/bin PATH: /usr/local/epics/seq/bin/RHEL8-x86_64 PATH: . PATH: /usr/lib/openoffice.org/program PATH: /opt/psi/Tools/HDFView/3.1.2/bin PATH: /usr/share/Modules/bin PATH: /sbin PATH: /bin PATH: /sls/bd/bin PATH: /sls/controls/bin PATH: /sls/diag/bin PATH: /sls/mag/bin PATH: /sls/metro/bin PATH: /sls/op/bin PATH: /sls/plc PATH: /sls/rf/bin PATH: /sls/vcs/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /usr/local/sbin PATH: /usr/sbin PATH: /usr/local/epics/base-7.0.9/bin/RHEL8-x86_64 PATH: /sls/bd/bin PATH: /sls/controls/bin PATH: /opt/puppetlabs/bin PATH: /afs/psi.ch/project/zeromq/deps/pycharm-community-2018.1.4/bin PATH: /afs/psi.ch/user/c/chrin/Downloads/astyle/build/gcc/bin PATH: /afs/psi.ch/user/c/chrin/.local/bin PATH: /afs/psi.ch/user/c/chrin/python/pycharm-community-2018.1.4/bin PATH: /afs/psi.ch/user/c/chrin/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2503: checking for a BSD-compatible install configure:2571: result: /bin/install -c configure:2582: checking whether build environment is sane configure:2637: result: yes configure:2788: checking for a thread-safe mkdir -p configure:2827: result: /bin/mkdir -p configure:2834: checking for gawk configure:2850: found /bin/gawk configure:2861: result: gawk configure:2872: checking whether make sets $(MAKE) configure:2894: result: yes configure:2923: checking whether make supports nested variables configure:2940: result: yes configure:3135: checking for g++ configure:3151: found /bin/g++ configure:3162: result: g++ configure:3189: checking for C++ compiler version configure:3198: g++ --version >&5 g++ (GCC) 8.5.0 20210514 (Red Hat 8.5.0-28) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3209: $? = 0 configure:3198: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --disable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 8.5.0 20210514 (Red Hat 8.5.0-28) (GCC) configure:3209: $? = 0 configure:3198: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:3209: $? = 1 configure:3198: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion'; did you mean '--version'? g++: fatal error: no input files compilation terminated. configure:3209: $? = 1 configure:3229: checking whether the C++ compiler works configure:3251: g++ conftest.cpp >&5 configure:3255: $? = 0 configure:3303: result: yes configure:3306: checking for C++ compiler default output file name configure:3308: result: a.out configure:3314: checking for suffix of executables configure:3321: g++ -o conftest conftest.cpp >&5 configure:3325: $? = 0 configure:3347: result: configure:3369: checking whether we are cross compiling configure:3377: g++ -o conftest conftest.cpp >&5 configure:3381: $? = 0 configure:3388: ./conftest configure:3392: $? = 0 configure:3407: result: no configure:3412: checking for suffix of object files configure:3434: g++ -c conftest.cpp >&5 configure:3438: $? = 0 configure:3459: result: o configure:3463: checking whether we are using the GNU C++ compiler configure:3482: g++ -c conftest.cpp >&5 configure:3482: $? = 0 configure:3491: result: yes configure:3500: checking whether g++ accepts -g configure:3520: g++ -c -g conftest.cpp >&5 configure:3520: $? = 0 configure:3561: result: yes configure:3587: checking whether make supports the include directive configure:3602: make -f confmf.GNU && cat confinc.out make[1]: Entering directory '/afs/psi.ch/project/cafe/gitea/CAFE/cpp' make[1]: Leaving directory '/afs/psi.ch/project/cafe/gitea/CAFE/cpp' this is the am__doit target configure:3605: $? = 0 configure:3624: result: yes (GNU style) configure:3649: checking dependency style of g++ configure:3760: result: gcc3 configure:3806: checking build system type configure:3820: result: x86_64-pc-linux-gnu configure:3840: checking host system type configure:3853: result: x86_64-pc-linux-gnu configure:3894: checking how to print strings configure:3921: result: printf configure:3990: checking for gcc configure:4006: found /bin/gcc configure:4017: result: gcc configure:4246: checking for C compiler version configure:4255: gcc --version >&5 gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-28) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4266: $? = 0 configure:4255: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --disable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 8.5.0 20210514 (Red Hat 8.5.0-28) (GCC) configure:4266: $? = 0 configure:4255: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:4266: $? = 1 configure:4255: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:4266: $? = 1 configure:4270: checking whether we are using the GNU C compiler configure:4289: gcc -c conftest.c >&5 configure:4289: $? = 0 configure:4298: result: yes configure:4307: checking whether gcc accepts -g configure:4327: gcc -c -g conftest.c >&5 configure:4327: $? = 0 configure:4368: result: yes configure:4385: checking for gcc option to accept ISO C89 configure:4448: gcc -c -g -O2 conftest.c >&5 configure:4448: $? = 0 configure:4461: result: none needed configure:4486: checking whether gcc understands -c and -o together configure:4508: gcc -c conftest.c -o conftest2.o configure:4511: $? = 0 configure:4508: gcc -c conftest.c -o conftest2.o configure:4511: $? = 0 configure:4523: result: yes configure:4542: checking dependency style of gcc configure:4653: result: gcc3 configure:4668: checking for a sed that does not truncate output configure:4732: result: /bin/sed configure:4750: checking for grep that handles long lines and -e configure:4808: result: /bin/grep configure:4813: checking for egrep configure:4875: result: /bin/grep -E configure:4880: checking for fgrep configure:4942: result: /bin/grep -F configure:4977: checking for ld used by gcc configure:5044: result: /bin/ld configure:5051: checking if the linker (/bin/ld) is GNU ld configure:5066: result: yes configure:5078: checking for BSD- or MS-compatible name lister (nm) configure:5132: result: /bin/nm -B configure:5262: checking the name lister (/bin/nm -B) interface configure:5269: g++ -c -g -O2 conftest.cpp >&5 configure:5272: /bin/nm -B "conftest.o" configure:5275: output 0000000000000000 B some_variable configure:5282: result: BSD nm configure:5285: checking whether ln -s works configure:5289: result: yes configure:5297: checking the maximum length of command line arguments configure:5428: result: 1572864 configure:5476: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:5516: result: func_convert_file_noop configure:5523: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:5543: result: func_convert_file_noop configure:5550: checking for /bin/ld option to reload object files configure:5557: result: -r configure:5631: checking for objdump configure:5647: found /bin/objdump configure:5658: result: objdump configure:5690: checking how to recognize dependent libraries configure:5890: result: pass_all configure:5975: checking for dlltool configure:6005: result: no configure:6035: checking how to associate runtime and link libraries configure:6062: result: printf %s\n configure:6123: checking for ar configure:6139: found /bin/ar configure:6150: result: ar configure:6187: checking for archiver @FILE support configure:6204: g++ -c -g -O2 conftest.cpp >&5 configure:6204: $? = 0 configure:6207: ar cru libconftest.a @conftest.lst >&5 configure:6210: $? = 0 configure:6215: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:6218: $? = 1 configure:6230: result: @ configure:6288: checking for strip configure:6304: found /bin/strip configure:6315: result: strip configure:6387: checking for ranlib configure:6403: found /bin/ranlib configure:6414: result: ranlib configure:6516: checking command to parse /bin/nm -B output from gcc object configure:6669: g++ -c -g -O2 conftest.cpp >&5 configure:6672: $? = 0 configure:6676: /bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:6679: $? = 0 configure:6745: g++ -o conftest -g -O2 conftest.cpp conftstm.o >&5 configure:6748: $? = 0 configure:6786: result: ok configure:6833: checking for sysroot configure:6863: result: no configure:6870: checking for a working dd configure:6908: result: /bin/dd configure:6912: checking how to truncate binary pipes configure:6927: result: /bin/dd bs=4096 count=1 configure:7064: g++ -c -g -O2 conftest.cpp >&5 configure:7067: $? = 0 configure:7257: checking for mt configure:7287: result: no configure:7307: checking if : is a manifest tool configure:7313: : '-?' configure:7321: result: no configure:7998: checking how to run the C preprocessor configure:8029: gcc -E conftest.c configure:8029: $? = 0 configure:8043: gcc -E conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:8043: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "CAFE" | #define PACKAGE_TARNAME "cafe" | #define PACKAGE_VERSION "1.22.0" | #define PACKAGE_STRING "CAFE 1.22.0" | #define PACKAGE_BUGREPORT "Bug reports to: jan.chrin@psi.ch" | #define PACKAGE_URL "" | #define PACKAGE "cafe" | #define VERSION "1.22.0" | /* end confdefs.h. */ | #include configure:8068: result: gcc -E configure:8088: gcc -E conftest.c configure:8088: $? = 0 configure:8102: gcc -E conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:8102: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "CAFE" | #define PACKAGE_TARNAME "cafe" | #define PACKAGE_VERSION "1.22.0" | #define PACKAGE_STRING "CAFE 1.22.0" | #define PACKAGE_BUGREPORT "Bug reports to: jan.chrin@psi.ch" | #define PACKAGE_URL "" | #define PACKAGE "cafe" | #define VERSION "1.22.0" | /* end confdefs.h. */ | #include configure:8131: checking for ANSI C header files configure:8151: gcc -c -g -O2 conftest.c >&5 configure:8151: $? = 0 configure:8224: gcc -o conftest -g -O2 conftest.c >&5 configure:8224: $? = 0 configure:8224: ./conftest configure:8224: $? = 0 configure:8235: result: yes configure:8248: checking for sys/types.h configure:8248: gcc -c -g -O2 conftest.c >&5 configure:8248: $? = 0 configure:8248: result: yes configure:8248: checking for sys/stat.h configure:8248: gcc -c -g -O2 conftest.c >&5 configure:8248: $? = 0 configure:8248: result: yes configure:8248: checking for stdlib.h configure:8248: gcc -c -g -O2 conftest.c >&5 configure:8248: $? = 0 configure:8248: result: yes configure:8248: checking for string.h configure:8248: gcc -c -g -O2 conftest.c >&5 configure:8248: $? = 0 configure:8248: result: yes configure:8248: checking for memory.h configure:8248: gcc -c -g -O2 conftest.c >&5 configure:8248: $? = 0 configure:8248: result: yes configure:8248: checking for strings.h configure:8248: gcc -c -g -O2 conftest.c >&5 configure:8248: $? = 0 configure:8248: result: yes configure:8248: checking for inttypes.h configure:8248: gcc -c -g -O2 conftest.c >&5 configure:8248: $? = 0 configure:8248: result: yes configure:8248: checking for stdint.h configure:8248: gcc -c -g -O2 conftest.c >&5 configure:8248: $? = 0 configure:8248: result: yes configure:8248: checking for unistd.h configure:8248: gcc -c -g -O2 conftest.c >&5 configure:8248: $? = 0 configure:8248: result: yes configure:8262: checking for dlfcn.h configure:8262: gcc -c -g -O2 conftest.c >&5 configure:8262: $? = 0 configure:8262: result: yes configure:8528: checking for objdir configure:8543: result: .libs configure:8807: checking if gcc supports -fno-rtti -fno-exceptions configure:8825: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:8829: $? = 0 configure:8842: result: no configure:9200: checking for gcc option to produce PIC configure:9207: result: -fPIC -DPIC configure:9215: checking if gcc PIC flag -fPIC -DPIC works configure:9233: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:9237: $? = 0 configure:9250: result: yes configure:9279: checking if gcc static flag -static works configure:9307: result: no configure:9322: checking if gcc supports -c -o file.o configure:9343: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:9347: $? = 0 configure:9369: result: yes configure:9377: checking if gcc supports -c -o file.o configure:9424: result: yes configure:9457: checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries configure:10716: result: yes configure:10753: checking whether -lc should be explicitly linked in configure:10761: gcc -c -g -O2 conftest.c >&5 configure:10764: $? = 0 configure:10779: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:10782: $? = 0 configure:10796: result: no configure:10956: checking dynamic linker characteristics configure:11537: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11537: $? = 0 configure:11774: result: GNU/Linux ld.so configure:11896: checking how to hardcode library paths into programs configure:11921: result: immediate configure:12469: checking whether stripping libraries is possible configure:12474: result: yes configure:12509: checking if libtool supports shared libraries configure:12511: result: yes configure:12514: checking whether to build shared libraries configure:12539: result: yes configure:12542: checking whether to build static libraries configure:12546: result: yes configure:12569: checking how to run the C++ preprocessor configure:12596: g++ -E conftest.cpp configure:12596: $? = 0 configure:12610: g++ -E conftest.cpp conftest.cpp:23:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:12610: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "CAFE" | #define PACKAGE_TARNAME "cafe" | #define PACKAGE_VERSION "1.22.0" | #define PACKAGE_STRING "CAFE 1.22.0" | #define PACKAGE_BUGREPORT "Bug reports to: jan.chrin@psi.ch" | #define PACKAGE_URL "" | #define PACKAGE "cafe" | #define VERSION "1.22.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:12635: result: g++ -E configure:12655: g++ -E conftest.cpp configure:12655: $? = 0 configure:12669: g++ -E conftest.cpp conftest.cpp:23:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:12669: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "CAFE" | #define PACKAGE_TARNAME "cafe" | #define PACKAGE_VERSION "1.22.0" | #define PACKAGE_STRING "CAFE 1.22.0" | #define PACKAGE_BUGREPORT "Bug reports to: jan.chrin@psi.ch" | #define PACKAGE_URL "" | #define PACKAGE "cafe" | #define VERSION "1.22.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:12831: checking for ld used by g++ configure:12898: result: /bin/ld -m elf_x86_64 configure:12905: checking if the linker (/bin/ld -m elf_x86_64) is GNU ld configure:12920: result: yes configure:12975: checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries configure:14048: result: yes configure:14084: g++ -c -g -O2 conftest.cpp >&5 configure:14087: $? = 0 configure:14568: checking for g++ option to produce PIC configure:14575: result: -fPIC -DPIC configure:14583: checking if g++ PIC flag -fPIC -DPIC works configure:14601: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:14605: $? = 0 configure:14618: result: yes configure:14641: checking if g++ static flag -static works configure:14669: result: no configure:14681: checking if g++ supports -c -o file.o configure:14702: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:14706: $? = 0 configure:14728: result: yes configure:14733: checking if g++ supports -c -o file.o configure:14780: result: yes configure:14810: checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries configure:14850: result: yes configure:14991: checking dynamic linker characteristics configure:15736: result: GNU/Linux ld.so configure:15801: checking how to hardcode library paths into programs configure:15826: result: immediate configure:16051: checking cadef.h usability configure:16051: g++ -c -g -O2 -fexceptions -fPIC -std=c++1z -z nodefs -I/usr/local/epics/base-7.0.9/include/ -I/usr/local/epics/base-7.0.9/include/os/Linux -I/usr/local/epics/base-7.0.9/include/compiler/gcc conftest.cpp >&5 configure:16051: $? = 0 configure:16051: result: yes configure:16051: checking cadef.h presence configure:16051: g++ -E -fexceptions -fPIC -std=c++1z -z nodefs -I/usr/local/epics/base-7.0.9/include/ -I/usr/local/epics/base-7.0.9/include/os/Linux -I/usr/local/epics/base-7.0.9/include/compiler/gcc conftest.cpp configure:16051: $? = 0 configure:16051: result: yes configure:16051: checking for cadef.h configure:16051: result: yes configure:16070: checking epicsTypes.h usability configure:16070: g++ -c -g -O2 -fexceptions -fPIC -std=c++1z -z nodefs -I/usr/local/epics/base-7.0.9/include/ -I/usr/local/epics/base-7.0.9/include/os/Linux -I/usr/local/epics/base-7.0.9/include/compiler/gcc conftest.cpp >&5 configure:16070: $? = 0 configure:16070: result: yes configure:16070: checking epicsTypes.h presence configure:16070: g++ -E -fexceptions -fPIC -std=c++1z -z nodefs -I/usr/local/epics/base-7.0.9/include/ -I/usr/local/epics/base-7.0.9/include/os/Linux -I/usr/local/epics/base-7.0.9/include/compiler/gcc conftest.cpp configure:16070: $? = 0 configure:16070: result: yes configure:16070: checking for epicsTypes.h configure:16070: result: yes configure:16087: checking for main in -lca configure:16106: g++ -o conftest -g -O2 -fexceptions -fPIC -std=c++1z -z nodefs -I/usr/local/epics/base-7.0.9/include/ -I/usr/local/epics/base-7.0.9/include/os/Linux -I/usr/local/epics/base-7.0.9/include/compiler/gcc -L/usr/local/epics/base-7.0.9/lib/RHEL8-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.9/lib/RHEL8-x86_64 conftest.cpp -lca >&5 /bin/ld: warning: -z nodefs ignored. configure:16106: $? = 0 configure:16115: result: yes configure:16128: checking for main in -lCom configure:16147: g++ -o conftest -g -O2 -fexceptions -fPIC -std=c++1z -z nodefs -I/usr/local/epics/base-7.0.9/include/ -I/usr/local/epics/base-7.0.9/include/os/Linux -I/usr/local/epics/base-7.0.9/include/compiler/gcc -L/usr/local/epics/base-7.0.9/lib/RHEL8-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.9/lib/RHEL8-x86_64 conftest.cpp -lCom >&5 /bin/ld: warning: -z nodefs ignored. configure:16147: $? = 0 configure:16156: result: yes configure:16169: checking for main in -ldl configure:16188: g++ -o conftest -g -O2 -fexceptions -fPIC -std=c++1z -z nodefs -I/usr/local/epics/base-7.0.9/include/ -I/usr/local/epics/base-7.0.9/include/os/Linux -I/usr/local/epics/base-7.0.9/include/compiler/gcc -L/usr/local/epics/base-7.0.9/lib/RHEL8-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.9/lib/RHEL8-x86_64 conftest.cpp -ldl >&5 /bin/ld: warning: -z nodefs ignored. configure:16188: $? = 0 configure:16197: result: yes configure:16402: checking multi_index_container.hpp usability configure:16402: g++ -c -g -O2 -fexceptions -fPIC -std=c++1z -z nodefs -I/usr/local/epics/base-7.0.9/include/ -I/usr/local/epics/base-7.0.9/include/os/Linux -I/usr/local/epics/base-7.0.9/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include conftest.cpp >&5 configure:16402: $? = 0 configure:16402: result: yes configure:16402: checking multi_index_container.hpp presence configure:16402: g++ -E -fexceptions -fPIC -std=c++1z -z nodefs -I/usr/local/epics/base-7.0.9/include/ -I/usr/local/epics/base-7.0.9/include/os/Linux -I/usr/local/epics/base-7.0.9/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include conftest.cpp configure:16402: $? = 0 configure:16402: result: yes configure:16402: checking for multi_index_container.hpp configure:16402: result: yes configure:16626: checking Python.h usability configure:16626: g++ -c -g -O2 -fexceptions -fPIC -std=c++1z -z nodefs -I/usr/local/epics/base-7.0.9/include/ -I/usr/local/epics/base-7.0.9/include/os/Linux -I/usr/local/epics/base-7.0.9/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/python3.7m -I/opt/gfa/python-3.7/latest/lib/python3.7/site-packages/numpy/core/include conftest.cpp >&5 configure:16626: $? = 0 configure:16626: result: yes configure:16626: checking Python.h presence configure:16626: g++ -E -fexceptions -fPIC -std=c++1z -z nodefs -I/usr/local/epics/base-7.0.9/include/ -I/usr/local/epics/base-7.0.9/include/os/Linux -I/usr/local/epics/base-7.0.9/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/python3.7m -I/opt/gfa/python-3.7/latest/lib/python3.7/site-packages/numpy/core/include conftest.cpp configure:16626: $? = 0 configure:16626: result: yes configure:16626: checking for Python.h configure:16626: result: yes configure:16741: checking for main in -lpython3.7m configure:16760: g++ -o conftest -g -O2 -fexceptions -fPIC -std=c++1z -z nodefs -I/usr/local/epics/base-7.0.9/include/ -I/usr/local/epics/base-7.0.9/include/os/Linux -I/usr/local/epics/base-7.0.9/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/python3.7m -I/opt/gfa/python-3.7/latest/lib/python3.7/site-packages/numpy/core/include -L/usr/local/epics/base-7.0.9/lib/RHEL8-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.9/lib/RHEL8-x86_64 -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib conftest.cpp -lpython3.7m >&5 /bin/ld: warning: -z nodefs ignored. configure:16760: $? = 0 configure:16769: result: yes configure:17116: checking qxml.h usability configure:17116: g++ -c -g -O2 -fexceptions -fPIC -std=c++1z -z nodefs -I/usr/local/epics/base-7.0.9/include/ -I/usr/local/epics/base-7.0.9/include/os/Linux -I/usr/local/epics/base-7.0.9/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/python3.7m -I/opt/gfa/python-3.7/latest/lib/python3.7/site-packages/numpy/core/include -I/opt/gfa/python-3.7/latest/include/qt -I/opt/gfa/python-3.7/latest/include/qt/QtCore -I/opt/gfa/python-3.7/latest/include/qt/QtXml conftest.cpp >&5 configure:17116: $? = 0 configure:17116: result: yes configure:17116: checking qxml.h presence configure:17116: g++ -E -fexceptions -fPIC -std=c++1z -z nodefs -I/usr/local/epics/base-7.0.9/include/ -I/usr/local/epics/base-7.0.9/include/os/Linux -I/usr/local/epics/base-7.0.9/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/python3.7m -I/opt/gfa/python-3.7/latest/lib/python3.7/site-packages/numpy/core/include -I/opt/gfa/python-3.7/latest/include/qt -I/opt/gfa/python-3.7/latest/include/qt/QtCore -I/opt/gfa/python-3.7/latest/include/qt/QtXml conftest.cpp configure:17116: $? = 0 configure:17116: result: yes configure:17116: checking for qxml.h configure:17116: result: yes configure:17226: checking for write in -lQt5Core configure:17251: g++ -o conftest -g -O2 -fexceptions -fPIC -std=c++1z -z nodefs -I/usr/local/epics/base-7.0.9/include/ -I/usr/local/epics/base-7.0.9/include/os/Linux -I/usr/local/epics/base-7.0.9/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/python3.7m -I/opt/gfa/python-3.7/latest/lib/python3.7/site-packages/numpy/core/include -I/opt/gfa/python-3.7/latest/include/qt -I/opt/gfa/python-3.7/latest/include/qt/QtCore -I/opt/gfa/python-3.7/latest/include/qt/QtXml -L/usr/local/epics/base-7.0.9/lib/RHEL8-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.9/lib/RHEL8-x86_64 -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib conftest.cpp -lQt5Core -lpython3.7m >&5 /bin/ld: warning: -z nodefs ignored. configure:17251: $? = 0 configure:17260: result: yes configure:17278: checking for qt_version_tag in -lQt5Xml configure:17303: g++ -o conftest -g -O2 -fexceptions -fPIC -std=c++1z -z nodefs -I/usr/local/epics/base-7.0.9/include/ -I/usr/local/epics/base-7.0.9/include/os/Linux -I/usr/local/epics/base-7.0.9/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/python3.7m -I/opt/gfa/python-3.7/latest/lib/python3.7/site-packages/numpy/core/include -I/opt/gfa/python-3.7/latest/include/qt -I/opt/gfa/python-3.7/latest/include/qt/QtCore -I/opt/gfa/python-3.7/latest/include/qt/QtXml -L/usr/local/epics/base-7.0.9/lib/RHEL8-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.9/lib/RHEL8-x86_64 -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib conftest.cpp -lQt5Xml -lQt5Core -lpython3.7m >&5 /bin/ld: warning: -z nodefs ignored. configure:17303: $? = 0 configure:17312: result: yes configure:18163: checking that generated files are newer than configure configure:18169: result: done configure:18208: creating ./config.status ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_header_Python_h=yes ac_cv_header_cadef_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_epicsTypes_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_multi_index_container_hpp=yes ac_cv_header_qxml_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_Com_main=yes ac_cv_lib_Qt5Core_write=yes ac_cv_lib_Qt5Xml_qt_version_tag=yes ac_cv_lib_ca_main=yes ac_cv_lib_dl_main=yes ac_cv_lib_python3_7m_main=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_SED=/bin/sed ac_cv_path_install='/bin/install -c' ac_cv_path_lt_DD=/bin/dd ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/bin/ld lt_cv_path_LDCXX='/bin/ld -m elf_x86_64' lt_cv_path_NM='/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=no lt_cv_prog_compiler_static_works_CXX=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/bin/dd bs=4096 count=1' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /afs/psi.ch/project/cafe/gitea/CAFE/cpp/missing aclocal-1.16' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_CPPFLAGS=' -fexceptions -fPIC -std=c++1z -z nodefs -I/usr/local/epics/base-7.0.9/include/ -I/usr/local/epics/base-7.0.9/include/os/Linux -I/usr/local/epics/base-7.0.9/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/python3.7m -I/opt/gfa/python-3.7/latest/lib/python3.7/site-packages/numpy/core/include -I/opt/gfa/python-3.7/latest/include/qt -I/opt/gfa/python-3.7/latest/include/qt/QtCore -I/opt/gfa/python-3.7/latest/include/qt/QtXml' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_LDFLAGS=' -L/usr/local/epics/base-7.0.9/lib/RHEL8-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.9/lib/RHEL8-x86_64 -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib ' AM_V='$(V)' AR='ar' AUTOCONF='${SHELL} /afs/psi.ch/project/cafe/gitea/CAFE/cpp/missing autoconf' AUTOHEADER='${SHELL} /afs/psi.ch/project/cafe/gitea/CAFE/cpp/missing autoheader' AUTOMAKE='${SHELL} /afs/psi.ch/project/cafe/gitea/CAFE/cpp/missing automake-1.16' AWK='gawk' CAFE_CPPFLAGS='-I$(top_srcdir)/include ' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS=' -fexceptions -fPIC -std=c++1z -z nodefs -I/usr/local/epics/base-7.0.9/include/ -I/usr/local/epics/base-7.0.9/include/os/Linux -I/usr/local/epics/base-7.0.9/include/compiler/gcc -I/opt/gfa/cafe/boost/boost_1_61_0/include/boost -I/opt/gfa/cafe/boost/boost_1_61_0/include -I/opt/gfa/python-3.7/latest/include/python3.7m -I/opt/gfa/python-3.7/latest/lib/python3.7/site-packages/numpy/core/include -I/opt/gfa/python-3.7/latest/include/qt -I/opt/gfa/python-3.7/latest/include/qt/QtCore -I/opt/gfa/python-3.7/latest/include/qt/QtXml' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FGREP='/bin/grep -F' GREP='/bin/grep' HAVE_PYCAFE_EXT__FALSE='#' HAVE_PYCAFE_EXT__TRUE='' HAVE_PYTHON__FALSE='#' HAVE_PYTHON__TRUE='' HAVE_ZEROMQ__FALSE='' HAVE_ZEROMQ__TRUE='#' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/bin/ld -m elf_x86_64' LDFLAGS=' -L/usr/local/epics/base-7.0.9/lib/RHEL8-x86_64 -Wl,-rpath,/usr/local/epics/base-7.0.9/lib/RHEL8-x86_64 -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib -L/opt/gfa/python-3.7/latest/lib -Wl,-rpath,/opt/gfa/python-3.7/latest/lib ' LIBOBJS='' LIBS='-lQt5Xml -lQt5Core -lpython3.7m ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAKEINFO='${SHELL} /afs/psi.ch/project/cafe/gitea/CAFE/cpp/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' NM='/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='cafe' PACKAGE_BUGREPORT='Bug reports to: jan.chrin@psi.ch' PACKAGE_NAME='CAFE' PACKAGE_STRING='CAFE 1.22.0' PACKAGE_TARNAME='cafe' PACKAGE_URL='' PACKAGE_VERSION='1.22.0' PATH_SEPARATOR=':' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='1.22.0' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /afs/psi.ch/project/cafe/gitea/CAFE/cpp/install-sh' libdir='/opt/gfa/cafe/cpp/cafe-1.22.0-py37-gcc-/lib/RHEL8-x86_64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/opt/gfa/cafe/cpp/cafe-1.22.0-py37-gcc-' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "CAFE" #define PACKAGE_TARNAME "cafe" #define PACKAGE_VERSION "1.22.0" #define PACKAGE_STRING "CAFE 1.22.0" #define PACKAGE_BUGREPORT "Bug reports to: jan.chrin@psi.ch" #define PACKAGE_URL "" #define PACKAGE "cafe" #define VERSION "1.22.0" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_LINUX 1 #define HAVE_CADEF_H 1 #define HAVE_EPICSTYPES_H 1 #define HAVE_EPICS 7.4.1 #define EPICS_MAJOR 7 #define EPICS_MINOR 4 #define EPICS_PATCH 1 #define HAVE_MULTI_INDEX_CONTAINER_HPP 1 #define HAVE_BOOST 1 #define HAVE_PYTHON_H 1 #define HAVE_LIBPYTHON3_7M 1 #define HAVE_PYTHON 1 #define HAVE_PYCAFE_EXT 1 #define HAVE_QXML_H 1 #define HAVE_LIBQT5CORE 1 #define HAVE_LIBQT5XML 1 #define HAVE_QT 1 #define HAVE_LIBQTXML 1 #define QT_NO_VERSION_TAGGING 1 configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by CAFE config.status 1.22.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on sls-lc8.psi.ch config.status:1184: creating makefile config.status:1184: creating src/makefile config.status:1184: creating include/makefile config.status:1184: creating ./include/config.h config.status:1413: executing depfiles commands config.status:1490: cd src && sed -e '/# am--include-marker/d' makefile | make -f - am--depfiles make[1]: Entering directory '/afs/psi.ch/project/cafe/gitea/CAFE/cpp/src' make[1]: Nothing to be done for 'am--depfiles'. make[1]: Leaving directory '/afs/psi.ch/project/cafe/gitea/CAFE/cpp/src' config.status:1495: $? = 0 config.status:1413: executing libtool commands ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by CAFE config.status 1.22.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status ./include/config.h on sls-lc8.psi.ch config.status:1184: creating ./include/config.h config.status:1365: ./include/config.h is unchanged