This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by fldigi configure 3.23.14, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --without-sndfile --without-portaudio --without-hamlib --enable-nls --without-pulseaudio --disable-silent-rules --without-asciidoc ## --------- ## ## Platform. ## ## --------- ## hostname = mr-fox uname -m = x86_64 uname -r = 4.7.4-hardened-r1 uname -s = Linux uname -v = #1 SMP Thu Sep 22 18:21:40 CEST 2016 /usr/bin/uname -p = Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/portage/python2.7/ebuild-helpers/xattr PATH: /usr/lib/portage/python2.7/ebuild-helpers PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0 PATH: /opt/nvidia-cg-toolkit/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2649: loading site script /usr/share/config.site | #!/bin/sh | # Copyright 2009-2014 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | | TOPDIR=/usr/share/crossdev/include/site | | config_site_arch() { | local host="${CHOST%%-*}" | | case ${host} in | arm*b*) host=armeb ;; | arm*) host=arm ;; | mips*l*) host=mipsel ;; | mips*) host=mips ;; | esac | | echo "${host}" | } | | config_site_names() { | local site_arch="$(config_site_arch)" | local sites="" | local x | | case ${CHOST} in | *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; | *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; | esac | | case ${CHOST} in | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; | *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; | esac | | case ${CHOST} in | *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; | *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; | esac | | for x in ${sites} ${CHOST}; do | [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}" | done | } | | # Only kick in for cross-compiles so we don't break native builds #427184 | if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then | sites="$(config_site_names)" | if [ -n "${sites}" ] ; then | for site in ${sites}; do | echo "${0##*/}: loading site script ${site}" | . "${site}" | done | fi | unset site sites | fi configure:2828: checking build system type configure:2842: result: x86_64-pc-linux-gnu configure:2863: checking host system type configure:2876: result: x86_64-pc-linux-gnu configure:2897: checking target system type configure:2910: result: x86_64-pc-linux-gnu configure:2953: checking for a BSD-compatible install configure:3021: result: /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c configure:3032: checking whether build environment is sane configure:3087: result: yes configure:3238: checking for a thread-safe mkdir -p configure:3277: result: /bin/mkdir -p configure:3284: checking for gawk configure:3300: found /usr/bin/gawk configure:3311: result: gawk configure:3322: checking whether make sets $(MAKE) configure:3344: result: yes configure:3373: checking whether make supports nested variables configure:3390: result: yes configure:3526: checking whether make supports nested variables configure:3543: result: yes configure:3555: checking whether to enable maintainer-specific portions of Makefiles configure:3564: result: no configure:3672: checking for x86_64-pc-linux-gnu-g++ configure:3688: found /usr/bin/x86_64-pc-linux-gnu-g++ configure:3699: result: x86_64-pc-linux-gnu-g++ configure:3770: checking for C++ compiler version configure:3779: x86_64-pc-linux-gnu-g++ --version >&5 x86_64-pc-linux-gnu-g++ (Gentoo 6.2.0-r1 p1.1) 6.2.0 Copyright (C) 2016 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:3790: $? = 0 configure:3779: x86_64-pc-linux-gnu-g++ -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0/x86_64-pc-linux-gnu-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-6.2.0-r1/work/gcc-6.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 6.2.0-r1 p1.1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --disable-default-pie --disable-default-ssp Thread model: posix gcc version 6.2.0 (Gentoo 6.2.0-r1 p1.1) configure:3790: $? = 0 configure:3779: x86_64-pc-linux-gnu-g++ -V >&5 x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. configure:3790: $? = 1 configure:3779: x86_64-pc-linux-gnu-g++ -qversion >&5 x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. configure:3790: $? = 1 configure:3810: checking whether the C++ compiler works configure:3832: x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 configure:3836: $? = 0 configure:3884: result: yes configure:3887: checking for C++ compiler default output file name configure:3889: result: a.out configure:3895: checking for suffix of executables configure:3902: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 configure:3906: $? = 0 configure:3928: result: configure:3950: checking whether we are cross compiling configure:3958: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 configure:3962: $? = 0 configure:3969: ./conftest configure:3973: $? = 0 configure:3988: result: no configure:3993: checking for suffix of object files configure:4015: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cpp >&5 configure:4019: $? = 0 configure:4040: result: o configure:4044: checking whether we are using the GNU C++ compiler configure:4063: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cpp >&5 configure:4063: $? = 0 configure:4072: result: yes configure:4081: checking whether x86_64-pc-linux-gnu-g++ accepts -g configure:4101: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5 configure:4101: $? = 0 configure:4142: result: yes configure:4176: checking for style of include used by make configure:4204: result: GNU configure:4230: checking dependency style of x86_64-pc-linux-gnu-g++ configure:4341: result: none configure:4364: checking for x86_64-pc-linux-gnu-gcc configure:4380: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:4391: result: x86_64-pc-linux-gnu-gcc configure:4660: checking for C compiler version configure:4669: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 6.2.0-r1 p1.1) 6.2.0 Copyright (C) 2016 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:4680: $? = 0 configure:4669: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-6.2.0-r1/work/gcc-6.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/6.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 6.2.0-r1 p1.1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --disable-default-pie --disable-default-ssp Thread model: posix gcc version 6.2.0 (Gentoo 6.2.0-r1 p1.1) configure:4680: $? = 0 configure:4669: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:4680: $? = 1 configure:4669: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:4680: $? = 1 configure:4684: checking whether we are using the GNU C compiler configure:4703: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4703: $? = 0 configure:4712: result: yes configure:4721: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:4741: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:4741: $? = 0 configure:4782: result: yes configure:4799: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:4862: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4862: $? = 0 configure:4875: result: none needed configure:4900: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together configure:4922: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o configure:4925: $? = 0 configure:4922: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o configure:4925: $? = 0 configure:4937: result: yes configure:4956: checking dependency style of x86_64-pc-linux-gnu-gcc configure:5067: result: none configure:5088: checking how to run the C preprocessor configure:5119: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5119: $? = 0 configure:5133: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:28:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5133: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | /* end confdefs.h. */ | #include configure:5158: result: x86_64-pc-linux-gnu-gcc -E configure:5178: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5178: $? = 0 configure:5192: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:28:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5192: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | /* end confdefs.h. */ | #include configure:5221: checking for grep that handles long lines and -e configure:5279: result: /bin/grep configure:5284: checking for egrep configure:5346: result: /bin/grep -E configure:5351: checking for ANSI C header files configure:5371: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5371: $? = 0 configure:5444: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:5444: $? = 0 configure:5444: ./conftest configure:5444: $? = 0 configure:5455: result: yes configure:5468: checking for sys/types.h configure:5468: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5468: $? = 0 configure:5468: result: yes configure:5468: checking for sys/stat.h configure:5468: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5468: $? = 0 configure:5468: result: yes configure:5468: checking for stdlib.h configure:5468: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5468: $? = 0 configure:5468: result: yes configure:5468: checking for string.h configure:5468: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5468: $? = 0 configure:5468: result: yes configure:5468: checking for memory.h configure:5468: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5468: $? = 0 configure:5468: result: yes configure:5468: checking for strings.h configure:5468: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5468: $? = 0 configure:5468: result: yes configure:5468: checking for inttypes.h configure:5468: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5468: $? = 0 configure:5468: result: yes configure:5468: checking for stdint.h configure:5468: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5468: $? = 0 configure:5468: result: yes configure:5468: checking for unistd.h configure:5468: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5468: $? = 0 configure:5468: result: yes configure:5481: checking minix/config.h usability configure:5481: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 conftest.c:71:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:5481: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | #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 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5481: result: no configure:5481: checking minix/config.h presence configure:5481: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:38:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:5481: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | #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 | /* end confdefs.h. */ | #include configure:5481: result: no configure:5481: checking for minix/config.h configure:5481: result: no configure:5502: checking whether it is safe to define __EXTENSIONS__ configure:5520: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5520: $? = 0 configure:5527: result: yes configure:5551: checking whether x86_64-pc-linux-gnu-g++ supports C++11 features by default configure:5585: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cpp >&5 configure:5585: $? = 0 configure:5592: result: yes configure:5685: checking for ANSI C header files configure:5789: result: yes configure:5800: checking for dirent.h that defines DIR configure:5819: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5819: $? = 0 configure:5827: result: yes configure:5840: checking for library containing opendir configure:5871: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:5871: $? = 0 configure:5888: result: none required configure:5958: checking arpa/inet.h usability configure:5958: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking arpa/inet.h presence configure:5958: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking for arpa/inet.h configure:5958: result: yes configure:5958: checking execinfo.h usability configure:5958: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking execinfo.h presence configure:5958: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking for execinfo.h configure:5958: result: yes configure:5958: checking fcntl.h usability configure:5958: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking fcntl.h presence configure:5958: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking for fcntl.h configure:5958: result: yes configure:5958: checking limits.h usability configure:5958: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking limits.h presence configure:5958: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking for limits.h configure:5958: result: yes configure:5958: checking for memory.h configure:5958: result: yes configure:5958: checking netdb.h usability configure:5958: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking netdb.h presence configure:5958: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking for netdb.h configure:5958: result: yes configure:5958: checking netinet/in.h usability configure:5958: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking netinet/in.h presence configure:5958: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking for netinet/in.h configure:5958: result: yes configure:5958: checking regex.h usability configure:5958: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking regex.h presence configure:5958: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking for regex.h configure:5958: result: yes configure:5958: checking for stdint.h configure:5958: result: yes configure:5958: checking for stdlib.h configure:5958: result: yes configure:5958: checking for string.h configure:5958: result: yes configure:5958: checking for strings.h configure:5958: result: yes configure:5958: checking sys/ioctl.h usability configure:5958: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking sys/ioctl.h presence configure:5958: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking for sys/ioctl.h configure:5958: result: yes configure:5958: checking sys/param.h usability configure:5958: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking sys/param.h presence configure:5958: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking for sys/param.h configure:5958: result: yes configure:5958: checking sys/socket.h usability configure:5958: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking sys/socket.h presence configure:5958: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking for sys/socket.h configure:5958: result: yes configure:5958: checking sys/time.h usability configure:5958: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking sys/time.h presence configure:5958: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking for sys/time.h configure:5958: result: yes configure:5958: checking sys/utsname.h usability configure:5958: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking sys/utsname.h presence configure:5958: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking for sys/utsname.h configure:5958: result: yes configure:5958: checking termios.h usability configure:5958: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking termios.h presence configure:5958: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking for termios.h configure:5958: result: yes configure:5958: checking for unistd.h configure:5958: result: yes configure:5958: checking values.h usability configure:5958: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking values.h presence configure:5958: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking for values.h configure:5958: result: yes configure:5958: checking linux/ppdev.h usability configure:5958: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking linux/ppdev.h presence configure:5958: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5958: $? = 0 configure:5958: result: yes configure:5958: checking for linux/ppdev.h configure:5958: result: yes configure:5958: checking dev/ppbus/ppi.h usability configure:5958: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 conftest.c:100:27: fatal error: dev/ppbus/ppi.h: No such file or directory #include ^ compilation terminated. configure:5958: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_LINUX_PPDEV_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5958: result: no configure:5958: checking dev/ppbus/ppi.h presence configure:5958: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:67:27: fatal error: dev/ppbus/ppi.h: No such file or directory #include ^ compilation terminated. configure:5958: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_LINUX_PPDEV_H 1 | /* end confdefs.h. */ | #include configure:5958: result: no configure:5958: checking for dev/ppbus/ppi.h configure:5958: result: no configure:5970: checking for stdbool.h that conforms to C99 configure:6037: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6037: $? = 0 configure:6044: result: yes configure:6046: checking for _Bool configure:6046: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6046: $? = 0 configure:6046: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:103:20: error: expected expression before ')' token if (sizeof ((_Bool))) ^ configure:6046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_LINUX_PPDEV_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((_Bool))) | return 0; | ; | return 0; | } configure:6046: result: yes configure:6063: checking for an ANSI C-conforming const configure:6129: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6129: $? = 0 configure:6136: result: yes configure:6144: checking for inline configure:6160: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6160: $? = 0 configure:6168: result: inline configure:6186: checking for int16_t configure:6186: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6186: $? = 0 configure:6186: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:106:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1) ^~~~~~~~~~ configure:6186: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_LINUX_PPDEV_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | enum { N = 16 / 2 - 1 }; | int | main () | { | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1) | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:6186: result: yes configure:6197: checking for int32_t configure:6197: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6197: $? = 0 configure:6197: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:107:53: warning: integer overflow in expression [-Woverflow] < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; ^ conftest.c:106:12: error: storage size of 'test_array' isn't constant static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) ^~~~~~~~~~ configure:6197: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_LINUX_PPDEV_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | enum { N = 32 / 2 - 1 }; | int | main () | { | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:6197: result: yes configure:6208: checking for int64_t configure:6208: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6208: $? = 0 configure:6208: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:107:53: warning: integer overflow in expression [-Woverflow] < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; ^ conftest.c:106:12: error: storage size of 'test_array' isn't constant static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) ^~~~~~~~~~ configure:6208: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_LINUX_PPDEV_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | enum { N = 64 / 2 - 1 }; | int | main () | { | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:6208: result: yes configure:6219: checking for int8_t configure:6219: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6219: $? = 0 configure:6219: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:106:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1) ^~~~~~~~~~ configure:6219: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_LINUX_PPDEV_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | enum { N = 8 / 2 - 1 }; | int | main () | { | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1) | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:6219: result: yes configure:6230: checking for C/C++ restrict keyword configure:6255: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6255: $? = 0 configure:6263: result: __restrict configure:6276: checking for size_t configure:6276: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6276: $? = 0 configure:6276: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:106:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:6276: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_LINUX_PPDEV_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define restrict __restrict | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:6276: result: yes configure:6287: checking whether time.h and sys/time.h may both be included configure:6307: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6307: $? = 0 configure:6314: result: yes configure:6322: checking whether struct tm is in sys/time.h or time.h configure:6342: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6342: $? = 0 configure:6349: result: time.h configure:6357: checking for uint16_t configure:6357: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6357: $? = 0 configure:6357: result: yes configure:6369: checking for uint32_t configure:6369: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6369: $? = 0 configure:6369: result: yes configure:6383: checking for uint64_t configure:6383: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6383: $? = 0 configure:6383: result: yes configure:6397: checking for uint8_t configure:6397: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6397: $? = 0 configure:6397: result: yes configure:6411: checking for working volatile configure:6430: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6430: $? = 0 configure:6437: result: yes configure:6447: checking whether closedir returns void configure:6471: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6471: $? = 0 configure:6471: ./conftest configure:6471: $? = 0 configure:6481: result: no configure:6489: checking for error_at_line configure:6505: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6505: $? = 0 configure:6513: result: yes configure:6525: checking whether x86_64-pc-linux-gnu-gcc needs -traditional configure:6559: result: no configure:6569: checking sys/select.h usability configure:6569: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6569: $? = 0 configure:6569: result: yes configure:6569: checking sys/select.h presence configure:6569: x86_64-pc-linux-gnu-gcc -E conftest.c configure:6569: $? = 0 configure:6569: result: yes configure:6569: checking for sys/select.h configure:6569: result: yes configure:6569: checking for sys/socket.h configure:6569: result: yes configure:6579: checking types of arguments for select configure:6607: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:6607: $? = 0 configure:6618: result: int,fd_set *,struct timeval * configure:6641: checking return type of signal handlers configure:6659: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 conftest.c: In function 'main': conftest.c:82:10: error: void value not ignored as it ought to be return *(signal (0, 0)) (0) == 1; ~^~~~~~~~~~~~~~~~~~ configure:6659: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_LINUX_PPDEV_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define restrict __restrict | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | /* end confdefs.h. */ | #include | #include | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:6666: result: void configure:6676: checking for strftime configure:6676: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:100:6: warning: conflicting types for built-in function 'strftime' char strftime (); ^~~~~~~~ configure:6676: $? = 0 configure:6676: result: yes configure:6729: checking for working strtod configure:6770: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6770: $? = 0 configure:6770: ./conftest configure:6770: $? = 0 configure:6780: result: yes configure:6845: checking for getaddrinfo configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for gethostbyname configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for hstrerror configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for gmtime_r configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for localtime_r configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for memmove configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:106:6: warning: conflicting types for built-in function 'memmove' char memmove (); ^~~~~~~ configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for memset configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:107:6: warning: conflicting types for built-in function 'memset' char memset (); ^~~~~~ configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for mkdir configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for select configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for setenv configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for snprintf configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:111:6: warning: conflicting types for built-in function 'snprintf' char snprintf (); ^~~~~~~~ configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for socket configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for socketpair configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for strcasecmp configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:114:6: warning: conflicting types for built-in function 'strcasecmp' char strcasecmp (); ^~~~~~~~~~ configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for strcasestr configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for strchr configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:116:6: warning: conflicting types for built-in function 'strchr' char strchr (); ^~~~~~ configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for strdup configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:117:6: warning: conflicting types for built-in function 'strdup' char strdup (); ^~~~~~ configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for strerror configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for strlcpy configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 /var/tmp/portage/media-radio/fldigi-3.23.14/temp/ccwVlRcF.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `strlcpy' collect2: error: ld returned 1 exit status configure:6845: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_LINUX_PPDEV_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define restrict __restrict | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GMTIME_R 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | /* end confdefs.h. */ | /* Define strlcpy to an innocuous variant, in case declares strlcpy. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcpy innocuous_strlcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcpy (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcpy | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strlcpy (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strlcpy || defined __stub___strlcpy | choke me | #endif | | int | main () | { | return strlcpy (); | ; | return 0; | } configure:6845: result: no configure:6845: checking for strncpy configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:119:6: warning: conflicting types for built-in function 'strncpy' char strncpy (); ^~~~~~~ configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for strncmp configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:120:6: warning: conflicting types for built-in function 'strncmp' char strncmp (); ^~~~~~~ configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for strnlen configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for strncasecmp configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:122:6: warning: conflicting types for built-in function 'strncasecmp' char strncasecmp (); ^~~~~~~~~~~ configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for strrchr configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:123:6: warning: conflicting types for built-in function 'strrchr' char strrchr (); ^~~~~~~ configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for strstr configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:124:6: warning: conflicting types for built-in function 'strstr' char strstr (); ^~~~~~ configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for strtol configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for uname configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for unsetenv configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:6845: $? = 0 configure:6845: result: yes configure:6845: checking for vsnprintf configure:6845: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:128:6: warning: conflicting types for built-in function 'vsnprintf' char vsnprintf (); ^~~~~~~~~ configure:6845: $? = 0 configure:6845: result: yes configure:6857: checking for O_CLOEXEC configure:6883: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -I. conftest.c >&5 configure:6883: $? = 0 configure:6897: result: yes configure:6913: checking whether NLS is requested configure:6922: result: yes configure:6963: checking for msgfmt configure: trying /usr/bin/msgfmt... 0 translated messages. configure:6995: result: /usr/bin/msgfmt configure:7004: checking for gmsgfmt configure:7022: found /usr/bin/gmsgfmt configure:7035: result: /usr/bin/gmsgfmt configure:7086: checking for xgettext configure: trying /usr/bin/xgettext... /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C configure:7118: result: /usr/bin/xgettext configure:7164: checking for msgmerge configure: trying /usr/bin/msgmerge... configure:7195: result: /usr/bin/msgmerge configure:7252: checking for ld used by GCC configure:7316: result: /usr/x86_64-pc-linux-gnu/bin/ld configure:7323: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld configure:7336: result: yes configure:7343: checking for shared library run path origin configure:7356: result: done configure:7858: checking for CFPreferencesCopyAppValue configure:7876: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -I. -Wl,-O1 -Wl,--as-needed conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:107:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory #include ^ compilation terminated. configure:7876: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_LINUX_PPDEV_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define restrict __restrict | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GMTIME_R 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCPY 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_UNAME 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_O_CLOEXEC 1 | /* end confdefs.h. */ | #include | int | main () | { | CFPreferencesCopyAppValue(NULL, NULL) | ; | return 0; | } configure:7885: result: no configure:7892: checking for CFLocaleCopyCurrent configure:7910: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -I. -Wl,-O1 -Wl,--as-needed conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:107:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory #include ^ compilation terminated. configure:7910: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_LINUX_PPDEV_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define restrict __restrict | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GMTIME_R 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCPY 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_UNAME 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_O_CLOEXEC 1 | /* end confdefs.h. */ | #include | int | main () | { | CFLocaleCopyCurrent(); | ; | return 0; | } configure:7919: result: no configure:7968: checking for GNU gettext in libc configure:7992: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -I. -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:7992: $? = 0 configure:8001: result: yes configure:8755: checking whether to use NLS configure:8757: result: yes configure:8760: checking where the gettext function comes from configure:8771: result: libc configure:9175: checking for library containing dlopen configure:9206: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -I. -Wl,-O1 -Wl,--as-needed conftest.c >&5 /var/tmp/portage/media-radio/fldigi-3.23.14/temp/cc12dsS7.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure:9206: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_LINUX_PPDEV_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define restrict __restrict | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GMTIME_R 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCPY 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_UNAME 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_O_CLOEXEC 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlopen (); | int | main () | { | return dlopen (); | ; | return 0; | } configure:9206: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -I. -Wl,-O1 -Wl,--as-needed conftest.c -ldl >&5 configure:9206: $? = 0 configure:9223: result: -ldl configure:9250: checking for library containing clock_gettime configure:9281: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -I. -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:9281: $? = 0 configure:9298: result: none required configure:9325: checking for library containing sem_unlink configure:9356: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -I. -Wl,-O1 -Wl,--as-needed conftest.c >&5 /var/tmp/portage/media-radio/fldigi-3.23.14/temp/ccadNDRl.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `sem_unlink' collect2: error: ld returned 1 exit status configure:9356: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_LINUX_PPDEV_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define restrict __restrict | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GMTIME_R 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCPY 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_UNAME 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_O_CLOEXEC 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DLOPEN 1 | #define HAVE_CLOCK_GETTIME 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sem_unlink (); | int | main () | { | return sem_unlink (); | ; | return 0; | } configure:9356: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -I. -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5 configure:9356: $? = 0 configure:9373: result: -lpthread configure:9400: checking for library containing sem_timedwait configure:9431: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -I. -Wl,-O1 -Wl,--as-needed conftest.c >&5 /var/tmp/portage/media-radio/fldigi-3.23.14/temp/cc15P09m.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `sem_timedwait' collect2: error: ld returned 1 exit status configure:9431: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_LINUX_PPDEV_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define restrict __restrict | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GMTIME_R 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCPY 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_UNAME 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_O_CLOEXEC 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DLOPEN 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_SEM_UNLINK 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sem_timedwait (); | int | main () | { | return sem_timedwait (); | ; | return 0; | } configure:9431: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -I. -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5 configure:9431: $? = 0 configure:9448: result: -lpthread configure:9846: checking for TLS support configure:9873: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 configure:9873: $? = 0 configure:9873: ./conftest configure:9873: $? = 0 configure:9891: x86_64-pc-linux-gnu-g++ -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 /var/tmp/portage/media-radio/fldigi-3.23.14/temp/ccbdk6fF.o: In function `main': conftest.cpp:(.text.startup+0x13): undefined reference to `pthread_create' collect2: error: ld returned 1 exit status configure:9891: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "fldigi" | #define PACKAGE_TARNAME "fldigi" | #define PACKAGE_VERSION "3.23.14" | #define PACKAGE_STRING "fldigi 3.23.14" | #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" | #define PACKAGE_URL "" | #define FLDIGI_VERSION_MAJOR 3 | #define FLDIGI_VERSION_MINOR 23 | #define FLDIGI_VERSION_PATCH ".14" | #define FLARQ_VERSION_MAJOR 4 | #define FLARQ_VERSION_MINOR 3 | #define FLARQ_VERSION_PATCH ".6" | #define FLDIGI_VERSION "3.23.14" | #define FLARQ_VERSION "4.3.6" | #define PACKAGE "fldigi" | #define VERSION "3.23.14" | #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" | #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" | #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" | #define PACKAGE_DL "http://www.w1hkj.com/download.html" | #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" | #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" | #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" | #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" | #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_CXX11 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_LINUX_PPDEV_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define restrict __restrict | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_HSTRERROR 1 | #define HAVE_GMTIME_R 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCPY 1 | #define HAVE_STRNCMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_UNAME 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_O_CLOEXEC 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DLOPEN 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_SEM_UNLINK 1 | #define HAVE_SEM_TIMEDWAIT 1 | #define BENCHMARK_MODE 0 | /* end confdefs.h. */ | #include | void *g(void *d) { return NULL; } | int | main () | { | pthread_t t; pthread_create(&t, NULL, g, NULL); | ; | return 0; | } | configure:9891: x86_64-pc-linux-gnu-g++ -o conftest -pthread -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 configure:9891: $? = 0 configure:9938: x86_64-pc-linux-gnu-g++ -o conftest -pthread -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 configure:9938: $? = 0 configure:9938: ./conftest configure:9938: $? = 0 configure:9963: result: yes configure:10003: checking for std::bind in configure:10020: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cpp >&5 configure:10020: $? = 0 configure:10027: result: configure:10149: checking for std::hash in configure:10166: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cpp >&5 configure:10166: $? = 0 configure:10173: result: configure:10286: checking for x86_64-pc-linux-gnu-g++ version >= 4.1.0 configure:10320: result: yes (6.2.0) configure:10362: checking for fltk-config configure:10380: found /usr/bin/fltk-config configure:10393: result: /usr/bin/fltk-config configure:10476: checking for fluid configure:10506: result: no configure:10550: checking sys/soundcard.h usability configure:10550: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -I. conftest.c >&5 configure:10550: $? = 0 configure:10550: result: yes configure:10550: checking sys/soundcard.h presence configure:10550: x86_64-pc-linux-gnu-gcc -E conftest.c configure:10550: $? = 0 configure:10550: result: yes configure:10550: checking for sys/soundcard.h configure:10550: result: yes configure:10614: checking for x86_64-pc-linux-gnu-pkg-config configure:10632: found /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:10644: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config configure:10712: checking pkg-config is at least version 0.9.0 configure:10715: result: yes configure:10811: checking for PNG configure:10818: $PKG_CONFIG --exists --print-errors "libpng >= 1.2.8" configure:10821: $? = 0 configure:10835: $PKG_CONFIG --exists --print-errors "libpng >= 1.2.8" configure:10838: $? = 0 configure:10896: result: yes configure:11023: checking for SAMPLERATE configure:11030: $PKG_CONFIG --exists --print-errors "samplerate >= 0.1.1" configure:11033: $? = 0 configure:11047: $PKG_CONFIG --exists --print-errors "samplerate >= 0.1.1" configure:11050: $? = 0 configure:11108: result: yes configure:12102: checking for X configure:12109: $PKG_CONFIG --exists --print-errors "x11" configure:12112: $? = 0 configure:12126: $PKG_CONFIG --exists --print-errors "x11" configure:12129: $? = 0 configure:12167: result: yes configure:12324: checking for FLXMLRPC configure:12331: $PKG_CONFIG --exists --print-errors "flxmlrpc >= 0.1.0" Package flxmlrpc was not found in the pkg-config search path. Perhaps you should add the directory containing `flxmlrpc.pc' to the PKG_CONFIG_PATH environment variable No package 'flxmlrpc' found configure:12334: $? = 1 configure:12348: $PKG_CONFIG --exists --print-errors "flxmlrpc >= 0.1.0" Package flxmlrpc was not found in the pkg-config search path. Perhaps you should add the directory containing `flxmlrpc.pc' to the PKG_CONFIG_PATH environment variable No package 'flxmlrpc' found configure:12351: $? = 1 configure:12365: result: no No package 'flxmlrpc' found configure:13066: checking that generated files are newer than configure configure:13072: result: done configure:13179: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by fldigi config.status 3.23.14, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on mr-fox config.status:1165: creating Makefile config.status:1165: creating src/Makefile config.status:1165: creating po/Makefile.in config.status:1165: creating doc/Makefile config.status:1165: creating src/config.h config.status:1394: executing depfiles commands config.status:1394: executing po-directories commands configure:14635: result: Configuration summary: Version ..................... 3.23.14 Static linking .............. no CPU optimizations ........... none Debugging ................... no fldigi ...................... yes flarq ....................... yes i18n ........................ yes configure:14662: result: fldigi build options: sndfile ..................... no oss ......................... yes portaudio ................... no pulseaudio .................. no flxmlrpc .................... no hamlib ...................... no ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_benchmark=no ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_int16_t=yes ac_cv_c_int32_t=yes ac_cv_c_int64_t=yes ac_cv_c_int8_t=yes ac_cv_c_restrict=__restrict ac_cv_c_uint16_t=yes ac_cv_c_uint32_t=yes ac_cv_c_uint64_t=yes ac_cv_c_uint8_t=yes ac_cv_c_volatile=yes ac_cv_cxx_compiler_gnu=yes ac_cv_debug=no ac_cv_env_BFD_CFLAGS_set= ac_cv_env_BFD_CFLAGS_value= ac_cv_env_BFD_LIBS_set= ac_cv_env_BFD_LIBS_value= 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=set ac_cv_env_CFLAGS_value='-march=native -O2 -pipe' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-march=native -O2 -pipe' ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_FLTK_CFLAGS_set= ac_cv_env_FLTK_CFLAGS_value= ac_cv_env_FLTK_CONFIG_set= ac_cv_env_FLTK_CONFIG_value= ac_cv_env_FLTK_LIBS_set= ac_cv_env_FLTK_LIBS_value= ac_cv_env_FLUID_set= ac_cv_env_FLUID_value= ac_cv_env_FLXMLRPC_CFLAGS_set= ac_cv_env_FLXMLRPC_CFLAGS_value= ac_cv_env_FLXMLRPC_LIBS_set= ac_cv_env_FLXMLRPC_LIBS_value= ac_cv_env_HAMLIB_CFLAGS_set= ac_cv_env_HAMLIB_CFLAGS_value= ac_cv_env_HAMLIB_LIBS_set= ac_cv_env_HAMLIB_LIBS_value= ac_cv_env_INTL_CFLAGS_set= ac_cv_env_INTL_CFLAGS_value= ac_cv_env_INTL_LIBS_set= ac_cv_env_INTL_LIBS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set=set ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib64/pkgconfig ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PNG_CFLAGS_set= ac_cv_env_PNG_CFLAGS_value= ac_cv_env_PNG_LIBS_set= ac_cv_env_PNG_LIBS_value= ac_cv_env_PORTAUDIO_CFLAGS_set= ac_cv_env_PORTAUDIO_CFLAGS_value= ac_cv_env_PORTAUDIO_LIBS_set= ac_cv_env_PORTAUDIO_LIBS_value= ac_cv_env_PTW32_CFLAGS_set= ac_cv_env_PTW32_CFLAGS_value= ac_cv_env_PTW32_LIBS_set= ac_cv_env_PTW32_LIBS_value= ac_cv_env_PULSEAUDIO_CFLAGS_set= ac_cv_env_PULSEAUDIO_CFLAGS_value= ac_cv_env_PULSEAUDIO_LIBS_set= ac_cv_env_PULSEAUDIO_LIBS_value= ac_cv_env_SAMPLERATE_CFLAGS_set= ac_cv_env_SAMPLERATE_CFLAGS_value= ac_cv_env_SAMPLERATE_LIBS_set= ac_cv_env_SAMPLERATE_LIBS_value= ac_cv_env_SNDFILE_CFLAGS_set= ac_cv_env_SNDFILE_CFLAGS_value= ac_cv_env_SNDFILE_LIBS_set= ac_cv_env_SNDFILE_LIBS_value= ac_cv_env_X_CFLAGS_set= ac_cv_env_X_CFLAGS_value= ac_cv_env_X_LIBS_set= ac_cv_env_X_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_flxmlrpc=no ac_cv_func_closedir_void=no ac_cv_func_getaddrinfo=yes ac_cv_func_gethostbyname=yes ac_cv_func_gmtime_r=yes ac_cv_func_hstrerror=yes ac_cv_func_localtime_r=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_mkdir=yes ac_cv_func_select=yes ac_cv_func_select_args='int,fd_set *,struct timeval *' ac_cv_func_setenv=yes ac_cv_func_snprintf=yes ac_cv_func_socket=yes ac_cv_func_socketpair=yes ac_cv_func_strcasecmp=yes ac_cv_func_strcasestr=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strftime=yes ac_cv_func_strlcpy=no ac_cv_func_strncasecmp=yes ac_cv_func_strncmp=yes ac_cv_func_strncpy=yes ac_cv_func_strnlen=yes ac_cv_func_strrchr=yes ac_cv_func_strstr=yes ac_cv_func_strtod=yes ac_cv_func_strtol=yes ac_cv_func_uname=yes ac_cv_func_unsetenv=yes ac_cv_func_vsnprintf=yes ac_cv_hamlib=no ac_cv_have_func_clock_gettime=1 ac_cv_have_func_dlopen=1 ac_cv_have_func_sem_timedwait=1 ac_cv_have_func_sem_unlink=1 ac_cv_header_arpa_inet_h=yes ac_cv_header_dev_ppbus_ppi_h=no ac_cv_header_dirent_dirent_h=yes ac_cv_header_execinfo_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_linux_ppdev_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_regex_h=yes ac_cv_header_stdbool_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_ioctl_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_soundcard_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_utsname_h=yes ac_cv_header_termios_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_values_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_error_at_line=yes ac_cv_mac_universal=no ac_cv_o_cloexec=yes ac_cv_objext=o ac_cv_opt=none ac_cv_oss=yes ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FLTK_CONFIG=/usr/bin/fltk-config ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt ac_cv_path_GREP=/bin/grep ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_install='/usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_png=yes ac_cv_portaudio=no ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++ ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_pulseaudio=no ac_cv_safe_to_define___extensions__=yes ac_cv_samplerate=yes ac_cv_search_clock_gettime='none required' ac_cv_search_dlopen=-ldl ac_cv_search_opendir='none required' ac_cv_search_sem_timedwait=-lpthread ac_cv_search_sem_unlink=-lpthread ac_cv_sndfile=no ac_cv_static=no ac_cv_std_bind=yes ac_cv_std_hash=yes ac_cv_struct_tm=time.h ac_cv_target=x86_64-pc-linux-gnu ac_cv_tls=yes ac_cv_type__Bool=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_want_asciidoc=no ac_cv_want_bfd=yes ac_cv_want_flarq=yes ac_cv_want_fldigi=yes ac_cv_want_flxmlrpc=check ac_cv_want_hamlib=no ac_cv_want_oss=check ac_cv_want_png=yes ac_cv_want_portaudio=no ac_cv_want_ptw32=no ac_cv_want_pulseaudio=no ac_cv_want_samplerate=yes ac_cv_want_sndfile=no ac_cv_want_tls=check ac_cv_want_x=check ac_cv_x=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_libname_spec='lib$name' acl_cv_library_names_spec='$libname$shrext' acl_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes ax_cv_cxx_compile_cxx11=yes gt_cv_func_CFLocaleCopyCurrent=no gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_gnugettext1_libc=yes pkg_cv_PNG_CFLAGS='-I/usr/include/libpng16 ' pkg_cv_PNG_LIBS='-lpng16 ' pkg_cv_SAMPLERATE_CFLAGS= pkg_cv_SAMPLERATE_LIBS='-lsamplerate ' pkg_cv_X_CFLAGS= pkg_cv_X_LIBS='-lX11 ' ## ----------------- ## ## Output variables. ## ## ----------------- ## silent = $(silent_cmd) endif ifeq ($(V),0) silent = $(if $(subst 0,,$(V)),,$(silent_cmd)) else endif' ifeq ($(AM_DEFAULT_VERBOSITY),0) A2X='' ACLOCAL='${SHELL} /var/tmp/portage/media-radio/fldigi-3.23.14/work/fldigi-3.23.14/build-aux/missing aclocal-1.14' AC_CONFIG_ARGS=' '\''--prefix=/usr'\'' '\''--build=x86_64-pc-linux-gnu'\'' '\''--host=x86_64-pc-linux-gnu'\'' '\''--mandir=/usr/share/man'\'' '\''--infodir=/usr/share/info'\'' '\''--datadir=/usr/share'\'' '\''--sysconfdir=/etc'\'' '\''--localstatedir=/var/lib'\'' '\''--disable-dependency-tracking'\'' '\''--libdir=/usr/lib64'\'' '\''--without-sndfile'\'' '\''--without-portaudio'\'' '\''--without-hamlib'\'' '\''--enable-nls'\'' '\''--without-pulseaudio'\'' '\''--disable-silent-rules'\'' '\''--without-asciidoc'\'' '\''build_alias=x86_64-pc-linux-gnu'\'' '\''host_alias=x86_64-pc-linux-gnu'\'' '\''CXXFLAGS=-march=native -O2 -pipe'\'' '\''LDFLAGS=-Wl,-O1 -Wl,--as-needed'\'' '\''CFLAGS=-march=native -O2 -pipe'\'' '\''PKG_CONFIG_PATH=/usr/lib64/pkgconfig'\''' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' ASCIIDOC='' AUTOCONF='${SHELL} /var/tmp/portage/media-radio/fldigi-3.23.14/work/fldigi-3.23.14/build-aux/missing autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/media-radio/fldigi-3.23.14/work/fldigi-3.23.14/build-aux/missing autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/media-radio/fldigi-3.23.14/work/fldigi-3.23.14/build-aux/missing automake-1.14' AWK='gawk' BFD_CFLAGS='' BFD_LIBS='' CC='x86_64-pc-linux-gnu-gcc' CCDEPMODE='depmode=none' CFLAGS='-march=native -O2 -pipe -I.' COMPAT_REGEX_FALSE='' COMPAT_REGEX_TRUE='#' COMPAT_STACK_FALSE='' COMPAT_STACK_TRUE='#' COMPAT_STRCASESTR_FALSE='' COMPAT_STRCASESTR_TRUE='#' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS='' CXX11_SWITCH='' CXX='x86_64-pc-linux-gnu-g++' CXXDEPMODE='depmode=none' CXXFLAGS='-march=native -O2 -pipe' CYGPATH_W='echo' DARWIN_FALSE='' DARWIN_TRUE='#' DEBUG_CFLAGS='' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_BENCHMARK_FALSE='' ENABLE_BENCHMARK_TRUE='#' ENABLE_DEBUG_FALSE='' ENABLE_DEBUG_TRUE='#' ENABLE_FLXMLRPC_FALSE='' ENABLE_FLXMLRPC_TRUE='#' ENABLE_HAMLIB_FALSE='' ENABLE_HAMLIB_TRUE='#' EXEEXT='' EXTRA_LIBS=' -ldl -lpthread ' FLARQ_AUTHORS='Dave Freese, Robert Stiles, and others' FLARQ_BUILD_CPPFLAGS='-I$(srcdir) -I$(srcdir)/include -I$(srcdir)/fileselector -I$(srcdir)/flarq-src -I$(srcdir)/flarq-src/include -I$(srcdir)/xmlrpcpp' FLARQ_BUILD_CXXFLAGS='-I/usr/include/fltk -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -pipe -Wall -fexceptions -O2 -ffast-math -finline-functions -I$(srcdir)/xmlrpcpp -DNDEBUG' FLARQ_BUILD_LDADD='-L/usr/lib64/fltk -Wl,-rpath,/usr/lib64/fltk -Wl,-O1 -Wl,--as-needed -lfltk_images -lpng -lz -ljpeg -lfltk -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 -lX11 -ldl -lpthread ' FLARQ_BUILD_LDFLAGS='' FLARQ_DOCS='http://www.w1hkj.com/FlarqHelpFiles/flarq.html' FLARQ_VERSION='4.3.6' FLARQ_VERSION_MAJOR='4' FLARQ_VERSION_MINOR='3' FLARQ_VERSION_PATCH='.6' FLDIGI_AUTHORS='Dave Freese, Stelios Bounanos, and others' FLDIGI_BUILD_CPPFLAGS='-I$(srcdir) -I$(srcdir)/include -I$(srcdir)/irrxml -I$(srcdir)/libtiniconv -I$(srcdir)/fileselector -I$(srcdir)/xmlrpcpp' FLDIGI_BUILD_CXXFLAGS=' -I/usr/include/fltk -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -I/usr/include/libpng16 -pipe -Wall -fexceptions -O2 -ffast-math -finline-functions -I$(srcdir)/xmlrpcpp -DNDEBUG' FLDIGI_BUILD_LDADD=' -L/usr/lib64/fltk -Wl,-rpath,/usr/lib64/fltk -Wl,-O1 -Wl,--as-needed -lfltk_images -lpng -lz -ljpeg -lfltk -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 -lX11 -lsamplerate -lpng16 -ldl -lpthread ' FLDIGI_BUILD_LDFLAGS='' FLDIGI_VERSION='3.23.14' FLDIGI_VERSION_MAJOR='3' FLDIGI_VERSION_MINOR='23' FLDIGI_VERSION_PATCH='.14' FLTK_CFLAGS='-I/usr/include/fltk -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT' FLTK_CONFIG='/usr/bin/fltk-config' FLTK_LIBS='-L/usr/lib64/fltk -Wl,-rpath,/usr/lib64/fltk -Wl,-O1 -Wl,--as-needed -lfltk_images -lpng -lz -ljpeg -lfltk -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11' FLUID='' FLXMLRPC_CFLAGS='' FLXMLRPC_LIBS='' GETTEXT_MACRO_VERSION='0.17' GMSGFMT='/usr/bin/gmsgfmt' GMSGFMT_015='/usr/bin/gmsgfmt' GREP='/bin/grep' HAMLIB_CFLAGS='' HAMLIB_LIBS='' HAVE_ASCIIDOC_FALSE='' HAVE_ASCIIDOC_NO_XMLLINT_FALSE='' HAVE_ASCIIDOC_NO_XMLLINT_TRUE='#' HAVE_ASCIIDOC_TRUE='#' HAVE_FLUID_FALSE='' HAVE_FLUID_TRUE='#' HAVE_NSIS_FALSE='' HAVE_NSIS_TRUE='#' HAVE_WINDRES_FALSE='' HAVE_WINDRES_TRUE='#' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLLIBS='' INTL_CFLAGS='' INTL_LIBS='' INTL_MACOSX_LIBS='' LDFLAGS='-Wl,-O1 -Wl,--as-needed' LIBICONV='-liconv' LIBINTL='' LIBOBJS='' LIBS='' LTLIBICONV='-liconv' LTLIBINTL='' LTLIBOBJS='' MAC_UNIVERSAL_CFLAGS='' MAC_UNIVERSAL_LDFLAGS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /var/tmp/portage/media-radio/fldigi-3.23.14/work/fldigi-3.23.14/build-aux/missing makeinfo' MAKENSIS='' MINGW32_FALSE='' MINGW32_TRUE='#' MKDIR_P='/bin/mkdir -p' MSGFMT='/usr/bin/msgfmt' MSGFMT_015='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' NEED_HAMLIB_LOCATOR_FALSE='#' NEED_HAMLIB_LOCATOR_TRUE='' OBJEXT='o' OPT_CFLAGS='-O2 -ffast-math -finline-functions' PACKAGE='fldigi' PACKAGE_BUGREPORT='fldigi-devel@sourceforge.net' PACKAGE_DL='http://www.w1hkj.com/download.html' PACKAGE_DOCS='http://www.w1hkj.com/FldigiHelp/index.html' PACKAGE_GUIDE='http://www.w1hkj.com/beginners.html' PACKAGE_HOME='http://www.w1hkj.com/Fldigi.html' PACKAGE_NAME='fldigi' PACKAGE_NEWBUG='https://fedorahosted.org/fldigi/newticket' PACKAGE_PROJ='http://sourceforge.net/projects/fldigi/files/' PACKAGE_STRING='fldigi 3.23.14' PACKAGE_TARNAME='fldigi' PACKAGE_URL='' PACKAGE_VERSION='3.23.14' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/usr/lib64/pkgconfig' PNG_CFLAGS='-I/usr/include/libpng16 ' PNG_LIBS='-lpng16 ' PORTAUDIO_CFLAGS='' PORTAUDIO_LIBS='' POSUB='po' POW_LIB='' PTW32_CFLAGS='' PTW32_LIBS='' PULSEAUDIO_CFLAGS='' PULSEAUDIO_LIBS='' RDYNAMIC='' SAMPLERATE_CFLAGS='' SAMPLERATE_LIBS='-lsamplerate ' SET_MAKE='' SHELL='/bin/sh' SILENT_CMDS='silent_cmd = @echo " $(1)" $(2); SNDFILE_CFLAGS='' SNDFILE_LIBS='' STRIP='' USE_NLS='yes' USE_NLS_FALSE='#' USE_NLS_TRUE='' VERSION='3.23.14' WANT_FLARQ_FALSE='#' WANT_FLARQ_TRUE='' WANT_FLDIGI_FALSE='#' WANT_FLDIGI_TRUE='' WIN32_FALSE='' WIN32_TRUE='#' WINDRES='' XGETTEXT='/usr/bin/xgettext' XGETTEXT_015='/usr/bin/xgettext' XGETTEXT_EXTRA_OPTIONS='' X_CFLAGS='' X_LIBS='-lX11 ' ac_ct_CC='' ac_ct_CXX='' 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='' 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='x86_64-pc-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='/usr/share' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/media-radio/fldigi-3.23.14/work/fldigi-3.23.14/build-aux/install-sh' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target='x86_64-pc-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "fldigi" #define PACKAGE_TARNAME "fldigi" #define PACKAGE_VERSION "3.23.14" #define PACKAGE_STRING "fldigi 3.23.14" #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net" #define PACKAGE_URL "" #define FLDIGI_VERSION_MAJOR 3 #define FLDIGI_VERSION_MINOR 23 #define FLDIGI_VERSION_PATCH ".14" #define FLARQ_VERSION_MAJOR 4 #define FLARQ_VERSION_MINOR 3 #define FLARQ_VERSION_PATCH ".6" #define FLDIGI_VERSION "3.23.14" #define FLARQ_VERSION "4.3.6" #define PACKAGE "fldigi" #define VERSION "3.23.14" #define FLDIGI_AUTHORS "Dave Freese, Stelios Bounanos, and others" #define FLARQ_AUTHORS "Dave Freese, Robert Stiles, and others" #define PACKAGE_HOME "http://www.w1hkj.com/Fldigi.html" #define PACKAGE_DL "http://www.w1hkj.com/download.html" #define PACKAGE_PROJ "http://sourceforge.net/projects/fldigi/files/" #define PACKAGE_NEWBUG "https://fedorahosted.org/fldigi/newticket" #define PACKAGE_DOCS "http://www.w1hkj.com/FldigiHelp/index.html" #define PACKAGE_GUIDE "http://www.w1hkj.com/beginners.html" #define FLARQ_DOCS "http://www.w1hkj.com/FlarqHelpFiles/flarq.html" #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 __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_CXX11 1 #define STDC_HEADERS 1 #define HAVE_DIRENT_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LIMITS_H 1 #define HAVE_MEMORY_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_REGEX_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_UNISTD_H 1 #define HAVE_VALUES_H 1 #define HAVE_LINUX_PPDEV_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define restrict __restrict #define TIME_WITH_SYS_TIME 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG5 (struct timeval *) #define RETSIGTYPE void #define HAVE_STRFTIME 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_HSTRERROR 1 #define HAVE_GMTIME_R 1 #define HAVE_LOCALTIME_R 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMSET 1 #define HAVE_MKDIR 1 #define HAVE_SELECT 1 #define HAVE_SETENV 1 #define HAVE_SNPRINTF 1 #define HAVE_SOCKET 1 #define HAVE_SOCKETPAIR 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCASESTR 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRNCPY 1 #define HAVE_STRNCMP 1 #define HAVE_STRNLEN 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRRCHR 1 #define HAVE_STRSTR 1 #define HAVE_STRTOL 1 #define HAVE_UNAME 1 #define HAVE_UNSETENV 1 #define HAVE_VSNPRINTF 1 #define HAVE_O_CLOEXEC 1 #define ENABLE_NLS 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 #define HAVE_DLOPEN 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_SEM_UNLINK 1 #define HAVE_SEM_TIMEDWAIT 1 #define BENCHMARK_MODE 0 #define USE_TLS 1 #define HAVE_STD_BIND 1 #define HAVE_STD_HASH 1 #define HAVE_STD_HASH 1 #define GCC_VER_OK 1 #define FLTK_BUILD_VERSION "1.3.3" #define FLDIGI_FLTK_API_MAJOR 1 #define FLDIGI_FLTK_API_MINOR 3 #define FLDIGI_FLTK_API_PATCH 3 #define USE_OSS 1 #define USE_PNG 1 #define PNG_BUILD_VERSION "1.6.25" #define USE_SAMPLERATE 1 #define SAMPLERATE_BUILD_VERSION "0.1.9" #define USE_SNDFILE 0 #define SNDFILE_BUILD_VERSION "" #define USE_PORTAUDIO 0 #define PORTAUDIO_BUILD_VERSION "" #define USE_PULSEAUDIO 0 #define PULSEAUDIO_BUILD_VERSION "" #define USE_HAMLIB 0 #define HAMLIB_BUILD_VERSION "" #define USE_X 1 #define X_BUILD_VERSION "1.6.3" #define USE_FLXMLRPC 0 #define FLXMLRPC_BUILD_VERSION "" #define BUILD_BUILD_PLATFORM "x86_64-pc-linux-gnu" #define BUILD_HOST_PLATFORM "x86_64-pc-linux-gnu" #define BUILD_TARGET_PLATFORM "x86_64-pc-linux-gnu" #define BUILD_CONFIGURE_ARGS "'--prefix=/usr' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--disable-dependency-tracking' '--libdir=/usr/lib64' '--without-sndfile' '--without-portaudio' '--without-hamlib' '--enable-nls' '--without-pulseaudio' '--disable-silent-rules' '--without-asciidoc' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CXXFLAGS=-march=native -O2 -pipe' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' 'CFLAGS=-march=native -O2 -pipe' 'PKG_CONFIG_PATH=/usr/lib64/pkgconfig'" #define BUILD_DATE "Mon Sep 26 19:09:45 CEST 2016" #define BUILD_USER "portage" #define BUILD_HOST "mr-fox" #define BUILD_COMPILER "gcc version 6.2.0 (Gentoo 6.2.0-r1 p1.1) " #define FLDIGI_BUILD_CXXFLAGS "-I$(srcdir) -I$(srcdir)/include -I$(srcdir)/irrxml -I$(srcdir)/libtiniconv -I$(srcdir)/fileselector -I$(srcdir)/xmlrpcpp -I/usr/include/fltk -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -I/usr/include/libpng16 -pipe -Wall -fexceptions -O2 -ffast-math -finline-functions -I$(srcdir)/xmlrpcpp -DNDEBUG" #define FLDIGI_BUILD_LDFLAGS "-L/usr/lib64/fltk -Wl,-rpath,/usr/lib64/fltk -Wl,-O1 -Wl,--as-needed -lfltk_images -lpng -lz -ljpeg -lfltk -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 -lX11 -lsamplerate -lpng16 -ldl -lpthread" #define FLARQ_BUILD_CXXFLAGS "-I$(srcdir) -I$(srcdir)/include -I$(srcdir)/fileselector -I$(srcdir)/flarq-src -I$(srcdir)/flarq-src/include -I$(srcdir)/xmlrpcpp -I/usr/include/fltk -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -pipe -Wall -fexceptions -O2 -ffast-math -finline-functions -I$(srcdir)/xmlrpcpp -DNDEBUG" #define FLARQ_BUILD_LDFLAGS "-L/usr/lib64/fltk -Wl,-rpath,/usr/lib64/fltk -Wl,-O1 -Wl,--as-needed -lfltk_images -lpng -lz -ljpeg -lfltk -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 -lX11 -ldl -lpthread" configure: exit 0