You are not logged in.

#1 2020-10-29 15:41:15

xi00
Member
Registered: 2020-10-29
Posts: 4

AUR fldigi configure error, g++ cant find std::bind

I tried installing the AUR fldigi-package (version 4.1.15), but during the configure-step, it complains that g++ can't find std::bind in <functional> and std::hash (the software uses c++11 and the various gnu variations to test this). According to my knowledge, gcc should support this feature since about 4.8, gcc --version returns 9.3, g++ --version returns 10.2.

The only other real problems with that package I could find have to do with the asciidoc - package, but those appear to have been fixed by the aur-maintainers lately.

Other things I tried apart from just installing fldigi via pacaur are:
- manually cloning the package and invoking makepkg
- trying the fldigi-git variant
- downloading the official package source and trying to compile on my own

In every case, the same problem arose, here the snippet from the configure script:

checking for TLS support... yes
checking for std::bind in <functional>...
checking for std::tr1::bind in <tr1/functional>...
checking for g++ supports std::bind() feature with -std=gnu++11... no
checking for g++ supports std::bind() feature with -std=gnu++0x... no
checking for g++ supports std::bind() feature with -std=c++11... no
checking for g++ supports std::bind() feature with -std=c++0x... no
configure: error: Could not find std::bind or std::tr1::bind

Of course i did the good old pacman -Syu, so there shouldn't be any issues with that, but who knows. I also verified that i have all the required packages (according to the INSTALL file) installed.

If anyone could point me in some direction apart from complete lostness, that would really help me, thanks in advance smile

Offline

#2 2020-10-29 17:30:37

loqs
Member
Registered: 2014-03-06
Posts: 17,372

Re: AUR fldigi configure error, g++ cant find std::bind

Please post the full output from makepkg and also the contents of config.log.

Offline

#3 2020-10-29 19:12:54

xi00
Member
Registered: 2020-10-29
Posts: 4

Re: AUR fldigi configure error, g++ cant find std::bind

Thanks for the reply so far, here are the other logs

makepkg output:

==> Making package: fldigi 4.1.15-2 (Do 29 Okt 2020 20:06:55)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found fldigi-4.1.15.tar.gz
==> Validating source files with md5sums...
    fldigi-4.1.15.tar.gz ... Passed
==> Validating source files with sha256sums...
    fldigi-4.1.15.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting fldigi-4.1.15.tar.gz with bsdtar
==> Removing existing $pkgdir/ directory...
==> Starting build()...
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether g++ supports C++11 features by default... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking arpa/inet.h usability... no
checking arpa/inet.h presence... yes
configure: WARNING: arpa/inet.h: present but cannot be compiled
configure: WARNING: arpa/inet.h:     check for missing prerequisite headers?
configure: WARNING: arpa/inet.h: see the Autoconf documentation
configure: WARNING: arpa/inet.h:     section "Present But Cannot Be Compiled"
configure: WARNING: arpa/inet.h: proceeding with the compiler's result
configure: WARNING:     ## ------------------------------------------- ##
configure: WARNING:     ## Report this to fldigi-devel@sourceforge.net ##
configure: WARNING:     ## ------------------------------------------- ##
checking for arpa/inet.h... no
checking execinfo.h usability... no
checking execinfo.h presence... yes
configure: WARNING: execinfo.h: present but cannot be compiled
configure: WARNING: execinfo.h:     check for missing prerequisite headers?
configure: WARNING: execinfo.h: see the Autoconf documentation
configure: WARNING: execinfo.h:     section "Present But Cannot Be Compiled"
configure: WARNING: execinfo.h: proceeding with the compiler's result
configure: WARNING:     ## ------------------------------------------- ##
configure: WARNING:     ## Report this to fldigi-devel@sourceforge.net ##
configure: WARNING:     ## ------------------------------------------- ##
checking for execinfo.h... no
checking fcntl.h usability... no
checking fcntl.h presence... yes
configure: WARNING: fcntl.h: present but cannot be compiled
configure: WARNING: fcntl.h:     check for missing prerequisite headers?
configure: WARNING: fcntl.h: see the Autoconf documentation
configure: WARNING: fcntl.h:     section "Present But Cannot Be Compiled"
configure: WARNING: fcntl.h: proceeding with the compiler's result
configure: WARNING:     ## ------------------------------------------- ##
configure: WARNING:     ## Report this to fldigi-devel@sourceforge.net ##
configure: WARNING:     ## ------------------------------------------- ##
checking for fcntl.h... no
checking limits.h usability... no
checking limits.h presence... yes
configure: WARNING: limits.h: present but cannot be compiled
configure: WARNING: limits.h:     check for missing prerequisite headers?
configure: WARNING: limits.h: see the Autoconf documentation
configure: WARNING: limits.h:     section "Present But Cannot Be Compiled"
configure: WARNING: limits.h: proceeding with the compiler's result
configure: WARNING:     ## ------------------------------------------- ##
configure: WARNING:     ## Report this to fldigi-devel@sourceforge.net ##
configure: WARNING:     ## ------------------------------------------- ##
checking for limits.h... no
checking for memory.h... (cached) yes
checking netdb.h usability... no
checking netdb.h presence... yes
configure: WARNING: netdb.h: present but cannot be compiled
configure: WARNING: netdb.h:     check for missing prerequisite headers?
configure: WARNING: netdb.h: see the Autoconf documentation
configure: WARNING: netdb.h:     section "Present But Cannot Be Compiled"
configure: WARNING: netdb.h: proceeding with the compiler's result
configure: WARNING:     ## ------------------------------------------- ##
configure: WARNING:     ## Report this to fldigi-devel@sourceforge.net ##
configure: WARNING:     ## ------------------------------------------- ##
checking for netdb.h... no
checking netinet/in.h usability... no
checking netinet/in.h presence... yes
configure: WARNING: netinet/in.h: present but cannot be compiled
configure: WARNING: netinet/in.h:     check for missing prerequisite headers?
configure: WARNING: netinet/in.h: see the Autoconf documentation
configure: WARNING: netinet/in.h:     section "Present But Cannot Be Compiled"
configure: WARNING: netinet/in.h: proceeding with the compiler's result
configure: WARNING:     ## ------------------------------------------- ##
configure: WARNING:     ## Report this to fldigi-devel@sourceforge.net ##
configure: WARNING:     ## ------------------------------------------- ##
checking for netinet/in.h... no
checking regex.h usability... no
checking regex.h presence... yes
configure: WARNING: regex.h: present but cannot be compiled
configure: WARNING: regex.h:     check for missing prerequisite headers?
configure: WARNING: regex.h: see the Autoconf documentation
configure: WARNING: regex.h:     section "Present But Cannot Be Compiled"
configure: WARNING: regex.h: proceeding with the compiler's result
configure: WARNING:     ## ------------------------------------------- ##
configure: WARNING:     ## Report this to fldigi-devel@sourceforge.net ##
configure: WARNING:     ## ------------------------------------------- ##
checking for regex.h... no
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... no
checking sys/ioctl.h presence... yes
configure: WARNING: sys/ioctl.h: present but cannot be compiled
configure: WARNING: sys/ioctl.h:     check for missing prerequisite headers?
configure: WARNING: sys/ioctl.h: see the Autoconf documentation
configure: WARNING: sys/ioctl.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/ioctl.h: proceeding with the compiler's result
configure: WARNING:     ## ------------------------------------------- ##
configure: WARNING:     ## Report this to fldigi-devel@sourceforge.net ##
configure: WARNING:     ## ------------------------------------------- ##
checking for sys/ioctl.h... no
checking sys/param.h usability... no
checking sys/param.h presence... yes
configure: WARNING: sys/param.h: present but cannot be compiled
configure: WARNING: sys/param.h:     check for missing prerequisite headers?
configure: WARNING: sys/param.h: see the Autoconf documentation
configure: WARNING: sys/param.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/param.h: proceeding with the compiler's result
configure: WARNING:     ## ------------------------------------------- ##
configure: WARNING:     ## Report this to fldigi-devel@sourceforge.net ##
configure: WARNING:     ## ------------------------------------------- ##
checking for sys/param.h... no
checking sys/socket.h usability... no
checking sys/socket.h presence... yes
configure: WARNING: sys/socket.h: present but cannot be compiled
configure: WARNING: sys/socket.h:     check for missing prerequisite headers?
configure: WARNING: sys/socket.h: see the Autoconf documentation
configure: WARNING: sys/socket.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/socket.h: proceeding with the compiler's result
configure: WARNING:     ## ------------------------------------------- ##
configure: WARNING:     ## Report this to fldigi-devel@sourceforge.net ##
configure: WARNING:     ## ------------------------------------------- ##
checking for sys/socket.h... no
checking sys/time.h usability... no
checking sys/time.h presence... yes
configure: WARNING: sys/time.h: present but cannot be compiled
configure: WARNING: sys/time.h:     check for missing prerequisite headers?
configure: WARNING: sys/time.h: see the Autoconf documentation
configure: WARNING: sys/time.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/time.h: proceeding with the compiler's result
configure: WARNING:     ## ------------------------------------------- ##
configure: WARNING:     ## Report this to fldigi-devel@sourceforge.net ##
configure: WARNING:     ## ------------------------------------------- ##
checking for sys/time.h... no
checking sys/utsname.h usability... no
checking sys/utsname.h presence... yes
configure: WARNING: sys/utsname.h: present but cannot be compiled
configure: WARNING: sys/utsname.h:     check for missing prerequisite headers?
configure: WARNING: sys/utsname.h: see the Autoconf documentation
configure: WARNING: sys/utsname.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/utsname.h: proceeding with the compiler's result
configure: WARNING:     ## ------------------------------------------- ##
configure: WARNING:     ## Report this to fldigi-devel@sourceforge.net ##
configure: WARNING:     ## ------------------------------------------- ##
checking for sys/utsname.h... no
checking termios.h usability... no
checking termios.h presence... yes
configure: WARNING: termios.h: present but cannot be compiled
configure: WARNING: termios.h:     check for missing prerequisite headers?
configure: WARNING: termios.h: see the Autoconf documentation
configure: WARNING: termios.h:     section "Present But Cannot Be Compiled"
configure: WARNING: termios.h: proceeding with the compiler's result
configure: WARNING:     ## ------------------------------------------- ##
configure: WARNING:     ## Report this to fldigi-devel@sourceforge.net ##
configure: WARNING:     ## ------------------------------------------- ##
checking for termios.h... no
checking for unistd.h... (cached) yes
checking values.h usability... no
checking values.h presence... yes
configure: WARNING: values.h: present but cannot be compiled
configure: WARNING: values.h:     check for missing prerequisite headers?
configure: WARNING: values.h: see the Autoconf documentation
configure: WARNING: values.h:     section "Present But Cannot Be Compiled"
configure: WARNING: values.h: proceeding with the compiler's result
configure: WARNING:     ## ------------------------------------------- ##
configure: WARNING:     ## Report this to fldigi-devel@sourceforge.net ##
configure: WARNING:     ## ------------------------------------------- ##
checking for values.h... no
checking linux/ppdev.h usability... no
checking linux/ppdev.h presence... yes
configure: WARNING: linux/ppdev.h: present but cannot be compiled
configure: WARNING: linux/ppdev.h:     check for missing prerequisite headers?
configure: WARNING: linux/ppdev.h: see the Autoconf documentation
configure: WARNING: linux/ppdev.h:     section "Present But Cannot Be Compiled"
configure: WARNING: linux/ppdev.h: proceeding with the compiler's result
configure: WARNING:     ## ------------------------------------------- ##
configure: WARNING:     ## Report this to fldigi-devel@sourceforge.net ##
configure: WARNING:     ## ------------------------------------------- ##
checking for linux/ppdev.h... no
checking dev/ppbus/ppi.h usability... no
checking dev/ppbus/ppi.h presence... no
checking for dev/ppbus/ppi.h... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for int16_t... no
checking for int32_t... no
checking for int64_t... no
checking for int8_t... no
checking for C/C++ restrict keyword... __restrict
checking for size_t... no
checking whether time.h and sys/time.h may both be included... no
checking whether struct tm is in sys/time.h or time.h... sys/time.h
checking for uint16_t... no
checking for uint32_t... no
checking for uint64_t... no
checking for uint8_t... no
checking for working volatile... yes
checking whether closedir returns void... yes
checking for error_at_line... yes
checking whether gcc needs -traditional... no
checking sys/select.h usability... no
checking sys/select.h presence... yes
configure: WARNING: sys/select.h: present but cannot be compiled
configure: WARNING: sys/select.h:     check for missing prerequisite headers?
configure: WARNING: sys/select.h: see the Autoconf documentation
configure: WARNING: sys/select.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/select.h: proceeding with the compiler's result
configure: WARNING:     ## ------------------------------------------- ##
configure: WARNING:     ## Report this to fldigi-devel@sourceforge.net ##
configure: WARNING:     ## ------------------------------------------- ##
checking for sys/select.h... no
checking for sys/socket.h... (cached) no
checking types of arguments for select... int,int *,struct timeval *
checking return type of signal handlers... void
checking for strftime... yes
checking for working strtod... no
checking for pow... no
checking for pow in -lm... yes
checking for getaddrinfo... yes
checking for gethostbyname... yes
checking for hstrerror... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for select... yes
checking for setenv... yes
checking for snprintf... yes
checking for socket... yes
checking for socketpair... yes
checking for strcasecmp... yes
checking for strcasestr... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strlcpy... no
checking for strncpy... yes
checking for strncmp... yes
checking for strnlen... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for uname... yes
checking for unsetenv... yes
checking for vsnprintf... yes
checking for O_CLOEXEC... no
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for library containing clock_gettime... none required
checking for library containing dlopen... -ldl
checking for library containing sem_unlink... -lpthread
checking for library containing sem_timedwait... -lpthread
checking for TLS support... yes
checking for std::bind in <functional>... 
checking for std::tr1::bind in <tr1/functional>... 
checking for g++ supports std::bind() feature with -std=gnu++11... no
checking for g++ supports std::bind() feature with -std=gnu++0x... no
checking for g++ supports std::bind() feature with -std=c++11... no
checking for g++ supports std::bind() feature with -std=c++0x... no
configure: error: Could not find std::bind or std::tr1::bind
==> ERROR: A failure occurred in build().
    Aborting...

config.log:

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 4.1.15, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/usr --enable-tls --with-flxmlrpc

## --------- ##
## Platform. ##
## --------- ##

hostname = xiarch
uname -m = x86_64
uname -r = 5.9.1-arch1-1
uname -s = Linux
uname -v = #1 SMP PREEMPT Sat, 17 Oct 2020 13:30:37 +0000

/usr/bin/uname -p = unknown
/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/local/gcc-arm-none-eabi-8-2018-q4-major/bin
PATH: /opt/stm32cubeide
PATH: /opt/ghdl/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: ~/.vim/bundle/vim-live-latex-preview/bin
PATH: /usr/lib/jvm/default/bin
PATH: /var/lib/snapd/snap/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2849: checking build system type
configure:2863: result: x86_64-pc-linux-gnu
configure:2884: checking host system type
configure:2897: result: x86_64-pc-linux-gnu
configure:2918: checking target system type
configure:2931: result: x86_64-pc-linux-gnu
configure:2974: checking for a BSD-compatible install
configure:3042: result: /usr/bin/install -c
configure:3053: checking whether build environment is sane
configure:3108: result: yes
configure:3257: checking for a thread-safe mkdir -p
configure:3296: result: /usr/bin/mkdir -p
configure:3303: checking for gawk
configure:3319: found /usr/bin/gawk
configure:3330: result: gawk
configure:3341: checking whether make sets $(MAKE)
configure:3363: result: yes
configure:3392: checking whether make supports nested variables
configure:3409: result: yes
configure:3546: checking whether make supports nested variables
configure:3563: result: yes
configure:3575: checking whether to enable maintainer-specific portions of Makefiles
configure:3584: result: no
configure:3736: checking for g++
configure:3752: found /usr/bin/g++
configure:3763: result: g++
configure:3790: checking for C++ compiler version
configure:3799: g++ --version >&5
g++ (GCC) 10.2.0
Copyright (C) 2020 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:3810: $? = 0
configure:3799: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --with-isl --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-install-libiberty --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-libunwind-exceptions --disable-werror gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.2.0 (GCC) 
configure:3810: $? = 0
configure:3799: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3810: $? = 1
configure:3799: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:3810: $? = 1
configure:3830: checking whether the C++ compiler works
configure:3852: g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.cpp  >&5
configure:3856: $? = 0
configure:3904: result: yes
configure:3907: checking for C++ compiler default output file name
configure:3909: result: a.out
configure:3915: checking for suffix of executables
configure:3922: g++ -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.cpp  >&5
configure:3926: $? = 0
configure:3948: result: 
configure:3970: checking whether we are cross compiling
configure:3978: g++ -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.cpp  >&5
configure:3982: $? = 0
configure:3989: ./conftest
configure:3993: $? = 0
configure:3981: result: no
configure:3986: checking for suffix of object files
configure:4008: g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.cpp >&5
configure:4012: $? = 0
configure:4033: result: o
configure:4037: checking whether we are using the GNU C++ compiler
configure:4056: g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.cpp >&5
configure:4056: $? = 0
configure:4065: result: yes
configure:4074: checking whether g++ accepts -g
configure:4094: g++ -c -g -D_FORTIFY_SOURCE=2 conftest.cpp >&5
configure:4094: $? = 0
configure:4135: result: yes
configure:4161: checking whether make supports the include directive
configure:4176: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:4179: $? = 0
configure:4198: result: yes (GNU style)
configure:4223: checking dependency style of g++
configure:4334: result: gcc3
configure:4397: checking for gcc
configure:4413: found /opt/ghdl/bin/gcc
configure:4424: result: gcc
configure:4653: checking for C compiler version
configure:4662: gcc --version >&5
gcc (GCC) 9.3.0
Copyright (C) 2019 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:4673: $? = 0
configure:4662: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/opt/ghdl/libexec/gcc/x86_64-pc-linux-gnu/9.3.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../../gcc-releases-gcc-9.3.0/configure --prefix=/opt/ghdl --enable-languages=c,vhdl --disable-bootstrap --disable-lto --disable-multilib --disable-libssp --disable-libgomp --disable-libquadmath
Thread model: posix
gcc version 9.3.0 (GCC) 
configure:4673: $? = 0
configure:4662: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4673: $? = 1
configure:4662: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4673: $? = 1
configure:4677: checking whether we are using the GNU C compiler
configure:4696: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4696: $? = 0
configure:4705: result: yes
configure:4714: checking whether gcc accepts -g
configure:4734: gcc -c -g -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4734: $? = 0
configure:4775: result: yes
configure:4792: checking for gcc option to accept ISO C89
configure:4855: gcc  -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:4855: $? = 0
configure:4868: result: none needed
configure:4893: checking whether gcc understands -c and -o together
configure:4915: gcc -c conftest.c -o conftest2.o
configure:4918: $? = 0
configure:4915: gcc -c conftest.c -o conftest2.o
configure:4918: $? = 0
configure:4930: result: yes
configure:4949: checking dependency style of gcc
configure:5060: result: gcc3
configure:5081: checking how to run the C preprocessor
configure:5112: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/limits.h:194,
                 from /opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/syslimits.h:7,
                 from /opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/limits.h:34,
                 from conftest.c:29:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:5112: $? = 0
configure:5126: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:28:10: fatal error: ac_nonexistent.h: No such file or directory
   28 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5126: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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 <ac_nonexistent.h>
configure:5151: result: gcc -E
configure:5171: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/limits.h:194,
                 from /opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/syslimits.h:7,
                 from /opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/limits.h:34,
                 from conftest.c:29:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:5171: $? = 0
configure:5185: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:28:10: fatal error: ac_nonexistent.h: No such file or directory
   28 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5185: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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 <ac_nonexistent.h>
configure:5214: checking for grep that handles long lines and -e
configure:5272: result: /usr/bin/grep
configure:5277: checking for egrep
configure:5339: result: /usr/bin/grep -E
configure:5344: checking for ANSI C header files
configure:5364: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5364: $? = 0
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/string.h:26,
                 from conftest.c:28:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:25,
                 from conftest.c:28:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:5437: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:5437: $? = 0
configure:5437: ./conftest
configure:5437: $? = 0
configure:5448: result: yes
configure:5461: checking for sys/types.h
configure:5461: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5461: $? = 0
configure:5461: result: yes
configure:5461: checking for sys/stat.h
configure:5461: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5461: $? = 0
configure:5461: result: yes
configure:5461: checking for stdlib.h
configure:5461: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5461: $? = 0
configure:5461: result: yes
configure:5461: checking for string.h
configure:5461: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5461: $? = 0
configure:5461: result: yes
configure:5461: checking for memory.h
configure:5461: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5461: $? = 0
configure:5461: result: yes
configure:5461: checking for strings.h
configure:5461: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5461: $? = 0
configure:5461: result: yes
configure:5461: checking for inttypes.h
configure:5461: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5461: $? = 0
configure:5461: result: yes
configure:5461: checking for stdint.h
configure:5461: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5461: $? = 0
configure:5461: result: yes
configure:5461: checking for unistd.h
configure:5461: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5461: $? = 0
configure:5461: result: yes
configure:5474: checking minix/config.h usability
configure:5474: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:71:10: fatal error: minix/config.h: No such file or directory
   71 | #include <minix/config.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:5474: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:5474: result: no
configure:5474: checking minix/config.h presence
configure:5474: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:38:10: fatal error: minix/config.h: No such file or directory
   38 | #include <minix/config.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:5474: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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 <minix/config.h>
configure:5474: result: no
configure:5474: checking for minix/config.h
configure:5474: result: no
configure:5495: checking whether it is safe to define __EXTENSIONS__
configure:5513: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5513: $? = 0
configure:5520: result: yes
configure:5544: checking whether g++ supports C++11 features by default
configure:5578: g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.cpp >&5
configure:5578: $? = 0
configure:5585: result: yes
configure:5678: checking for ANSI C header files
configure:5782: result: yes
configure:5793: checking for dirent.h that defines DIR
configure:5812: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5812: $? = 0
configure:5820: result: yes
configure:5833: checking for library containing opendir
configure:5864: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:5864: $? = 0
configure:5881: result: none required
configure:5951: checking arpa/inet.h usability
configure:5951: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:51:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:5951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <arpa/inet.h>
configure:5951: result: no
configure:5951: checking arpa/inet.h presence
configure:5951: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/arpa/inet.h:21,
                 from conftest.c:46:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:5951: $? = 0
configure:5951: result: yes
configure:5951: WARNING: arpa/inet.h: present but cannot be compiled
configure:5951: WARNING: arpa/inet.h:     check for missing prerequisite headers?
configure:5951: WARNING: arpa/inet.h: see the Autoconf documentation
configure:5951: WARNING: arpa/inet.h:     section "Present But Cannot Be Compiled"
configure:5951: WARNING: arpa/inet.h: proceeding with the compiler's result
configure:5951: checking for arpa/inet.h
configure:5951: result: no
configure:5951: checking execinfo.h usability
configure:5951: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:51:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:5951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <execinfo.h>
configure:5951: result: no
configure:5951: checking execinfo.h presence
configure:5951: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/execinfo.h:21,
                 from conftest.c:46:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:5951: $? = 0
configure:5951: result: yes
configure:5951: WARNING: execinfo.h: present but cannot be compiled
configure:5951: WARNING: execinfo.h:     check for missing prerequisite headers?
configure:5951: WARNING: execinfo.h: see the Autoconf documentation
configure:5951: WARNING: execinfo.h:     section "Present But Cannot Be Compiled"
configure:5951: WARNING: execinfo.h: proceeding with the compiler's result
configure:5951: checking for execinfo.h
configure:5951: result: no
configure:5951: checking fcntl.h usability
configure:5951: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:51:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:5951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <fcntl.h>
configure:5951: result: no
configure:5951: checking fcntl.h presence
configure:5951: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/fcntl.h:25,
                 from conftest.c:46:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:5951: $? = 0
configure:5951: result: yes
configure:5951: WARNING: fcntl.h: present but cannot be compiled
configure:5951: WARNING: fcntl.h:     check for missing prerequisite headers?
configure:5951: WARNING: fcntl.h: see the Autoconf documentation
configure:5951: WARNING: fcntl.h:     section "Present But Cannot Be Compiled"
configure:5951: WARNING: fcntl.h: proceeding with the compiler's result
configure:5951: checking for fcntl.h
configure:5951: result: no
configure:5951: checking limits.h usability
configure:5951: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:51:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:5951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <limits.h>
configure:5951: result: no
configure:5951: checking limits.h presence
configure:5951: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/limits.h:26,
                 from /opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/limits.h:194,
                 from /opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/syslimits.h:7,
                 from /opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/limits.h:34,
                 from conftest.c:46:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:5951: $? = 0
configure:5951: result: yes
configure:5951: WARNING: limits.h: present but cannot be compiled
configure:5951: WARNING: limits.h:     check for missing prerequisite headers?
configure:5951: WARNING: limits.h: see the Autoconf documentation
configure:5951: WARNING: limits.h:     section "Present But Cannot Be Compiled"
configure:5951: WARNING: limits.h: proceeding with the compiler's result
configure:5951: checking for limits.h
configure:5951: result: no
configure:5951: checking for memory.h
configure:5951: result: yes
configure:5951: checking netdb.h usability
configure:5951: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:52:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:5951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <netdb.h>
configure:5951: result: no
configure:5951: checking netdb.h presence
configure:5951: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/netdb.h:25,
                 from conftest.c:47:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:5951: $? = 0
configure:5951: result: yes
configure:5951: WARNING: netdb.h: present but cannot be compiled
configure:5951: WARNING: netdb.h:     check for missing prerequisite headers?
configure:5951: WARNING: netdb.h: see the Autoconf documentation
configure:5951: WARNING: netdb.h:     section "Present But Cannot Be Compiled"
configure:5951: WARNING: netdb.h: proceeding with the compiler's result
configure:5951: checking for netdb.h
configure:5951: result: no
configure:5951: checking netinet/in.h usability
configure:5951: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:52:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:5951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <netinet/in.h>
configure:5951: result: no
configure:5951: checking netinet/in.h presence
configure:5951: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/netinet/in.h:21,
                 from conftest.c:47:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:5951: $? = 0
configure:5951: result: yes
configure:5951: WARNING: netinet/in.h: present but cannot be compiled
configure:5951: WARNING: netinet/in.h:     check for missing prerequisite headers?
configure:5951: WARNING: netinet/in.h: see the Autoconf documentation
configure:5951: WARNING: netinet/in.h:     section "Present But Cannot Be Compiled"
configure:5951: WARNING: netinet/in.h: proceeding with the compiler's result
configure:5951: checking for netinet/in.h
configure:5951: result: no
configure:5951: checking regex.h usability
configure:5951: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:52:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:5951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <regex.h>
configure:5951: result: no
configure:5951: checking regex.h presence
configure:5951: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/sys/types.h:25,
                 from /usr/include/regex.h:23,
                 from conftest.c:47:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:5951: $? = 0
configure:5951: result: yes
configure:5951: WARNING: regex.h: present but cannot be compiled
configure:5951: WARNING: regex.h:     check for missing prerequisite headers?
configure:5951: WARNING: regex.h: see the Autoconf documentation
configure:5951: WARNING: regex.h:     section "Present But Cannot Be Compiled"
configure:5951: WARNING: regex.h: proceeding with the compiler's result
configure:5951: checking for regex.h
configure:5951: result: no
configure:5951: checking for stdint.h
configure:5951: result: yes
configure:5951: checking for stdlib.h
configure:5951: result: yes
configure:5951: checking for string.h
configure:5951: result: yes
configure:5951: checking for strings.h
configure:5951: result: yes
configure:5951: checking sys/ioctl.h usability
configure:5951: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:56:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:5951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/ioctl.h>
configure:5951: result: no
configure:5951: checking sys/ioctl.h presence
configure:5951: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/sys/ioctl.h:21,
                 from conftest.c:51:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:5951: $? = 0
configure:5951: result: yes
configure:5951: WARNING: sys/ioctl.h: present but cannot be compiled
configure:5951: WARNING: sys/ioctl.h:     check for missing prerequisite headers?
configure:5951: WARNING: sys/ioctl.h: see the Autoconf documentation
configure:5951: WARNING: sys/ioctl.h:     section "Present But Cannot Be Compiled"
configure:5951: WARNING: sys/ioctl.h: proceeding with the compiler's result
configure:5951: checking for sys/ioctl.h
configure:5951: result: no
configure:5951: checking sys/param.h usability
configure:5951: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:56:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:5951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/param.h>
configure:5951: result: no
configure:5951: checking sys/param.h presence
configure:5951: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/sys/types.h:25,
                 from /usr/include/sys/param.h:25,
                 from conftest.c:51:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:5951: $? = 0
configure:5951: result: yes
configure:5951: WARNING: sys/param.h: present but cannot be compiled
configure:5951: WARNING: sys/param.h:     check for missing prerequisite headers?
configure:5951: WARNING: sys/param.h: see the Autoconf documentation
configure:5951: WARNING: sys/param.h:     section "Present But Cannot Be Compiled"
configure:5951: WARNING: sys/param.h: proceeding with the compiler's result
configure:5951: checking for sys/param.h
configure:5951: result: no
configure:5951: checking sys/socket.h usability
configure:5951: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:56:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:5951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/socket.h>
configure:5951: result: no
configure:5951: checking sys/socket.h presence
configure:5951: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/sys/socket.h:22,
                 from conftest.c:51:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:5951: $? = 0
configure:5951: result: yes
configure:5951: WARNING: sys/socket.h: present but cannot be compiled
configure:5951: WARNING: sys/socket.h:     check for missing prerequisite headers?
configure:5951: WARNING: sys/socket.h: see the Autoconf documentation
configure:5951: WARNING: sys/socket.h:     section "Present But Cannot Be Compiled"
configure:5951: WARNING: sys/socket.h: proceeding with the compiler's result
configure:5951: checking for sys/socket.h
configure:5951: result: no
configure:5951: checking sys/time.h usability
configure:5951: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:56:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:5951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/time.h>
configure:5951: result: no
configure:5951: checking sys/time.h presence
configure:5951: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/sys/time.h:21,
                 from conftest.c:51:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:5951: $? = 0
configure:5951: result: yes
configure:5951: WARNING: sys/time.h: present but cannot be compiled
configure:5951: WARNING: sys/time.h:     check for missing prerequisite headers?
configure:5951: WARNING: sys/time.h: see the Autoconf documentation
configure:5951: WARNING: sys/time.h:     section "Present But Cannot Be Compiled"
configure:5951: WARNING: sys/time.h: proceeding with the compiler's result
configure:5951: checking for sys/time.h
configure:5951: result: no
configure:5951: checking sys/utsname.h usability
configure:5951: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:56:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:5951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/utsname.h>
configure:5951: result: no
configure:5951: checking sys/utsname.h presence
configure:5951: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/sys/utsname.h:25,
                 from conftest.c:51:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:5951: $? = 0
configure:5951: result: yes
configure:5951: WARNING: sys/utsname.h: present but cannot be compiled
configure:5951: WARNING: sys/utsname.h:     check for missing prerequisite headers?
configure:5951: WARNING: sys/utsname.h: see the Autoconf documentation
configure:5951: WARNING: sys/utsname.h:     section "Present But Cannot Be Compiled"
configure:5951: WARNING: sys/utsname.h: proceeding with the compiler's result
configure:5951: checking for sys/utsname.h
configure:5951: result: no
configure:5951: checking termios.h usability
configure:5951: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:56:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:5951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <termios.h>
configure:5951: result: no
configure:5951: checking termios.h presence
configure:5951: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/termios.h:25,
                 from conftest.c:51:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:5951: $? = 0
configure:5951: result: yes
configure:5951: WARNING: termios.h: present but cannot be compiled
configure:5951: WARNING: termios.h:     check for missing prerequisite headers?
configure:5951: WARNING: termios.h: see the Autoconf documentation
configure:5951: WARNING: termios.h:     section "Present But Cannot Be Compiled"
configure:5951: WARNING: termios.h: proceeding with the compiler's result
configure:5951: checking for termios.h
configure:5951: result: no
configure:5951: checking for unistd.h
configure:5951: result: yes
configure:5951: checking values.h usability
configure:5951: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:57:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:5951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <values.h>
configure:5951: result: no
configure:5951: checking values.h presence
configure:5951: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/values.h:25,
                 from conftest.c:52:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:5951: $? = 0
configure:5951: result: yes
configure:5951: WARNING: values.h: present but cannot be compiled
configure:5951: WARNING: values.h:     check for missing prerequisite headers?
configure:5951: WARNING: values.h: see the Autoconf documentation
configure:5951: WARNING: values.h:     section "Present But Cannot Be Compiled"
configure:5951: WARNING: values.h: proceeding with the compiler's result
configure:5951: checking for values.h
configure:5951: result: no
configure:5951: checking linux/ppdev.h usability
configure:5951: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:57:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:5951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/ppdev.h>
configure:5951: result: no
configure:5951: checking linux/ppdev.h presence
configure:5951: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:5951: $? = 0
configure:5951: result: yes
configure:5951: WARNING: linux/ppdev.h: present but cannot be compiled
configure:5951: WARNING: linux/ppdev.h:     check for missing prerequisite headers?
configure:5951: WARNING: linux/ppdev.h: see the Autoconf documentation
configure:5951: WARNING: linux/ppdev.h:     section "Present But Cannot Be Compiled"
configure:5951: WARNING: linux/ppdev.h: proceeding with the compiler's result
configure:5951: checking for linux/ppdev.h
configure:5951: result: no
configure:5951: checking dev/ppbus/ppi.h usability
configure:5951: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:57:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c:85:10: fatal error: dev/ppbus/ppi.h: No such file or directory
   85 | #include <dev/ppbus/ppi.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
configure:5951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dev/ppbus/ppi.h>
configure:5951: result: no
configure:5951: checking dev/ppbus/ppi.h presence
configure:5951: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:52:10: fatal error: dev/ppbus/ppi.h: No such file or directory
   52 | #include <dev/ppbus/ppi.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
configure:5951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <dev/ppbus/ppi.h>
configure:5951: result: no
configure:5951: checking for dev/ppbus/ppi.h
configure:5951: result: no
configure:5963: checking for stdbool.h that conforms to C99
configure:6030: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6030: $? = 0
configure:6037: result: yes
configure:6039: checking for _Bool
configure:6039: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:57:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6039: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (_Bool))
| 	 return 0;
|   ;
|   return 0;
| }
configure:6039: result: no
configure:6056: checking for an ANSI C-conforming const
configure:6122: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6122: $? = 0
configure:6129: result: yes
configure:6137: checking for inline
configure:6153: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6153: $? = 0
configure:6161: result: inline
configure:6179: checking for int16_t
configure:6179: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6179: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6179: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6179: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6179: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6179: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (long int) (((((long int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6179: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6179: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (long long int) (((((long long int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6179: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6179: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6179: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:90:12: error: size of array 'test_array' is negative
   90 | static int test_array [1 - 2 * !(0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
configure:6179: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6179: result: no
configure:6190: checking for int32_t
configure:6190: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6190: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6190: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6190: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6190: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6190: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (long int) (((((long int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6190: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6190: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (long long int) (((((long long int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6190: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:90:12: error: size of array 'test_array' is negative
   90 | static int test_array [1 - 2 * !(0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
configure:6190: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6190: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:90:12: error: size of array 'test_array' is negative
   90 | static int test_array [1 - 2 * !(0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
configure:6190: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6190: result: no
configure:6201: checking for int64_t
configure:6201: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6201: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6201: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:90:62: warning: result of '-2147483648 << 31' requires 63 bits to represent, but 'int' only has 32 bits [-Wshift-overflow=]
   90 | static int test_array [1 - 2 * !(0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 1))];
      |                                                              ^~
conftest.c:90:12: error: storage size of 'test_array' isn't constant
   90 | static int test_array [1 - 2 * !(0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
configure:6201: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6201: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6201: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (long int) (((((long int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6201: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6201: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (long long int) (((((long long int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6201: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:90:74: warning: result of '-2147483648 << 31' requires 63 bits to represent, but 'int' only has 32 bits [-Wshift-overflow=]
   90 | static int test_array [1 - 2 * !(0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
      |                                                                          ^~
conftest.c:90:12: error: storage size of 'test_array' isn't constant
   90 | static int test_array [1 - 2 * !(0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
configure:6201: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6201: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:90:78: warning: result of '-2147483648 << 31' requires 63 bits to represent, but 'int' only has 32 bits [-Wshift-overflow=]
   90 | static int test_array [1 - 2 * !(0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
      |                                                                              ^~
conftest.c:90:12: error: storage size of 'test_array' isn't constant
   90 | static int test_array [1 - 2 * !(0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
configure:6201: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6201: result: no
configure:6212: checking for int8_t
configure:6212: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6212: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 8 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6212: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6212: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 8 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6212: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6212: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 8 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (long int) (((((long int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6212: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6212: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 8 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (long long int) (((((long long int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6212: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6212: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 8 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (short int) (((((short int) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6212: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:58:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6212: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 	     enum { N = 8 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (signed char) (((((signed char) 1 << N) << N) - 1) * 2 + 1))];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6212: result: no
configure:6223: checking for C/C++ restrict keyword
configure:6248: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6248: $? = 0
configure:6256: result: __restrict
configure:6269: checking for size_t
configure:6269: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:59:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6269: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (size_t))
| 	 return 0;
|   ;
|   return 0;
| }
configure:6269: result: no
configure:6280: checking whether time.h and sys/time.h may both be included
configure:6300: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
configure:6300: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/time.h>
| #include <time.h>
| 
| int
| main ()
| {
| if ((struct tm *) 0)
| return 0;
|   ;
|   return 0;
| }
configure:6307: result: no
configure:6315: checking whether struct tm is in sys/time.h or time.h
configure:6335: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
configure:6335: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <time.h>
| 
| int
| main ()
| {
| struct tm tm;
| 				     int *p = &tm.tm_sec;
| 				     return !p;
|   ;
|   return 0;
| }
configure:6342: result: sys/time.h
configure:6350: checking for uint16_t
configure:6350: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6350: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((uint16_t) -1 >> (16 / 2 - 1)) >> (16 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6350: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:92:12: error: size of array 'test_array' is negative
   92 | static int test_array [1 - 2 * !(((unsigned int) -1 >> (16 / 2 - 1)) >> (16 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:6350: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned int) -1 >> (16 / 2 - 1)) >> (16 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6350: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:92:12: error: size of array 'test_array' is negative
   92 | static int test_array [1 - 2 * !(((unsigned long int) -1 >> (16 / 2 - 1)) >> (16 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:6350: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned long int) -1 >> (16 / 2 - 1)) >> (16 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6350: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:92:12: error: size of array 'test_array' is negative
   92 | static int test_array [1 - 2 * !(((unsigned long long int) -1 >> (16 / 2 - 1)) >> (16 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:6350: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned long long int) -1 >> (16 / 2 - 1)) >> (16 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6350: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6350: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned short int) -1 >> (16 / 2 - 1)) >> (16 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6350: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:92:12: error: size of array 'test_array' is negative
   92 | static int test_array [1 - 2 * !(((unsigned char) -1 >> (16 / 2 - 1)) >> (16 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:6350: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned char) -1 >> (16 / 2 - 1)) >> (16 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6350: result: no
configure:6362: checking for uint32_t
configure:6362: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6362: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((uint32_t) -1 >> (32 / 2 - 1)) >> (32 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6362: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6362: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned int) -1 >> (32 / 2 - 1)) >> (32 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6362: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:92:12: error: size of array 'test_array' is negative
   92 | static int test_array [1 - 2 * !(((unsigned long int) -1 >> (32 / 2 - 1)) >> (32 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:6362: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned long int) -1 >> (32 / 2 - 1)) >> (32 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6362: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:92:12: error: size of array 'test_array' is negative
   92 | static int test_array [1 - 2 * !(((unsigned long long int) -1 >> (32 / 2 - 1)) >> (32 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:6362: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned long long int) -1 >> (32 / 2 - 1)) >> (32 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6362: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:92:12: error: size of array 'test_array' is negative
   92 | static int test_array [1 - 2 * !(((unsigned short int) -1 >> (32 / 2 - 1)) >> (32 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:6362: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned short int) -1 >> (32 / 2 - 1)) >> (32 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6362: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:92:12: error: size of array 'test_array' is negative
   92 | static int test_array [1 - 2 * !(((unsigned char) -1 >> (32 / 2 - 1)) >> (32 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:6362: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned char) -1 >> (32 / 2 - 1)) >> (32 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6362: result: no
configure:6376: checking for uint64_t
configure:6376: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6376: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((uint64_t) -1 >> (64 / 2 - 1)) >> (64 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6376: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:92:12: error: size of array 'test_array' is negative
   92 | static int test_array [1 - 2 * !(((unsigned int) -1 >> (64 / 2 - 1)) >> (64 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:6376: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned int) -1 >> (64 / 2 - 1)) >> (64 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6376: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6376: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned long int) -1 >> (64 / 2 - 1)) >> (64 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6376: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6376: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned long long int) -1 >> (64 / 2 - 1)) >> (64 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6376: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:92:12: error: size of array 'test_array' is negative
   92 | static int test_array [1 - 2 * !(((unsigned short int) -1 >> (64 / 2 - 1)) >> (64 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:6376: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned short int) -1 >> (64 / 2 - 1)) >> (64 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6376: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:92:12: error: size of array 'test_array' is negative
   92 | static int test_array [1 - 2 * !(((unsigned char) -1 >> (64 / 2 - 1)) >> (64 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:6376: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned char) -1 >> (64 / 2 - 1)) >> (64 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6376: result: no
configure:6390: checking for uint8_t
configure:6390: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6390: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((uint8_t) -1 >> (8 / 2 - 1)) >> (8 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6390: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:92:12: error: size of array 'test_array' is negative
   92 | static int test_array [1 - 2 * !(((unsigned int) -1 >> (8 / 2 - 1)) >> (8 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:6390: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned int) -1 >> (8 / 2 - 1)) >> (8 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6390: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:92:12: error: size of array 'test_array' is negative
   92 | static int test_array [1 - 2 * !(((unsigned long int) -1 >> (8 / 2 - 1)) >> (8 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:6390: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned long int) -1 >> (8 / 2 - 1)) >> (8 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6390: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:92:12: error: size of array 'test_array' is negative
   92 | static int test_array [1 - 2 * !(((unsigned long long int) -1 >> (8 / 2 - 1)) >> (8 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:6390: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned long long int) -1 >> (8 / 2 - 1)) >> (8 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6390: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:92:12: error: size of array 'test_array' is negative
   92 | static int test_array [1 - 2 * !(((unsigned short int) -1 >> (8 / 2 - 1)) >> (8 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:6390: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned short int) -1 >> (8 / 2 - 1)) >> (8 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6390: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6390: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned char) -1 >> (8 / 2 - 1)) >> (8 / 2 - 1) == 3)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:6390: result: no
configure:6404: checking for working volatile
configure:6423: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6423: $? = 0
configure:6430: result: yes
configure:6440: checking whether closedir returns void
configure:6464: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:61:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6464: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dirent.h>
| #ifndef __cplusplus
| int closedir ();
| #endif
| 
| int
| main ()
| {
| return closedir (opendir (".")) != 0;
|   ;
|   return 0;
| }
configure:6474: result: yes
configure:6482: checking for error_at_line
configure:6498: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:6498: $? = 0
configure:6506: result: yes
configure:6518: checking whether gcc needs -traditional
In file included from /usr/include/sgtty.h:21,
                 from conftest.c:57:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
In file included from /usr/include/termios.h:25,
                 from /usr/include/termio.h:5,
                 from conftest.c:57:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:6552: result: no
configure:6562: checking sys/select.h usability
configure:6562: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6562: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/select.h>
configure:6562: result: no
configure:6562: checking sys/select.h presence
configure:6562: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
In file included from /usr/include/sys/select.h:24,
                 from conftest.c:57:
/usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  397 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure:6562: $? = 0
configure:6562: result: yes
configure:6562: WARNING: sys/select.h: present but cannot be compiled
configure:6562: WARNING: sys/select.h:     check for missing prerequisite headers?
configure:6562: WARNING: sys/select.h: see the Autoconf documentation
configure:6562: WARNING: sys/select.h:     section "Present But Cannot Be Compiled"
configure:6562: WARNING: sys/select.h: proceeding with the compiler's result
configure:6562: checking for sys/select.h
configure:6562: result: no
configure:6562: checking for sys/socket.h
configure:6562: result: no
configure:6572: checking types of arguments for select
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (int,
| 					    fd_set *, fd_set *, fd_set *,
| 					    struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (int,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (int,
| 					    fd_set *, fd_set *, fd_set *,
| 					    const struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (size_t,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (size_t,
| 					    fd_set *, fd_set *, fd_set *,
| 					    struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (size_t,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (size_t,
| 					    fd_set *, fd_set *, fd_set *,
| 					    const struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (unsigned long int,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (unsigned long int,
| 					    fd_set *, fd_set *, fd_set *,
| 					    struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (unsigned long int,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (unsigned long int,
| 					    fd_set *, fd_set *, fd_set *,
| 					    const struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (unsigned int,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (unsigned int,
| 					    fd_set *, fd_set *, fd_set *,
| 					    struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (unsigned int,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (unsigned int,
| 					    fd_set *, fd_set *, fd_set *,
| 					    const struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (int,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (int,
| 					    int *, int *, int *,
| 					    struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (int,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (int,
| 					    int *, int *, int *,
| 					    const struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (size_t,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (size_t,
| 					    int *, int *, int *,
| 					    struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (size_t,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (size_t,
| 					    int *, int *, int *,
| 					    const struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (unsigned long int,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (unsigned long int,
| 					    int *, int *, int *,
| 					    struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (unsigned long int,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (unsigned long int,
| 					    int *, int *, int *,
| 					    const struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (unsigned int,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (unsigned int,
| 					    int *, int *, int *,
| 					    struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (unsigned int,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (unsigned int,
| 					    int *, int *, int *,
| 					    const struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (int,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (int,
| 					    void *, void *, void *,
| 					    struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (int,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (int,
| 					    void *, void *, void *,
| 					    const struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (size_t,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (size_t,
| 					    void *, void *, void *,
| 					    struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (size_t,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (size_t,
| 					    void *, void *, void *,
| 					    const struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (unsigned long int,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (unsigned long int,
| 					    void *, void *, void *,
| 					    struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (unsigned long int,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (unsigned long int,
| 					    void *, void *, void *,
| 					    const struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (unsigned int,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (unsigned int,
| 					    void *, void *, void *,
| 					    struct timeval *);
|   ;
|   return 0;
| }
configure:6600: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:62:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
conftest.c: In function 'main':
conftest.c:100:12: error: conflicting types for 'select'
  100 | extern int select (unsigned int,
      |            ^~~~~~
In file included from /usr/include/sys/types.h:179,
                 from conftest.c:59:
/usr/include/sys/select.h:101:12: note: previous declaration of 'select' was here
  101 | extern int select (int __nfds, fd_set *__restrict __readfds,
      |            ^~~~~~
configure:6600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| extern int select (unsigned int,
| 					    void *, void *, void *,
| 					    const struct timeval *);
|   ;
|   return 0;
| }
configure:6611: result: int,int *,struct timeval *
configure:6634: checking return type of signal handlers
configure:6652: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
conftest.c: In function 'main':
conftest.c:66:10: error: void value not ignored as it ought to be
   66 | return *(signal (0, 0)) (0) == 1;
      |         ~^~~~~~~~~~~~~~~~~~
configure:6652: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <signal.h>
| 
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
|   ;
|   return 0;
| }
configure:6659: result: void
configure:6669: checking for strftime
configure:6669: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
conftest.c:84:6: warning: conflicting types for built-in function 'strftime'; expected 'long unsigned int(char *, long unsigned int,  const char *, const void *)' [-Wbuiltin-declaration-mismatch]
   84 | char strftime ();
      |      ^~~~~~~~
conftest.c:72:1: note: 'strftime' is declared in header '<time.h>'
   71 | # include <limits.h>
   72 | #else
configure:6669: $? = 0
configure:6669: result: yes
configure:6722: checking for working strtod
configure:6763: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
In file included from /usr/include/sys/stat.h:446,
                 from conftest.c:68:
/opt/ghdl/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/bits/statx.h:38:25: error: missing binary operator before token "("
   38 | #if __glibc_has_include ("__linux__/stat.h")
      |                         ^
configure:6763: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifndef strtod
| double strtod ();
| #endif
| int
| main()
| {
|   {
|     /* Some versions of Linux strtod mis-parse strings with leading '+'.  */
|     char *string = " +69";
|     char *term;
|     double value;
|     value = strtod (string, &term);
|     if (value != 69 || term != (string + 4))
|       return 1;
|   }
| 
|   {
|     /* Under Solaris 2.4, strtod returns the wrong value for the
|        terminating character under some conditions.  */
|     char *string = "NaN";
|     char *term;
|     strtod (string, &term);
|     if (term != string && *(term - 1) == 0)
|       return 1;
|   }
|   return 0;
| }
| 
configure:6773: result: no
configure:6782: checking for pow
configure:6782: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
conftest.c:85:6: warning: conflicting types for built-in function 'pow'; expected 'double(double,  double)' [-Wbuiltin-declaration-mismatch]
   85 | char pow ();
      |      ^~~
conftest.c:73:1: note: 'pow' is declared in header '<math.h>'
   72 | # include <limits.h>
   73 | #else
/usr/bin/ld: /tmp/cc3FaV69.o: in function `main':
conftest.c:(.text.startup+0x8): undefined reference to `pow'
collect2: error: ld returned 1 exit status
configure:6782: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| /* end confdefs.h.  */
| /* Define pow to an innocuous variant, in case <limits.h> declares pow.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pow innocuous_pow
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pow (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pow
| 
| /* 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 pow ();
| /* 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_pow || defined __stub___pow
| choke me
| #endif
| 
| int
| main ()
| {
| return pow ();
|   ;
|   return 0;
| }
configure:6782: result: no
configure:6788: checking for pow in -lm
configure:6813: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c -lm   >&5
conftest.c:69:6: warning: conflicting types for built-in function 'pow'; expected 'double(double,  double)' [-Wbuiltin-declaration-mismatch]
   69 | char pow ();
      |      ^~~
conftest.c:1:1: note: 'pow' is declared in header '<math.h>'
    1 | /* confdefs.h */
configure:6813: $? = 0
configure:6822: result: yes
configure:6838: checking for getaddrinfo
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for gethostbyname
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for hstrerror
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for gmtime_r
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for localtime_r
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for memmove
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
conftest.c:90:6: warning: conflicting types for built-in function 'memmove'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
   90 | char memmove ();
      |      ^~~~~~~
conftest.c:78:1: note: 'memmove' is declared in header '<string.h>'
   77 | # include <limits.h>
   78 | #else
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for memset
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
conftest.c:91:6: warning: conflicting types for built-in function 'memset'; expected 'void *(void *, int,  long unsigned int)' [-Wbuiltin-declaration-mismatch]
   91 | char memset ();
      |      ^~~~~~
conftest.c:79:1: note: 'memset' is declared in header '<string.h>'
   78 | # include <limits.h>
   79 | #else
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for mkdir
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for select
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for setenv
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for snprintf
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
conftest.c:95:6: warning: conflicting types for built-in function 'snprintf'; expected 'int(char *, long unsigned int,  const char *, ...)' [-Wbuiltin-declaration-mismatch]
   95 | char snprintf ();
      |      ^~~~~~~~
conftest.c:83:1: note: 'snprintf' is declared in header '<stdio.h>'
   82 | # include <limits.h>
   83 | #else
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for socket
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for socketpair
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for strcasecmp
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
conftest.c:98:6: warning: conflicting types for built-in function 'strcasecmp'; expected 'int(const char *, const char *)' [-Wbuiltin-declaration-mismatch]
   98 | char strcasecmp ();
      |      ^~~~~~~~~~
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for strcasestr
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for strchr
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
conftest.c:100:6: warning: conflicting types for built-in function 'strchr'; expected 'char *(const char *, int)' [-Wbuiltin-declaration-mismatch]
  100 | char strchr ();
      |      ^~~~~~
conftest.c:88:1: note: 'strchr' is declared in header '<string.h>'
   87 | # include <limits.h>
   88 | #else
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for strdup
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
conftest.c:101:6: warning: conflicting types for built-in function 'strdup'; expected 'char *(const char *)' [-Wbuiltin-declaration-mismatch]
  101 | char strdup ();
      |      ^~~~~~
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for strerror
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for strlcpy
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
/usr/bin/ld: /tmp/cc8BMFSc.o: in function `main':
conftest.c:(.text.startup+0x8): undefined reference to `strlcpy'
collect2: error: ld returned 1 exit status
configure:6838: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #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 <limits.h> declares strlcpy.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strlcpy innocuous_strlcpy
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strlcpy (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:6838: result: no
configure:6838: checking for strncpy
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
conftest.c:103:6: warning: conflicting types for built-in function 'strncpy'; expected 'char *(char *, const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
  103 | char strncpy ();
      |      ^~~~~~~
conftest.c:91:1: note: 'strncpy' is declared in header '<string.h>'
   90 | # include <limits.h>
   91 | #else
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for strncmp
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
conftest.c:104:6: warning: conflicting types for built-in function 'strncmp'; expected 'int(const char *, const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
  104 | char strncmp ();
      |      ^~~~~~~
conftest.c:92:1: note: 'strncmp' is declared in header '<string.h>'
   91 | # include <limits.h>
   92 | #else
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for strnlen
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
conftest.c:105:6: warning: conflicting types for built-in function 'strnlen'; expected 'long unsigned int(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
  105 | char strnlen ();
      |      ^~~~~~~
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for strncasecmp
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
conftest.c:106:6: warning: conflicting types for built-in function 'strncasecmp'; expected 'int(const char *, const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
  106 | char strncasecmp ();
      |      ^~~~~~~~~~~
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for strrchr
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
conftest.c:107:6: warning: conflicting types for built-in function 'strrchr'; expected 'char *(const char *, int)' [-Wbuiltin-declaration-mismatch]
  107 | char strrchr ();
      |      ^~~~~~~
conftest.c:95:1: note: 'strrchr' is declared in header '<string.h>'
   94 | # include <limits.h>
   95 | #else
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for strstr
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
conftest.c:108:6: warning: conflicting types for built-in function 'strstr'; expected 'char *(const char *, const char *)' [-Wbuiltin-declaration-mismatch]
  108 | char strstr ();
      |      ^~~~~~
conftest.c:96:1: note: 'strstr' is declared in header '<string.h>'
   95 | # include <limits.h>
   96 | #else
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for strtol
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for uname
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for unsetenv
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:6838: $? = 0
configure:6838: result: yes
configure:6838: checking for vsnprintf
configure:6838: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
conftest.c:112:6: warning: conflicting types for built-in function 'vsnprintf'; expected 'int(char *, long unsigned int,  const char *, __va_list_tag *)' [-Wbuiltin-declaration-mismatch]
  112 | char vsnprintf ();
      |      ^~~~~~~~~
conftest.c:100:1: note: 'vsnprintf' is declared in header '<stdio.h>'
   99 | # include <limits.h>
  100 | #else
configure:6838: $? = 0
configure:6838: result: yes
configure:6850: checking for O_CLOEXEC
configure:6876: gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I. -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
conftest.c:53:25: error: two or more data types in declaration specifiers
   53 | #define size_t unsigned int
      |                         ^~~
configure:6876: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #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
| /* end confdefs.h.  */
| #include <fcntl.h>
| int
| main ()
| {
|  int flags= O_CLOEXEC
|   ;
|   return 0;
| }
configure:6890: result: no
configure:6906: checking whether NLS is requested
configure:6915: result: yes
configure:6956: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:6988: result: /usr/bin/msgfmt
configure:6997: checking for gmsgfmt
configure:7028: result: /usr/bin/msgfmt
configure:7079: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:7111: result: /usr/bin/xgettext
configure:7157: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:7188: result: /usr/bin/msgmerge
configure:7245: checking for ld used by GCC
configure:7309: result: /usr/bin/ld
configure:7316: checking if the linker (/usr/bin/ld) is GNU ld
configure:7329: result: yes
configure:7336: checking for shared library run path origin
configure:7349: result: done
configure:7851: checking for CFPreferencesCopyAppValue
configure:7869: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I. -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:90:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
   90 | #include <CoreFoundation/CFPreferences.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7869: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #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
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:7878: result: no
configure:7885: checking for CFLocaleCopyCurrent
configure:7903: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I. -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:90:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
   90 | #include <CoreFoundation/CFLocale.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7903: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #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
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:7912: result: no
configure:7961: checking for GNU gettext in libc
configure:7985: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I. -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:7985: $? = 0
configure:7994: result: yes
configure:8748: checking whether to use NLS
configure:8750: result: yes
configure:8753: checking where the gettext function comes from
configure:8764: result: libc
configure:9152: checking for library containing clock_gettime
configure:9183: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I. -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
configure:9183: $? = 0
configure:9200: result: none required
configure:9260: checking for library containing dlopen
configure:9291: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I. -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
/usr/bin/ld: /tmp/ccTmuANR.o: in function `main':
conftest.c:(.text.startup+0x8): undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:9291: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 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 dlopen ();
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:9291: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I. -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c -ldl   >&5
configure:9291: $? = 0
configure:9308: result: -ldl
configure:9335: checking for library containing sem_unlink
configure:9366: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I. -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
/usr/bin/ld: /tmp/ccdayIVT.o: in function `main':
conftest.c:(.text.startup+0x8): undefined reference to `sem_unlink'
collect2: error: ld returned 1 exit status
configure:9366: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_DLOPEN 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:9366: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I. -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c -lpthread   >&5
configure:9366: $? = 0
configure:9383: result: -lpthread
configure:9410: checking for library containing sem_timedwait
configure:9441: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I. -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
/usr/bin/ld: /tmp/ccJPU53T.o: in function `main':
conftest.c:(.text.startup+0x8): undefined reference to `sem_timedwait'
collect2: error: ld returned 1 exit status
configure:9441: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_DLOPEN 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:9441: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I. -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c -lpthread   >&5
configure:9441: $? = 0
configure:9458: result: -lpthread
configure:9856: checking for TLS support
configure:9883: g++ -o conftest -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.cpp  >&5
configure:9883: $? = 0
configure:9883: ./conftest
configure:9883: $? = 0
configure:9901: g++ -o conftest  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.cpp  >&5
/usr/bin/ld: /tmp/ccsisLqH.o: in function `main':
conftest.cpp:(.text.startup+0x24): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
configure:9901: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_DLOPEN 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SEM_TIMEDWAIT 1
| #define BENCHMARK_MODE 0
| /* end confdefs.h.  */
| #include <pthread.h>
|                                                          void *g(void *d) { return NULL; }
| int
| main ()
| {
| pthread_t t; pthread_create(&t, NULL, g, NULL);
|   ;
|   return 0;
| }
| 
configure:9901: g++ -o conftest -pthread -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.cpp  >&5
configure:9901: $? = 0
configure:9948: g++ -o conftest -pthread -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.cpp  >&5
configure:9948: $? = 0
configure:9948: ./conftest
configure:9948: $? = 0
configure:9973: result: yes
configure:10013: checking for std::bind in <functional>
configure:10030: g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
/usr/include/c++/10.2.0/x86_64-pc-linux-gnu/bits/c++config.h:260:11: error: multiple types in one declaration
  260 |   typedef __SIZE_TYPE__  size_t;
      |           ^~~~~~~~~~~~~
conftest.cpp:53:25: error: declaration does not declare anything [-fpermissive]
   53 | #define size_t unsigned int
      |                         ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/stl_function.h:60,
                 from /usr/include/c++/10.2.0/functional:49,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/type_traits:402:26: error: two or more data types in declaration of '_Size'
  402 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:403:25: error: '_Size' was not declared in this scope
  403 |     struct is_array<_Tp[_Size]>
      |                         ^~~~~
/usr/include/c++/10.2.0/type_traits:403:31: error: template argument 1 is invalid
  403 |     struct is_array<_Tp[_Size]>
      |                               ^
/usr/include/c++/10.2.0/type_traits:1351:57: error: wrong number of template arguments (1, should be 2)
 1351 |     : public integral_constant<std::size_t, alignof(_Tp)>
      |                                                         ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1360:46: error: wrong number of template arguments (1, should be 2)
 1360 |     : public integral_constant<std::size_t, 0> { };
      |                                              ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/stl_function.h:60,
                 from /usr/include/c++/10.2.0/functional:49,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/type_traits:1362:26: error: two or more data types in declaration of '_Size'
 1362 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:1363:21: error: '_Size' was not declared in this scope
 1363 |     struct rank<_Tp[_Size]>
      |                     ^~~~~
/usr/include/c++/10.2.0/type_traits:1363:27: error: template argument 1 is invalid
 1363 |     struct rank<_Tp[_Size]>
      |                           ^
/usr/include/c++/10.2.0/type_traits:1364:65: error: wrong number of template arguments (1, should be 2)
 1364 |     : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
      |                                                                 ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1368:65: error: wrong number of template arguments (1, should be 2)
 1368 |     : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
      |                                                                 ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1373:46: error: wrong number of template arguments (1, should be 2)
 1373 |     : public integral_constant<std::size_t, 0> { };
      |                                              ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/stl_function.h:60,
                 from /usr/include/c++/10.2.0/functional:49,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/type_traits:1375:42: error: two or more data types in declaration of '_Size'
 1375 |   template<typename _Tp, unsigned _Uint, std::size_t _Size>
      |                                          ^~~
/usr/include/c++/10.2.0/type_traits:1376:23: error: '_Size' was not declared in this scope
 1376 |     struct extent<_Tp[_Size], _Uint>
      |                       ^~~~~
/usr/include/c++/10.2.0/type_traits:1376:36: error: template argument 1 is invalid
 1376 |     struct extent<_Tp[_Size], _Uint>
      |                                    ^
/usr/include/c++/10.2.0/type_traits:1379:28: error: wrong number of template arguments (1, should be 2)
 1379 |           _Uint - 1>::value>
      |                            ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1386:31: error: wrong number of template arguments (1, should be 2)
 1386 |              _Uint - 1>::value>
      |                               ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/stl_function.h:60,
                 from /usr/include/c++/10.2.0/functional:49,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/type_traits:1975:26: error: two or more data types in declaration of '_Size'
 1975 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:1976:30: error: '_Size' was not declared in this scope
 1976 |     struct remove_extent<_Tp[_Size]>
      |                              ^~~~~
/usr/include/c++/10.2.0/type_traits:1976:36: error: template argument 1 is invalid
 1976 |     struct remove_extent<_Tp[_Size]>
      |                                    ^
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/stl_function.h:60,
                 from /usr/include/c++/10.2.0/functional:49,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/type_traits:1988:26: error: two or more data types in declaration of '_Size'
 1988 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:1989:35: error: '_Size' was not declared in this scope
 1989 |     struct remove_all_extents<_Tp[_Size]>
      |                                   ^~~~~
/usr/include/c++/10.2.0/type_traits:1989:41: error: template argument 1 is invalid
 1989 |     struct remove_all_extents<_Tp[_Size]>
      |                                         ^
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/stl_function.h:60,
                 from /usr/include/c++/10.2.0/functional:49,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/type_traits:2047:12: error: two or more data types in declaration of '_Len'
 2047 |   template<std::size_t _Len>
      |            ^~~
/usr/include/c++/10.2.0/type_traits:2052:23: error: '_Len' was not declared in this scope
 2052 |  unsigned char __data[_Len];
      |                       ^~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/stl_function.h:60,
                 from /usr/include/c++/10.2.0/functional:49,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/type_traits:2067:12: error: two or more data types in declaration of '_Len'
 2067 |   template<std::size_t _Len, std::size_t _Align =
      |            ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/stl_function.h:60,
                 from /usr/include/c++/10.2.0/functional:49,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/type_traits:2068:48: error: '_Len' was not declared in this scope
 2068 |     __alignof__(typename __aligned_storage_msa<_Len>::__type)>
      |                                                ^~~~
/usr/include/c++/10.2.0/type_traits:2068:52: error: template argument 1 is invalid
 2068 |     __alignof__(typename __aligned_storage_msa<_Len>::__type)>
      |                                                    ^
/usr/include/c++/10.2.0/type_traits:2067:30: error: two or more data types in declaration of '_Align'
 2067 |   template<std::size_t _Len, std::size_t _Align =
      |                              ^~~
/usr/include/c++/10.2.0/type_traits:2073:23: error: '_Len' was not declared in this scope
 2073 |  unsigned char __data[_Len];
      |                       ^~~~
/usr/include/c++/10.2.0/type_traits:2074:37: error: '_Align' was not declared in this scope
 2074 |  struct __attribute__((__aligned__((_Align)))) { } __align;
      |                                     ^~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/new:126:26: error: declaration of 'operator new' as non-function
  126 | _GLIBCXX_NODISCARD void* operator new(std::size_t) _GLIBCXX_THROW (std::bad_alloc)
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/new:127:41: error: attributes after parenthesized initializer ignored [-fpermissive]
  127 |   __attribute__((__externally_visible__));
      |                                         ^
/usr/include/c++/10.2.0/new:128:26: error: declaration of 'operator new []' as non-function
  128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/new:129:41: error: attributes after parenthesized initializer ignored [-fpermissive]
  129 |   __attribute__((__externally_visible__));
      |                                         ^
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/new:135:29: error: two or more data types in declaration of 'parameter'
  135 | void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
      |                             ^~~
/usr/include/c++/10.2.0/new:135:6: error: 'operator delete' takes type 'void*' as first parameter
  135 | void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
      |      ^~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/new:137:31: error: two or more data types in declaration of 'parameter'
  137 | void operator delete[](void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
      |                               ^~~
/usr/include/c++/10.2.0/new:137:6: error: 'operator delete' takes type 'void*' as first parameter
  137 | void operator delete[](void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
      |      ^~~~~~~~
/usr/include/c++/10.2.0/new:140:26: error: declaration of 'operator new' as non-function
  140 | _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/new:140:52: error: expected primary-expression before 'const'
  140 | _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                                                    ^~~~~
/usr/include/c++/10.2.0/new:142:26: error: declaration of 'operator new []' as non-function
  142 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/new:142:54: error: expected primary-expression before 'const'
  142 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                                                      ^~~~~
/usr/include/c++/10.2.0/new:174:33: error: declaration of 'operator new' as non-function
  174 | _GLIBCXX_NODISCARD inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                 ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/new:174:59: error: expected primary-expression before 'void'
  174 | _GLIBCXX_NODISCARD inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                                           ^~~~
/usr/include/c++/10.2.0/new:176:33: error: declaration of 'operator new []' as non-function
  176 | _GLIBCXX_NODISCARD inline void* operator new[](std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                 ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/new:176:61: error: expected primary-expression before 'void'
  176 | _GLIBCXX_NODISCARD inline void* operator new[](std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                                             ^~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/utility:70,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/bits/stl_pair.h:92:12: error: two or more data types in declaration of 'parameter'
   92 |   template<std::size_t...>
      |            ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/utility:70,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/bits/stl_pair.h:449:36: error: two or more data types in declaration of '_Indexes1'
  449 |       template<typename... _Args1, std::size_t... _Indexes1,
      |                                    ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/utility:70,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/bits/stl_pair.h:450:36: error: two or more data types in declaration of '_Indexes2'
  450 |                typename... _Args2, std::size_t... _Indexes2>
      |                                    ^~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:27: error: '_Indexes1' was not declared in this scope
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                           ^~~~~~~~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:36: error: expected parameter pack before '...'
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                    ^~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:39: error: template argument 1 is invalid
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                       ^
/usr/include/c++/10.2.0/bits/stl_pair.h:453:55: error: '_Indexes2' was not declared in this scope
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                                       ^~~~~~~~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:64: error: expected parameter pack before '...'
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                                                ^~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:67: error: template argument 1 is invalid
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                                                   ^
In file included from /usr/include/c++/10.2.0/utility:76,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:100:
/usr/include/c++/10.2.0/initializer_list:47:11: fatal error: definition of 'class std::initializer_list<_E>' does not match '#include <initializer_list>'
   47 |     class initializer_list
      |           ^~~~~~~~~~~~~~~~
compilation terminated.
configure:10030: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_DLOPEN 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SEM_TIMEDWAIT 1
| #define BENCHMARK_MODE 0
| #define USE_TLS 1
| /* end confdefs.h.  */
| 
| #include <functional>
| void f(void) { }
| int main(int argc, char **argv)
| {
|     std::bind(f)();
|     return 0;
| }
| 
configure:10037: result: 
configure:10053: checking for std::tr1::bind in <tr1/functional>
configure:10070: g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
/usr/include/c++/10.2.0/x86_64-pc-linux-gnu/bits/c++config.h:260:11: error: multiple types in one declaration
  260 |   typedef __SIZE_TYPE__  size_t;
      |           ^~~~~~~~~~~~~
conftest.cpp:53:25: error: declaration does not declare anything [-fpermissive]
   53 | #define size_t unsigned int
      |                         ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/stl_function.h:60,
                 from /usr/include/c++/10.2.0/tr1/functional:35,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/type_traits:402:26: error: two or more data types in declaration of '_Size'
  402 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:403:25: error: '_Size' was not declared in this scope
  403 |     struct is_array<_Tp[_Size]>
      |                         ^~~~~
/usr/include/c++/10.2.0/type_traits:403:31: error: template argument 1 is invalid
  403 |     struct is_array<_Tp[_Size]>
      |                               ^
/usr/include/c++/10.2.0/type_traits:1351:57: error: wrong number of template arguments (1, should be 2)
 1351 |     : public integral_constant<std::size_t, alignof(_Tp)>
      |                                                         ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1360:46: error: wrong number of template arguments (1, should be 2)
 1360 |     : public integral_constant<std::size_t, 0> { };
      |                                              ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/stl_function.h:60,
                 from /usr/include/c++/10.2.0/tr1/functional:35,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/type_traits:1362:26: error: two or more data types in declaration of '_Size'
 1362 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:1363:21: error: '_Size' was not declared in this scope
 1363 |     struct rank<_Tp[_Size]>
      |                     ^~~~~
/usr/include/c++/10.2.0/type_traits:1363:27: error: template argument 1 is invalid
 1363 |     struct rank<_Tp[_Size]>
      |                           ^
/usr/include/c++/10.2.0/type_traits:1364:65: error: wrong number of template arguments (1, should be 2)
 1364 |     : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
      |                                                                 ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1368:65: error: wrong number of template arguments (1, should be 2)
 1368 |     : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
      |                                                                 ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1373:46: error: wrong number of template arguments (1, should be 2)
 1373 |     : public integral_constant<std::size_t, 0> { };
      |                                              ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/stl_function.h:60,
                 from /usr/include/c++/10.2.0/tr1/functional:35,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/type_traits:1375:42: error: two or more data types in declaration of '_Size'
 1375 |   template<typename _Tp, unsigned _Uint, std::size_t _Size>
      |                                          ^~~
/usr/include/c++/10.2.0/type_traits:1376:23: error: '_Size' was not declared in this scope
 1376 |     struct extent<_Tp[_Size], _Uint>
      |                       ^~~~~
/usr/include/c++/10.2.0/type_traits:1376:36: error: template argument 1 is invalid
 1376 |     struct extent<_Tp[_Size], _Uint>
      |                                    ^
/usr/include/c++/10.2.0/type_traits:1379:28: error: wrong number of template arguments (1, should be 2)
 1379 |           _Uint - 1>::value>
      |                            ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1386:31: error: wrong number of template arguments (1, should be 2)
 1386 |              _Uint - 1>::value>
      |                               ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/stl_function.h:60,
                 from /usr/include/c++/10.2.0/tr1/functional:35,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/type_traits:1975:26: error: two or more data types in declaration of '_Size'
 1975 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:1976:30: error: '_Size' was not declared in this scope
 1976 |     struct remove_extent<_Tp[_Size]>
      |                              ^~~~~
/usr/include/c++/10.2.0/type_traits:1976:36: error: template argument 1 is invalid
 1976 |     struct remove_extent<_Tp[_Size]>
      |                                    ^
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/stl_function.h:60,
                 from /usr/include/c++/10.2.0/tr1/functional:35,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/type_traits:1988:26: error: two or more data types in declaration of '_Size'
 1988 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:1989:35: error: '_Size' was not declared in this scope
 1989 |     struct remove_all_extents<_Tp[_Size]>
      |                                   ^~~~~
/usr/include/c++/10.2.0/type_traits:1989:41: error: template argument 1 is invalid
 1989 |     struct remove_all_extents<_Tp[_Size]>
      |                                         ^
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/stl_function.h:60,
                 from /usr/include/c++/10.2.0/tr1/functional:35,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/type_traits:2047:12: error: two or more data types in declaration of '_Len'
 2047 |   template<std::size_t _Len>
      |            ^~~
/usr/include/c++/10.2.0/type_traits:2052:23: error: '_Len' was not declared in this scope
 2052 |  unsigned char __data[_Len];
      |                       ^~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/stl_function.h:60,
                 from /usr/include/c++/10.2.0/tr1/functional:35,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/type_traits:2067:12: error: two or more data types in declaration of '_Len'
 2067 |   template<std::size_t _Len, std::size_t _Align =
      |            ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/stl_function.h:60,
                 from /usr/include/c++/10.2.0/tr1/functional:35,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/type_traits:2068:48: error: '_Len' was not declared in this scope
 2068 |     __alignof__(typename __aligned_storage_msa<_Len>::__type)>
      |                                                ^~~~
/usr/include/c++/10.2.0/type_traits:2068:52: error: template argument 1 is invalid
 2068 |     __alignof__(typename __aligned_storage_msa<_Len>::__type)>
      |                                                    ^
/usr/include/c++/10.2.0/type_traits:2067:30: error: two or more data types in declaration of '_Align'
 2067 |   template<std::size_t _Len, std::size_t _Align =
      |                              ^~~
/usr/include/c++/10.2.0/type_traits:2073:23: error: '_Len' was not declared in this scope
 2073 |  unsigned char __data[_Len];
      |                       ^~~~
/usr/include/c++/10.2.0/type_traits:2074:37: error: '_Align' was not declared in this scope
 2074 |  struct __attribute__((__aligned__((_Align)))) { } __align;
      |                                     ^~~~~~
In file included from /usr/include/c++/10.2.0/tr1/functional:38,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/new:126:26: error: declaration of 'operator new' as non-function
  126 | _GLIBCXX_NODISCARD void* operator new(std::size_t) _GLIBCXX_THROW (std::bad_alloc)
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/tr1/functional:38,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/new:127:41: error: attributes after parenthesized initializer ignored [-fpermissive]
  127 |   __attribute__((__externally_visible__));
      |                                         ^
/usr/include/c++/10.2.0/new:128:26: error: declaration of 'operator new []' as non-function
  128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/tr1/functional:38,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/new:129:41: error: attributes after parenthesized initializer ignored [-fpermissive]
  129 |   __attribute__((__externally_visible__));
      |                                         ^
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/tr1/functional:38,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/new:135:29: error: two or more data types in declaration of 'parameter'
  135 | void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
      |                             ^~~
/usr/include/c++/10.2.0/new:135:6: error: 'operator delete' takes type 'void*' as first parameter
  135 | void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
      |      ^~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/tr1/functional:38,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/new:137:31: error: two or more data types in declaration of 'parameter'
  137 | void operator delete[](void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
      |                               ^~~
/usr/include/c++/10.2.0/new:137:6: error: 'operator delete' takes type 'void*' as first parameter
  137 | void operator delete[](void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
      |      ^~~~~~~~
/usr/include/c++/10.2.0/new:140:26: error: declaration of 'operator new' as non-function
  140 | _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/tr1/functional:38,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/new:140:52: error: expected primary-expression before 'const'
  140 | _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                                                    ^~~~~
/usr/include/c++/10.2.0/new:142:26: error: declaration of 'operator new []' as non-function
  142 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/tr1/functional:38,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/new:142:54: error: expected primary-expression before 'const'
  142 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                                                      ^~~~~
/usr/include/c++/10.2.0/new:174:33: error: declaration of 'operator new' as non-function
  174 | _GLIBCXX_NODISCARD inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                 ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/tr1/functional:38,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/new:174:59: error: expected primary-expression before 'void'
  174 | _GLIBCXX_NODISCARD inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                                           ^~~~
/usr/include/c++/10.2.0/new:176:33: error: declaration of 'operator new []' as non-function
  176 | _GLIBCXX_NODISCARD inline void* operator new[](std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                 ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/tr1/functional:38,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/new:176:61: error: expected primary-expression before 'void'
  176 | _GLIBCXX_NODISCARD inline void* operator new[](std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                                             ^~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/utility:70,
                 from /usr/include/c++/10.2.0/tr1/tuple:37,
                 from /usr/include/c++/10.2.0/tr1/functional:39,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/bits/stl_pair.h:92:12: error: two or more data types in declaration of 'parameter'
   92 |   template<std::size_t...>
      |            ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/utility:70,
                 from /usr/include/c++/10.2.0/tr1/tuple:37,
                 from /usr/include/c++/10.2.0/tr1/functional:39,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/bits/stl_pair.h:449:36: error: two or more data types in declaration of '_Indexes1'
  449 |       template<typename... _Args1, std::size_t... _Indexes1,
      |                                    ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/utility:70,
                 from /usr/include/c++/10.2.0/tr1/tuple:37,
                 from /usr/include/c++/10.2.0/tr1/functional:39,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/bits/stl_pair.h:450:36: error: two or more data types in declaration of '_Indexes2'
  450 |                typename... _Args2, std::size_t... _Indexes2>
      |                                    ^~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:27: error: '_Indexes1' was not declared in this scope
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                           ^~~~~~~~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:36: error: expected parameter pack before '...'
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                    ^~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:39: error: template argument 1 is invalid
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                       ^
/usr/include/c++/10.2.0/bits/stl_pair.h:453:55: error: '_Indexes2' was not declared in this scope
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                                       ^~~~~~~~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:64: error: expected parameter pack before '...'
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                                                ^~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:67: error: template argument 1 is invalid
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                                                   ^
In file included from /usr/include/c++/10.2.0/utility:76,
                 from /usr/include/c++/10.2.0/tr1/tuple:37,
                 from /usr/include/c++/10.2.0/tr1/functional:39,
                 from conftest.cpp:101:
/usr/include/c++/10.2.0/initializer_list:47:11: fatal error: definition of 'class std::initializer_list<_E>' does not match '#include <initializer_list>'
   47 |     class initializer_list
      |           ^~~~~~~~~~~~~~~~
compilation terminated.
configure:10070: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_DLOPEN 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SEM_TIMEDWAIT 1
| #define BENCHMARK_MODE 0
| #define USE_TLS 1
| #define HAVE_STD_BIND 0
| /* end confdefs.h.  */
| 
| #include <tr1/functional>
| void f(void) { }
| int main(int argc, char **argv)
| {
|     std::tr1::bind(f)();
|     return 0;
| }
| 
configure:10077: result: 
configure:10095: checking for g++ supports std::bind() feature with -std=gnu++11
configure:10114: g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=gnu++11 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
/usr/include/c++/10.2.0/x86_64-pc-linux-gnu/bits/c++config.h:260:11: error: multiple types in one declaration
  260 |   typedef __SIZE_TYPE__  size_t;
      |           ^~~~~~~~~~~~~
conftest.cpp:53:25: error: declaration does not declare anything [-fpermissive]
   53 | #define size_t unsigned int
      |                         ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:402:26: error: two or more data types in declaration of '_Size'
  402 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:403:25: error: '_Size' was not declared in this scope
  403 |     struct is_array<_Tp[_Size]>
      |                         ^~~~~
/usr/include/c++/10.2.0/type_traits:403:31: error: template argument 1 is invalid
  403 |     struct is_array<_Tp[_Size]>
      |                               ^
/usr/include/c++/10.2.0/type_traits:1351:57: error: wrong number of template arguments (1, should be 2)
 1351 |     : public integral_constant<std::size_t, alignof(_Tp)>
      |                                                         ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1360:46: error: wrong number of template arguments (1, should be 2)
 1360 |     : public integral_constant<std::size_t, 0> { };
      |                                              ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:1362:26: error: two or more data types in declaration of '_Size'
 1362 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:1363:21: error: '_Size' was not declared in this scope
 1363 |     struct rank<_Tp[_Size]>
      |                     ^~~~~
/usr/include/c++/10.2.0/type_traits:1363:27: error: template argument 1 is invalid
 1363 |     struct rank<_Tp[_Size]>
      |                           ^
/usr/include/c++/10.2.0/type_traits:1364:65: error: wrong number of template arguments (1, should be 2)
 1364 |     : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
      |                                                                 ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1368:65: error: wrong number of template arguments (1, should be 2)
 1368 |     : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
      |                                                                 ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1373:46: error: wrong number of template arguments (1, should be 2)
 1373 |     : public integral_constant<std::size_t, 0> { };
      |                                              ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:1375:42: error: two or more data types in declaration of '_Size'
 1375 |   template<typename _Tp, unsigned _Uint, std::size_t _Size>
      |                                          ^~~
/usr/include/c++/10.2.0/type_traits:1376:23: error: '_Size' was not declared in this scope
 1376 |     struct extent<_Tp[_Size], _Uint>
      |                       ^~~~~
/usr/include/c++/10.2.0/type_traits:1376:36: error: template argument 1 is invalid
 1376 |     struct extent<_Tp[_Size], _Uint>
      |                                    ^
/usr/include/c++/10.2.0/type_traits:1379:28: error: wrong number of template arguments (1, should be 2)
 1379 |           _Uint - 1>::value>
      |                            ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1386:31: error: wrong number of template arguments (1, should be 2)
 1386 |              _Uint - 1>::value>
      |                               ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:1975:26: error: two or more data types in declaration of '_Size'
 1975 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:1976:30: error: '_Size' was not declared in this scope
 1976 |     struct remove_extent<_Tp[_Size]>
      |                              ^~~~~
/usr/include/c++/10.2.0/type_traits:1976:36: error: template argument 1 is invalid
 1976 |     struct remove_extent<_Tp[_Size]>
      |                                    ^
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:1988:26: error: two or more data types in declaration of '_Size'
 1988 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:1989:35: error: '_Size' was not declared in this scope
 1989 |     struct remove_all_extents<_Tp[_Size]>
      |                                   ^~~~~
/usr/include/c++/10.2.0/type_traits:1989:41: error: template argument 1 is invalid
 1989 |     struct remove_all_extents<_Tp[_Size]>
      |                                         ^
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:2047:12: error: two or more data types in declaration of '_Len'
 2047 |   template<std::size_t _Len>
      |            ^~~
/usr/include/c++/10.2.0/type_traits:2052:23: error: '_Len' was not declared in this scope
 2052 |  unsigned char __data[_Len];
      |                       ^~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:2067:12: error: two or more data types in declaration of '_Len'
 2067 |   template<std::size_t _Len, std::size_t _Align =
      |            ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:2068:48: error: '_Len' was not declared in this scope
 2068 |     __alignof__(typename __aligned_storage_msa<_Len>::__type)>
      |                                                ^~~~
/usr/include/c++/10.2.0/type_traits:2068:52: error: template argument 1 is invalid
 2068 |     __alignof__(typename __aligned_storage_msa<_Len>::__type)>
      |                                                    ^
/usr/include/c++/10.2.0/type_traits:2067:30: error: two or more data types in declaration of '_Align'
 2067 |   template<std::size_t _Len, std::size_t _Align =
      |                              ^~~
/usr/include/c++/10.2.0/type_traits:2073:23: error: '_Len' was not declared in this scope
 2073 |  unsigned char __data[_Len];
      |                       ^~~~
/usr/include/c++/10.2.0/type_traits:2074:37: error: '_Align' was not declared in this scope
 2074 |  struct __attribute__((__aligned__((_Align)))) { } __align;
      |                                     ^~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:126:26: error: declaration of 'operator new' as non-function
  126 | _GLIBCXX_NODISCARD void* operator new(std::size_t) _GLIBCXX_THROW (std::bad_alloc)
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:127:41: error: attributes after parenthesized initializer ignored [-fpermissive]
  127 |   __attribute__((__externally_visible__));
      |                                         ^
/usr/include/c++/10.2.0/new:128:26: error: declaration of 'operator new []' as non-function
  128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:129:41: error: attributes after parenthesized initializer ignored [-fpermissive]
  129 |   __attribute__((__externally_visible__));
      |                                         ^
/usr/include/c++/10.2.0/new:140:26: error: declaration of 'operator new' as non-function
  140 | _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:140:52: error: expected primary-expression before 'const'
  140 | _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                                                    ^~~~~
/usr/include/c++/10.2.0/new:142:26: error: declaration of 'operator new []' as non-function
  142 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:142:54: error: expected primary-expression before 'const'
  142 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                                                      ^~~~~
/usr/include/c++/10.2.0/new:174:33: error: declaration of 'operator new' as non-function
  174 | _GLIBCXX_NODISCARD inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                 ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:174:59: error: expected primary-expression before 'void'
  174 | _GLIBCXX_NODISCARD inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                                           ^~~~
/usr/include/c++/10.2.0/new:176:33: error: declaration of 'operator new []' as non-function
  176 | _GLIBCXX_NODISCARD inline void* operator new[](std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                 ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:176:61: error: expected primary-expression before 'void'
  176 | _GLIBCXX_NODISCARD inline void* operator new[](std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                                             ^~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/utility:70,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/bits/stl_pair.h:92:12: error: two or more data types in declaration of 'parameter'
   92 |   template<std::size_t...>
      |            ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/utility:70,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/bits/stl_pair.h:449:36: error: two or more data types in declaration of '_Indexes1'
  449 |       template<typename... _Args1, std::size_t... _Indexes1,
      |                                    ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/utility:70,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/bits/stl_pair.h:450:36: error: two or more data types in declaration of '_Indexes2'
  450 |                typename... _Args2, std::size_t... _Indexes2>
      |                                    ^~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:27: error: '_Indexes1' was not declared in this scope
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                           ^~~~~~~~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:36: error: expected parameter pack before '...'
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                    ^~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:39: error: template argument 1 is invalid
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                       ^
/usr/include/c++/10.2.0/bits/stl_pair.h:453:55: error: '_Indexes2' was not declared in this scope
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                                       ^~~~~~~~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:64: error: expected parameter pack before '...'
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                                                ^~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:67: error: template argument 1 is invalid
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                                                   ^
In file included from /usr/include/c++/10.2.0/utility:76,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/initializer_list:47:11: fatal error: definition of 'class std::initializer_list<_E>' does not match '#include <initializer_list>'
   47 |     class initializer_list
      |           ^~~~~~~~~~~~~~~~
compilation terminated.
configure:10114: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_DLOPEN 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SEM_TIMEDWAIT 1
| #define BENCHMARK_MODE 0
| #define USE_TLS 1
| #define HAVE_STD_BIND 0
| #define HAVE_STD_TR1_BIND 0
| /* end confdefs.h.  */
| 
| #include <functional>
| void f(void) { }
| int main(int argc, char **argv)
| {
|     std::bind(f)();
|     return 0;
| }
| 
configure:10123: result: no
configure:10095: checking for g++ supports std::bind() feature with -std=gnu++0x
configure:10114: g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=gnu++0x -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
/usr/include/c++/10.2.0/x86_64-pc-linux-gnu/bits/c++config.h:260:11: error: multiple types in one declaration
  260 |   typedef __SIZE_TYPE__  size_t;
      |           ^~~~~~~~~~~~~
conftest.cpp:53:25: error: declaration does not declare anything [-fpermissive]
   53 | #define size_t unsigned int
      |                         ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:402:26: error: two or more data types in declaration of '_Size'
  402 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:403:25: error: '_Size' was not declared in this scope
  403 |     struct is_array<_Tp[_Size]>
      |                         ^~~~~
/usr/include/c++/10.2.0/type_traits:403:31: error: template argument 1 is invalid
  403 |     struct is_array<_Tp[_Size]>
      |                               ^
/usr/include/c++/10.2.0/type_traits:1351:57: error: wrong number of template arguments (1, should be 2)
 1351 |     : public integral_constant<std::size_t, alignof(_Tp)>
      |                                                         ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1360:46: error: wrong number of template arguments (1, should be 2)
 1360 |     : public integral_constant<std::size_t, 0> { };
      |                                              ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:1362:26: error: two or more data types in declaration of '_Size'
 1362 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:1363:21: error: '_Size' was not declared in this scope
 1363 |     struct rank<_Tp[_Size]>
      |                     ^~~~~
/usr/include/c++/10.2.0/type_traits:1363:27: error: template argument 1 is invalid
 1363 |     struct rank<_Tp[_Size]>
      |                           ^
/usr/include/c++/10.2.0/type_traits:1364:65: error: wrong number of template arguments (1, should be 2)
 1364 |     : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
      |                                                                 ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1368:65: error: wrong number of template arguments (1, should be 2)
 1368 |     : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
      |                                                                 ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1373:46: error: wrong number of template arguments (1, should be 2)
 1373 |     : public integral_constant<std::size_t, 0> { };
      |                                              ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:1375:42: error: two or more data types in declaration of '_Size'
 1375 |   template<typename _Tp, unsigned _Uint, std::size_t _Size>
      |                                          ^~~
/usr/include/c++/10.2.0/type_traits:1376:23: error: '_Size' was not declared in this scope
 1376 |     struct extent<_Tp[_Size], _Uint>
      |                       ^~~~~
/usr/include/c++/10.2.0/type_traits:1376:36: error: template argument 1 is invalid
 1376 |     struct extent<_Tp[_Size], _Uint>
      |                                    ^
/usr/include/c++/10.2.0/type_traits:1379:28: error: wrong number of template arguments (1, should be 2)
 1379 |           _Uint - 1>::value>
      |                            ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1386:31: error: wrong number of template arguments (1, should be 2)
 1386 |              _Uint - 1>::value>
      |                               ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:1975:26: error: two or more data types in declaration of '_Size'
 1975 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:1976:30: error: '_Size' was not declared in this scope
 1976 |     struct remove_extent<_Tp[_Size]>
      |                              ^~~~~
/usr/include/c++/10.2.0/type_traits:1976:36: error: template argument 1 is invalid
 1976 |     struct remove_extent<_Tp[_Size]>
      |                                    ^
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:1988:26: error: two or more data types in declaration of '_Size'
 1988 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:1989:35: error: '_Size' was not declared in this scope
 1989 |     struct remove_all_extents<_Tp[_Size]>
      |                                   ^~~~~
/usr/include/c++/10.2.0/type_traits:1989:41: error: template argument 1 is invalid
 1989 |     struct remove_all_extents<_Tp[_Size]>
      |                                         ^
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:2047:12: error: two or more data types in declaration of '_Len'
 2047 |   template<std::size_t _Len>
      |            ^~~
/usr/include/c++/10.2.0/type_traits:2052:23: error: '_Len' was not declared in this scope
 2052 |  unsigned char __data[_Len];
      |                       ^~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:2067:12: error: two or more data types in declaration of '_Len'
 2067 |   template<std::size_t _Len, std::size_t _Align =
      |            ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:2068:48: error: '_Len' was not declared in this scope
 2068 |     __alignof__(typename __aligned_storage_msa<_Len>::__type)>
      |                                                ^~~~
/usr/include/c++/10.2.0/type_traits:2068:52: error: template argument 1 is invalid
 2068 |     __alignof__(typename __aligned_storage_msa<_Len>::__type)>
      |                                                    ^
/usr/include/c++/10.2.0/type_traits:2067:30: error: two or more data types in declaration of '_Align'
 2067 |   template<std::size_t _Len, std::size_t _Align =
      |                              ^~~
/usr/include/c++/10.2.0/type_traits:2073:23: error: '_Len' was not declared in this scope
 2073 |  unsigned char __data[_Len];
      |                       ^~~~
/usr/include/c++/10.2.0/type_traits:2074:37: error: '_Align' was not declared in this scope
 2074 |  struct __attribute__((__aligned__((_Align)))) { } __align;
      |                                     ^~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:126:26: error: declaration of 'operator new' as non-function
  126 | _GLIBCXX_NODISCARD void* operator new(std::size_t) _GLIBCXX_THROW (std::bad_alloc)
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:127:41: error: attributes after parenthesized initializer ignored [-fpermissive]
  127 |   __attribute__((__externally_visible__));
      |                                         ^
/usr/include/c++/10.2.0/new:128:26: error: declaration of 'operator new []' as non-function
  128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:129:41: error: attributes after parenthesized initializer ignored [-fpermissive]
  129 |   __attribute__((__externally_visible__));
      |                                         ^
/usr/include/c++/10.2.0/new:140:26: error: declaration of 'operator new' as non-function
  140 | _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:140:52: error: expected primary-expression before 'const'
  140 | _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                                                    ^~~~~
/usr/include/c++/10.2.0/new:142:26: error: declaration of 'operator new []' as non-function
  142 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:142:54: error: expected primary-expression before 'const'
  142 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                                                      ^~~~~
/usr/include/c++/10.2.0/new:174:33: error: declaration of 'operator new' as non-function
  174 | _GLIBCXX_NODISCARD inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                 ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:174:59: error: expected primary-expression before 'void'
  174 | _GLIBCXX_NODISCARD inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                                           ^~~~
/usr/include/c++/10.2.0/new:176:33: error: declaration of 'operator new []' as non-function
  176 | _GLIBCXX_NODISCARD inline void* operator new[](std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                 ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:176:61: error: expected primary-expression before 'void'
  176 | _GLIBCXX_NODISCARD inline void* operator new[](std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                                             ^~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/utility:70,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/bits/stl_pair.h:92:12: error: two or more data types in declaration of 'parameter'
   92 |   template<std::size_t...>
      |            ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/utility:70,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/bits/stl_pair.h:449:36: error: two or more data types in declaration of '_Indexes1'
  449 |       template<typename... _Args1, std::size_t... _Indexes1,
      |                                    ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/utility:70,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/bits/stl_pair.h:450:36: error: two or more data types in declaration of '_Indexes2'
  450 |                typename... _Args2, std::size_t... _Indexes2>
      |                                    ^~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:27: error: '_Indexes1' was not declared in this scope
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                           ^~~~~~~~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:36: error: expected parameter pack before '...'
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                    ^~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:39: error: template argument 1 is invalid
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                       ^
/usr/include/c++/10.2.0/bits/stl_pair.h:453:55: error: '_Indexes2' was not declared in this scope
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                                       ^~~~~~~~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:64: error: expected parameter pack before '...'
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                                                ^~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:67: error: template argument 1 is invalid
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                                                   ^
In file included from /usr/include/c++/10.2.0/utility:76,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/initializer_list:47:11: fatal error: definition of 'class std::initializer_list<_E>' does not match '#include <initializer_list>'
   47 |     class initializer_list
      |           ^~~~~~~~~~~~~~~~
compilation terminated.
configure:10114: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_DLOPEN 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SEM_TIMEDWAIT 1
| #define BENCHMARK_MODE 0
| #define USE_TLS 1
| #define HAVE_STD_BIND 0
| #define HAVE_STD_TR1_BIND 0
| /* end confdefs.h.  */
| 
| #include <functional>
| void f(void) { }
| int main(int argc, char **argv)
| {
|     std::bind(f)();
|     return 0;
| }
| 
configure:10123: result: no
configure:10095: checking for g++ supports std::bind() feature with -std=c++11
configure:10114: g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c++11 -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
/usr/include/c++/10.2.0/x86_64-pc-linux-gnu/bits/c++config.h:260:11: error: multiple types in one declaration
  260 |   typedef __SIZE_TYPE__  size_t;
      |           ^~~~~~~~~~~~~
conftest.cpp:53:25: error: declaration does not declare anything [-fpermissive]
   53 | #define size_t unsigned int
      |                         ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:402:26: error: two or more data types in declaration of '_Size'
  402 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:403:25: error: '_Size' was not declared in this scope
  403 |     struct is_array<_Tp[_Size]>
      |                         ^~~~~
/usr/include/c++/10.2.0/type_traits:403:31: error: template argument 1 is invalid
  403 |     struct is_array<_Tp[_Size]>
      |                               ^
/usr/include/c++/10.2.0/type_traits:1351:57: error: wrong number of template arguments (1, should be 2)
 1351 |     : public integral_constant<std::size_t, alignof(_Tp)>
      |                                                         ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1360:46: error: wrong number of template arguments (1, should be 2)
 1360 |     : public integral_constant<std::size_t, 0> { };
      |                                              ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:1362:26: error: two or more data types in declaration of '_Size'
 1362 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:1363:21: error: '_Size' was not declared in this scope
 1363 |     struct rank<_Tp[_Size]>
      |                     ^~~~~
/usr/include/c++/10.2.0/type_traits:1363:27: error: template argument 1 is invalid
 1363 |     struct rank<_Tp[_Size]>
      |                           ^
/usr/include/c++/10.2.0/type_traits:1364:65: error: wrong number of template arguments (1, should be 2)
 1364 |     : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
      |                                                                 ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1368:65: error: wrong number of template arguments (1, should be 2)
 1368 |     : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
      |                                                                 ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1373:46: error: wrong number of template arguments (1, should be 2)
 1373 |     : public integral_constant<std::size_t, 0> { };
      |                                              ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:1375:42: error: two or more data types in declaration of '_Size'
 1375 |   template<typename _Tp, unsigned _Uint, std::size_t _Size>
      |                                          ^~~
/usr/include/c++/10.2.0/type_traits:1376:23: error: '_Size' was not declared in this scope
 1376 |     struct extent<_Tp[_Size], _Uint>
      |                       ^~~~~
/usr/include/c++/10.2.0/type_traits:1376:36: error: template argument 1 is invalid
 1376 |     struct extent<_Tp[_Size], _Uint>
      |                                    ^
/usr/include/c++/10.2.0/type_traits:1379:28: error: wrong number of template arguments (1, should be 2)
 1379 |           _Uint - 1>::value>
      |                            ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1386:31: error: wrong number of template arguments (1, should be 2)
 1386 |              _Uint - 1>::value>
      |                               ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:1975:26: error: two or more data types in declaration of '_Size'
 1975 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:1976:30: error: '_Size' was not declared in this scope
 1976 |     struct remove_extent<_Tp[_Size]>
      |                              ^~~~~
/usr/include/c++/10.2.0/type_traits:1976:36: error: template argument 1 is invalid
 1976 |     struct remove_extent<_Tp[_Size]>
      |                                    ^
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:1988:26: error: two or more data types in declaration of '_Size'
 1988 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:1989:35: error: '_Size' was not declared in this scope
 1989 |     struct remove_all_extents<_Tp[_Size]>
      |                                   ^~~~~
/usr/include/c++/10.2.0/type_traits:1989:41: error: template argument 1 is invalid
 1989 |     struct remove_all_extents<_Tp[_Size]>
      |                                         ^
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:2047:12: error: two or more data types in declaration of '_Len'
 2047 |   template<std::size_t _Len>
      |            ^~~
/usr/include/c++/10.2.0/type_traits:2052:23: error: '_Len' was not declared in this scope
 2052 |  unsigned char __data[_Len];
      |                       ^~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:2067:12: error: two or more data types in declaration of '_Len'
 2067 |   template<std::size_t _Len, std::size_t _Align =
      |            ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:2068:48: error: '_Len' was not declared in this scope
 2068 |     __alignof__(typename __aligned_storage_msa<_Len>::__type)>
      |                                                ^~~~
/usr/include/c++/10.2.0/type_traits:2068:52: error: template argument 1 is invalid
 2068 |     __alignof__(typename __aligned_storage_msa<_Len>::__type)>
      |                                                    ^
/usr/include/c++/10.2.0/type_traits:2067:30: error: two or more data types in declaration of '_Align'
 2067 |   template<std::size_t _Len, std::size_t _Align =
      |                              ^~~
/usr/include/c++/10.2.0/type_traits:2073:23: error: '_Len' was not declared in this scope
 2073 |  unsigned char __data[_Len];
      |                       ^~~~
/usr/include/c++/10.2.0/type_traits:2074:37: error: '_Align' was not declared in this scope
 2074 |  struct __attribute__((__aligned__((_Align)))) { } __align;
      |                                     ^~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:126:26: error: declaration of 'operator new' as non-function
  126 | _GLIBCXX_NODISCARD void* operator new(std::size_t) _GLIBCXX_THROW (std::bad_alloc)
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:127:41: error: attributes after parenthesized initializer ignored [-fpermissive]
  127 |   __attribute__((__externally_visible__));
      |                                         ^
/usr/include/c++/10.2.0/new:128:26: error: declaration of 'operator new []' as non-function
  128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:129:41: error: attributes after parenthesized initializer ignored [-fpermissive]
  129 |   __attribute__((__externally_visible__));
      |                                         ^
/usr/include/c++/10.2.0/new:140:26: error: declaration of 'operator new' as non-function
  140 | _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:140:52: error: expected primary-expression before 'const'
  140 | _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                                                    ^~~~~
/usr/include/c++/10.2.0/new:142:26: error: declaration of 'operator new []' as non-function
  142 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:142:54: error: expected primary-expression before 'const'
  142 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                                                      ^~~~~
/usr/include/c++/10.2.0/new:174:33: error: declaration of 'operator new' as non-function
  174 | _GLIBCXX_NODISCARD inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                 ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:174:59: error: expected primary-expression before 'void'
  174 | _GLIBCXX_NODISCARD inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                                           ^~~~
/usr/include/c++/10.2.0/new:176:33: error: declaration of 'operator new []' as non-function
  176 | _GLIBCXX_NODISCARD inline void* operator new[](std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                 ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:176:61: error: expected primary-expression before 'void'
  176 | _GLIBCXX_NODISCARD inline void* operator new[](std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                                             ^~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/utility:70,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/bits/stl_pair.h:92:12: error: two or more data types in declaration of 'parameter'
   92 |   template<std::size_t...>
      |            ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/utility:70,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/bits/stl_pair.h:449:36: error: two or more data types in declaration of '_Indexes1'
  449 |       template<typename... _Args1, std::size_t... _Indexes1,
      |                                    ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/utility:70,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/bits/stl_pair.h:450:36: error: two or more data types in declaration of '_Indexes2'
  450 |                typename... _Args2, std::size_t... _Indexes2>
      |                                    ^~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:27: error: '_Indexes1' was not declared in this scope
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                           ^~~~~~~~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:36: error: expected parameter pack before '...'
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                    ^~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:39: error: template argument 1 is invalid
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                       ^
/usr/include/c++/10.2.0/bits/stl_pair.h:453:55: error: '_Indexes2' was not declared in this scope
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                                       ^~~~~~~~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:64: error: expected parameter pack before '...'
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                                                ^~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:67: error: template argument 1 is invalid
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                                                   ^
In file included from /usr/include/c++/10.2.0/utility:76,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/initializer_list:47:11: fatal error: definition of 'class std::initializer_list<_E>' does not match '#include <initializer_list>'
   47 |     class initializer_list
      |           ^~~~~~~~~~~~~~~~
compilation terminated.
configure:10114: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_DLOPEN 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SEM_TIMEDWAIT 1
| #define BENCHMARK_MODE 0
| #define USE_TLS 1
| #define HAVE_STD_BIND 0
| #define HAVE_STD_TR1_BIND 0
| /* end confdefs.h.  */
| 
| #include <functional>
| void f(void) { }
| int main(int argc, char **argv)
| {
|     std::bind(f)();
|     return 0;
| }
| 
configure:10123: result: no
configure:10095: checking for g++ supports std::bind() feature with -std=c++0x
configure:10114: g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c++0x -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:53:16: error: duplicate 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
/usr/include/c++/10.2.0/x86_64-pc-linux-gnu/bits/c++config.h:260:11: error: multiple types in one declaration
  260 |   typedef __SIZE_TYPE__  size_t;
      |           ^~~~~~~~~~~~~
conftest.cpp:53:25: error: declaration does not declare anything [-fpermissive]
   53 | #define size_t unsigned int
      |                         ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:402:26: error: two or more data types in declaration of '_Size'
  402 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:403:25: error: '_Size' was not declared in this scope
  403 |     struct is_array<_Tp[_Size]>
      |                         ^~~~~
/usr/include/c++/10.2.0/type_traits:403:31: error: template argument 1 is invalid
  403 |     struct is_array<_Tp[_Size]>
      |                               ^
/usr/include/c++/10.2.0/type_traits:1351:57: error: wrong number of template arguments (1, should be 2)
 1351 |     : public integral_constant<std::size_t, alignof(_Tp)>
      |                                                         ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1360:46: error: wrong number of template arguments (1, should be 2)
 1360 |     : public integral_constant<std::size_t, 0> { };
      |                                              ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:1362:26: error: two or more data types in declaration of '_Size'
 1362 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:1363:21: error: '_Size' was not declared in this scope
 1363 |     struct rank<_Tp[_Size]>
      |                     ^~~~~
/usr/include/c++/10.2.0/type_traits:1363:27: error: template argument 1 is invalid
 1363 |     struct rank<_Tp[_Size]>
      |                           ^
/usr/include/c++/10.2.0/type_traits:1364:65: error: wrong number of template arguments (1, should be 2)
 1364 |     : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
      |                                                                 ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1368:65: error: wrong number of template arguments (1, should be 2)
 1368 |     : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
      |                                                                 ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1373:46: error: wrong number of template arguments (1, should be 2)
 1373 |     : public integral_constant<std::size_t, 0> { };
      |                                              ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:1375:42: error: two or more data types in declaration of '_Size'
 1375 |   template<typename _Tp, unsigned _Uint, std::size_t _Size>
      |                                          ^~~
/usr/include/c++/10.2.0/type_traits:1376:23: error: '_Size' was not declared in this scope
 1376 |     struct extent<_Tp[_Size], _Uint>
      |                       ^~~~~
/usr/include/c++/10.2.0/type_traits:1376:36: error: template argument 1 is invalid
 1376 |     struct extent<_Tp[_Size], _Uint>
      |                                    ^
/usr/include/c++/10.2.0/type_traits:1379:28: error: wrong number of template arguments (1, should be 2)
 1379 |           _Uint - 1>::value>
      |                            ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
/usr/include/c++/10.2.0/type_traits:1386:31: error: wrong number of template arguments (1, should be 2)
 1386 |              _Uint - 1>::value>
      |                               ^
/usr/include/c++/10.2.0/type_traits:57:12: note: provided for 'template<class _Tp, _Tp __v> struct std::integral_constant'
   57 |     struct integral_constant
      |            ^~~~~~~~~~~~~~~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:1975:26: error: two or more data types in declaration of '_Size'
 1975 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:1976:30: error: '_Size' was not declared in this scope
 1976 |     struct remove_extent<_Tp[_Size]>
      |                              ^~~~~
/usr/include/c++/10.2.0/type_traits:1976:36: error: template argument 1 is invalid
 1976 |     struct remove_extent<_Tp[_Size]>
      |                                    ^
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:1988:26: error: two or more data types in declaration of '_Size'
 1988 |   template<typename _Tp, std::size_t _Size>
      |                          ^~~
/usr/include/c++/10.2.0/type_traits:1989:35: error: '_Size' was not declared in this scope
 1989 |     struct remove_all_extents<_Tp[_Size]>
      |                                   ^~~~~
/usr/include/c++/10.2.0/type_traits:1989:41: error: template argument 1 is invalid
 1989 |     struct remove_all_extents<_Tp[_Size]>
      |                                         ^
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:2047:12: error: two or more data types in declaration of '_Len'
 2047 |   template<std::size_t _Len>
      |            ^~~
/usr/include/c++/10.2.0/type_traits:2052:23: error: '_Len' was not declared in this scope
 2052 |  unsigned char __data[_Len];
      |                       ^~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:2067:12: error: two or more data types in declaration of '_Len'
 2067 |   template<std::size_t _Len, std::size_t _Align =
      |            ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/bits/move.h:57,
                 from /usr/include/c++/10.2.0/bits/nested_exception.h:40,
                 from /usr/include/c++/10.2.0/exception:148,
                 from /usr/include/c++/10.2.0/new:41,
                 from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/type_traits:2068:48: error: '_Len' was not declared in this scope
 2068 |     __alignof__(typename __aligned_storage_msa<_Len>::__type)>
      |                                                ^~~~
/usr/include/c++/10.2.0/type_traits:2068:52: error: template argument 1 is invalid
 2068 |     __alignof__(typename __aligned_storage_msa<_Len>::__type)>
      |                                                    ^
/usr/include/c++/10.2.0/type_traits:2067:30: error: two or more data types in declaration of '_Align'
 2067 |   template<std::size_t _Len, std::size_t _Align =
      |                              ^~~
/usr/include/c++/10.2.0/type_traits:2073:23: error: '_Len' was not declared in this scope
 2073 |  unsigned char __data[_Len];
      |                       ^~~~
/usr/include/c++/10.2.0/type_traits:2074:37: error: '_Align' was not declared in this scope
 2074 |  struct __attribute__((__aligned__((_Align)))) { } __align;
      |                                     ^~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:126:26: error: declaration of 'operator new' as non-function
  126 | _GLIBCXX_NODISCARD void* operator new(std::size_t) _GLIBCXX_THROW (std::bad_alloc)
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:127:41: error: attributes after parenthesized initializer ignored [-fpermissive]
  127 |   __attribute__((__externally_visible__));
      |                                         ^
/usr/include/c++/10.2.0/new:128:26: error: declaration of 'operator new []' as non-function
  128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:129:41: error: attributes after parenthesized initializer ignored [-fpermissive]
  129 |   __attribute__((__externally_visible__));
      |                                         ^
/usr/include/c++/10.2.0/new:140:26: error: declaration of 'operator new' as non-function
  140 | _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:140:52: error: expected primary-expression before 'const'
  140 | _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                                                    ^~~~~
/usr/include/c++/10.2.0/new:142:26: error: declaration of 'operator new []' as non-function
  142 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                          ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:142:54: error: expected primary-expression before 'const'
  142 | _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
      |                                                      ^~~~~
/usr/include/c++/10.2.0/new:174:33: error: declaration of 'operator new' as non-function
  174 | _GLIBCXX_NODISCARD inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                 ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:174:59: error: expected primary-expression before 'void'
  174 | _GLIBCXX_NODISCARD inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                                           ^~~~
/usr/include/c++/10.2.0/new:176:33: error: declaration of 'operator new []' as non-function
  176 | _GLIBCXX_NODISCARD inline void* operator new[](std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                 ^~~~~~~~
conftest.cpp:53:16: error: expected unqualified-id before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/functional:53,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/new:176:61: error: expected primary-expression before 'void'
  176 | _GLIBCXX_NODISCARD inline void* operator new[](std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
      |                                                             ^~~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/utility:70,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/bits/stl_pair.h:92:12: error: two or more data types in declaration of 'parameter'
   92 |   template<std::size_t...>
      |            ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/utility:70,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/bits/stl_pair.h:449:36: error: two or more data types in declaration of '_Indexes1'
  449 |       template<typename... _Args1, std::size_t... _Indexes1,
      |                                    ^~~
conftest.cpp:53:16: error: expected identifier before 'unsigned'
   53 | #define size_t unsigned int
      |                ^~~~~~~~
In file included from /usr/include/c++/10.2.0/utility:70,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/bits/stl_pair.h:450:36: error: two or more data types in declaration of '_Indexes2'
  450 |                typename... _Args2, std::size_t... _Indexes2>
      |                                    ^~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:27: error: '_Indexes1' was not declared in this scope
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                           ^~~~~~~~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:36: error: expected parameter pack before '...'
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                    ^~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:39: error: template argument 1 is invalid
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                       ^
/usr/include/c++/10.2.0/bits/stl_pair.h:453:55: error: '_Indexes2' was not declared in this scope
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                                       ^~~~~~~~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:64: error: expected parameter pack before '...'
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                                                ^~~
/usr/include/c++/10.2.0/bits/stl_pair.h:453:67: error: template argument 1 is invalid
  453 |              _Index_tuple<_Indexes1...>, _Index_tuple<_Indexes2...>);
      |                                                                   ^
In file included from /usr/include/c++/10.2.0/utility:76,
                 from /usr/include/c++/10.2.0/tuple:38,
                 from /usr/include/c++/10.2.0/functional:54,
                 from conftest.cpp:102:
/usr/include/c++/10.2.0/initializer_list:47:11: fatal error: definition of 'class std::initializer_list<_E>' does not match '#include <initializer_list>'
   47 |     class initializer_list
      |           ^~~~~~~~~~~~~~~~
compilation terminated.
configure:10114: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fldigi"
| #define PACKAGE_TARNAME "fldigi"
| #define PACKAGE_VERSION "4.1.15"
| #define PACKAGE_STRING "fldigi 4.1.15"
| #define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
| #define PACKAGE_URL ""
| #define FLDIGI_VERSION_MAJOR 4
| #define FLDIGI_VERSION_MINOR 1
| #define FLDIGI_VERSION_PATCH ".15"
| #define FLARQ_VERSION_MAJOR 4
| #define FLARQ_VERSION_MINOR 3
| #define FLARQ_VERSION_PATCH ".7"
| #define FLDIGI_VERSION "4.1.15"
| #define FLARQ_VERSION "4.3.7"
| #define PACKAGE "fldigi"
| #define VERSION "4.1.15"
| #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_MEMORY_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define size_t unsigned int
| #define TM_IN_SYS_TIME 1
| #define CLOSEDIR_VOID 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #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 ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_DLOPEN 1
| #define HAVE_SEM_UNLINK 1
| #define HAVE_SEM_TIMEDWAIT 1
| #define BENCHMARK_MODE 0
| #define USE_TLS 1
| #define HAVE_STD_BIND 0
| #define HAVE_STD_TR1_BIND 0
| /* end confdefs.h.  */
| 
| #include <functional>
| void f(void) { }
| int main(int argc, char **argv)
| {
|     std::bind(f)();
|     return 0;
| }
| 
configure:10123: result: no
configure:10143: error: Could not find std::bind or std::tr1::bind

## ---------------- ##
## 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=no
ac_cv_c_int32_t=no
ac_cv_c_int64_t=no
ac_cv_c_int8_t=no
ac_cv_c_restrict=__restrict
ac_cv_c_uint16_t=no
ac_cv_c_uint32_t=no
ac_cv_c_uint64_t=no
ac_cv_c_uint8_t=no
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=x86-64 -mtune=generic -O2 -pipe -fno-plt'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fno-plt'
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,--sort-common,--as-needed,-z,relro,-z,now
ac_cv_env_LIBMBEDTLS_CFLAGS_set=
ac_cv_env_LIBMBEDTLS_CFLAGS_value=
ac_cv_env_LIBMBEDTLS_LIBS_set=
ac_cv_env_LIBMBEDTLS_LIBS_value=
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=
ac_cv_env_PKG_CONFIG_PATH_value=
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=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_closedir_void=yes
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_pow=no
ac_cv_func_select=yes
ac_cv_func_select_args='int,int *,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=no
ac_cv_func_strtol=yes
ac_cv_func_uname=yes
ac_cv_func_unsetenv=yes
ac_cv_func_vsnprintf=yes
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=no
ac_cv_header_dev_ppbus_ppi_h=no
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_execinfo_h=no
ac_cv_header_fcntl_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=no
ac_cv_header_linux_ppdev_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_netdb_h=no
ac_cv_header_netinet_in_h=no
ac_cv_header_regex_h=no
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=no
ac_cv_header_sys_param_h=no
ac_cv_header_sys_select_h=no
ac_cv_header_sys_socket_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=no
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_utsname_h=no
ac_cv_header_termios_h=no
ac_cv_header_time=no
ac_cv_header_unistd_h=yes
ac_cv_header_values_h=no
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_error_at_line=yes
ac_cv_lib_m_pow=yes
ac_cv_mac_universal=no
ac_cv_o_cloexec=no
ac_cv_objext=o
ac_cv_opt=none
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=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_safe_to_define___extensions__=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_static=no
ac_cv_std_bind=no
ac_cv_std_tr1_bind=no
ac_cv_struct_tm=sys/time.h
ac_cv_target=x86_64-pc-linux-gnu
ac_cv_tls=yes
ac_cv_type__Bool=no
ac_cv_type_signal=void
ac_cv_type_size_t=no
ac_cv_want_bfd=yes
ac_cv_want_flarq=yes
ac_cv_want_fldigi=yes
ac_cv_want_ptw32=no
ac_cv_want_tls=yes
ac_cv_with_clock_gettime=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/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=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_cxx_compile_cxx11=yes
ax_cv_std_bind__std_cpp0x=no
ax_cv_std_bind__std_cpp11=no
ax_cv_std_bind__std_gnupp0x=no
ax_cv_std_bind__std_gnupp11=no
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

A2X=''
ACLOCAL='${SHELL} /home/xi/packages/fldigi/src/fldigi-4.1.15/build-aux/missing aclocal-1.16'
AC_CONFIG_ARGS=' '\''--prefix=/usr'\'' '\''--enable-tls'\'' '\''--with-flxmlrpc'\'' '\''CXXFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt'\'' '\''LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'\'' '\''CPPFLAGS=-D_FORTIFY_SOURCE=2'\'' '\''CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt'\'''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
ASCIIDOC=''
AUTOCONF='${SHELL} /home/xi/packages/fldigi/src/fldigi-4.1.15/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /home/xi/packages/fldigi/src/fldigi-4.1.15/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /home/xi/packages/fldigi/src/fldigi-4.1.15/build-aux/missing automake-1.16'
AWK='gawk'
BFD_CFLAGS=''
BFD_LIBS=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -I.'
COMPAT_REGEX_FALSE='#'
COMPAT_REGEX_TRUE=''
COMPAT_STACK_FALSE=''
COMPAT_STACK_TRUE='#'
COMPAT_STRCASESTR_FALSE=''
COMPAT_STRCASESTR_TRUE='#'
CPP='gcc -E'
CPPFLAGS='-D_FORTIFY_SOURCE=2'
CXX11_SWITCH=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fno-plt'
CYGPATH_W='echo'
DARWIN_FALSE=''
DARWIN_TRUE='#'
DEBUG_CFLAGS=''
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/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=''
ENABLE_LIBMBEDTLS_FALSE=''
ENABLE_LIBMBEDTLS_TRUE=''
EXEEXT=''
EXTRA_LIBS=' -ldl  -lpthread '
FLARQ_AUTHORS='Dave Freese, Robert Stiles, and others'
FLARQ_BUILD_CPPFLAGS=''
FLARQ_BUILD_CXXFLAGS=''
FLARQ_BUILD_LDADD=''
FLARQ_BUILD_LDFLAGS=''
FLARQ_DOCS='http://www.w1hkj.com/FlarqHelpFiles/flarq.html'
FLARQ_VERSION='4.3.7'
FLARQ_VERSION_MAJOR='4'
FLARQ_VERSION_MINOR='3'
FLARQ_VERSION_PATCH='.7'
FLDIGI_AUTHORS='Dave Freese, Stelios Bounanos, and others'
FLDIGI_BUILD_CFLAGS=''
FLDIGI_BUILD_CPPFLAGS=''
FLDIGI_BUILD_CXXFLAGS=''
FLDIGI_BUILD_LDADD=''
FLDIGI_BUILD_LDFLAGS=''
FLDIGI_VERSION='4.1.15'
FLDIGI_VERSION_MAJOR='4'
FLDIGI_VERSION_MINOR='1'
FLDIGI_VERSION_PATCH='.15'
FLTK_CFLAGS=''
FLTK_CONFIG=''
FLTK_LIBS=''
FLUID=''
FLXMLRPC_CFLAGS=''
FLXMLRPC_LIBS=''
GETTEXT_MACRO_VERSION='0.17'
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GREP='/usr/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,--sort-common,--as-needed,-z,relro,-z,now'
LIBICONV='-liconv'
LIBINTL=''
LIBMBEDTLS_CFLAGS=''
LIBMBEDTLS_LIBS=''
LIBOBJS=' strtod.o'
LIBS=''
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAC_UNIVERSAL_CFLAGS=''
MAC_UNIVERSAL_LDFLAGS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/xi/packages/fldigi/src/fldigi-4.1.15/build-aux/missing makeinfo'
MAKENSIS=''
MINGW32_FALSE=''
MINGW32_TRUE='#'
MKDIR_P='/usr/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'
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 4.1.15'
PACKAGE_TARNAME='fldigi'
PACKAGE_URL=''
PACKAGE_VERSION='4.1.15'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PNG_CFLAGS=''
PNG_LIBS=''
PORTAUDIO_CFLAGS=''
PORTAUDIO_LIBS=''
POSUB='po'
POW_LIB='-lm'
PTW32_CFLAGS=''
PTW32_LIBS=''
PULSEAUDIO_CFLAGS=''
PULSEAUDIO_LIBS=''
RDYNAMIC=''
SAMPLERATE_CFLAGS=''
SAMPLERATE_LIBS=''
SET_MAKE=''
SHELL='/bin/sh'
SILENT_CMDS=''
SNDFILE_CFLAGS=''
SNDFILE_LIBS=''
STRIP=''
USE_NLS='yes'
USE_NLS_FALSE='#'
USE_NLS_TRUE=''
VERSION='4.1.15'
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=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/xi/packages/fldigi/src/fldigi-4.1.15/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/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 "4.1.15"
#define PACKAGE_STRING "fldigi 4.1.15"
#define PACKAGE_BUGREPORT "fldigi-devel@sourceforge.net"
#define PACKAGE_URL ""
#define FLDIGI_VERSION_MAJOR 4
#define FLDIGI_VERSION_MINOR 1
#define FLDIGI_VERSION_PATCH ".15"
#define FLARQ_VERSION_MAJOR 4
#define FLARQ_VERSION_MINOR 3
#define FLARQ_VERSION_PATCH ".7"
#define FLDIGI_VERSION "4.1.15"
#define FLARQ_VERSION "4.3.7"
#define PACKAGE "fldigi"
#define VERSION "4.1.15"
#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_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDBOOL_H 1
#define restrict __restrict
#define size_t unsigned int
#define TM_IN_SYS_TIME 1
#define CLOSEDIR_VOID 1
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (int *)
#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 ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_DLOPEN 1
#define HAVE_SEM_UNLINK 1
#define HAVE_SEM_TIMEDWAIT 1
#define BENCHMARK_MODE 0
#define USE_TLS 1
#define HAVE_STD_BIND 0
#define HAVE_STD_TR1_BIND 0

configure: exit 1

Offline

#4 2020-10-29 19:30:06

loqs
Member
Registered: 2014-03-06
Posts: 17,372

Re: AUR fldigi configure error, g++ cant find std::bind

What if you remove /usr/local/gcc-arm-none-eabi-8-2018-q4-major/bin from $PATH?

Offline

#5 2020-10-29 19:43:59

xi00
Member
Registered: 2020-10-29
Posts: 4

Re: AUR fldigi configure error, g++ cant find std::bind

Sadly doesn't do anything, same output and error as above

Offline

#6 2020-10-29 19:47:53

loqs
Member
Registered: 2014-03-06
Posts: 17,372

Re: AUR fldigi configure error, g++ cant find std::bind

What is the output of

type -a gcc

Offline

#7 2020-10-29 19:53:27

xi00
Member
Registered: 2020-10-29
Posts: 4

Re: AUR fldigi configure error, g++ cant find std::bind

The output is

gcc is /opt/ghdl/bin/gcc
gcc is /usr/bin/gcc

I just fixed it.

I apparently have a second custom gcc version installed(for using ghdl), and apparently this custom version doesn't support the stdlibs correctly.
I have just tried removing the top path from PATH, now the whole compilation works.

Thank you a helluva lot, I probably would never have found that out myself.

Thanks for being patient with guys like me smile

Offline

Board footer

Powered by FluxBB