soundmodem/config.log

2176 lines
72 KiB
Plaintext
Raw Normal View History

2018-06-18 10:46:45 +02:00
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by soundmodem configure 0.16, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = darkstar
uname -m = x86_64
uname -r = 4.4.132
uname -s = Linux
uname -v = #2 SMP Mon May 21 17:38:57 CDT 2018
/usr/bin/uname -p = Pentium(R) Dual-Core CPU T4200 @ 2.00GHz
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/games
PATH: /usr/lib64/java/bin
PATH: /usr/lib64/java/jre/bin
PATH: /usr/lib64/kde4/libexec
PATH: /usr/lib64/qt/bin
PATH: /usr/lib64/qt5/bin
PATH: /usr/share/texmf/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2395: checking build system type
configure:2409: result: x86_64-unknown-linux-gnu
configure:2429: checking host system type
configure:2442: result: x86_64-unknown-linux-gnu
configure:2462: checking target system type
configure:2475: result: x86_64-unknown-linux-gnu
configure:2519: checking for a BSD-compatible install
configure:2587: result: /usr/bin/ginstall -c
configure:2598: checking whether build environment is sane
configure:2653: result: yes
configure:2691: WARNING: 'missing' script is too old or missing
configure:2804: checking for a thread-safe mkdir -p
configure:2843: result: /usr/bin/mkdir -p
configure:2850: checking for gawk
configure:2866: found /usr/bin/gawk
configure:2877: result: gawk
configure:2888: checking whether make sets $(MAKE)
configure:2910: result: yes
configure:2939: checking whether make supports nested variables
configure:2956: result: yes
configure:3088: checking whether make sets $(MAKE)
configure:3110: result: yes
configure:3131: checking for style of include used by make
configure:3159: result: GNU
configure:3230: checking for gcc
configure:3246: found /usr/bin/gcc
configure:3257: result: gcc
configure:3486: checking for C compiler version
configure:3495: gcc --version >&5
gcc (GCC) 5.5.0
Copyright (C) 2015 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:3506: $? = 0
configure:3495: gcc -v >&5
Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/5.5.0/specs
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-slackware-linux/5.5.0/lto-wrapper
Target: x86_64-slackware-linux
Configured with: ../gcc-5.5.0/configure --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib64/python2.7/site-packages --enable-libstdcxx-dual-abi --with-default-libstdcxx-abi=gcc4-compatible --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --disable-install-libiberty --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib64/jvm/jre --with-jvm-root-dir=/usr/lib64/jvm --with-jvm-jar-dir=/usr/lib64/jvm/jvm-exports --with-arch-directory=amd64 --with-antlr-jar=/tmp/slackware64-14.2/gcc/antlr-runtime-3.4.jar --enable-java-awt=gtk --disable-gtktest --disable-multilib --target=x86_64-slackware-linux --build=x86_64-slackware-linux --host=x86_64-slackware-linux
Thread model: posix
gcc version 5.5.0 (GCC)
configure:3506: $? = 0
configure:3495: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3506: $? = 1
configure:3495: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3506: $? = 1
configure:3526: checking whether the C compiler works
configure:3548: gcc conftest.c >&5
configure:3552: $? = 0
configure:3600: result: yes
configure:3603: checking for C compiler default output file name
configure:3605: result: a.out
configure:3611: checking for suffix of executables
configure:3618: gcc -o conftest conftest.c >&5
configure:3622: $? = 0
configure:3644: result:
configure:3666: checking whether we are cross compiling
configure:3674: gcc -o conftest conftest.c >&5
configure:3678: $? = 0
configure:3685: ./conftest
configure:3689: $? = 0
configure:3704: result: no
configure:3709: checking for suffix of object files
configure:3731: gcc -c conftest.c >&5
configure:3735: $? = 0
configure:3756: result: o
configure:3760: checking whether we are using the GNU C compiler
configure:3779: gcc -c conftest.c >&5
configure:3779: $? = 0
configure:3788: result: yes
configure:3797: checking whether gcc accepts -g
configure:3817: gcc -c -g conftest.c >&5
configure:3817: $? = 0
configure:3858: result: yes
configure:3875: checking for gcc option to accept ISO C89
configure:3938: gcc -c -g -O2 conftest.c >&5
configure:3938: $? = 0
configure:3951: result: none needed
configure:3976: checking whether gcc understands -c and -o together
configure:3998: gcc -c conftest.c -o conftest2.o
configure:4001: $? = 0
configure:3998: gcc -c conftest.c -o conftest2.o
configure:4001: $? = 0
configure:4013: result: yes
configure:4032: checking dependency style of gcc
configure:4143: result: gcc3
configure:4159: checking for library containing strerror
configure:4190: gcc -o conftest -g -O2 conftest.c >&5
configure:4190: $? = 0
configure:4207: result: none required
configure:4265: checking for gcc
configure:4292: result: gcc
configure:4521: checking for C compiler version
configure:4530: gcc --version >&5
gcc (GCC) 5.5.0
Copyright (C) 2015 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:4541: $? = 0
configure:4530: gcc -v >&5
Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/5.5.0/specs
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-slackware-linux/5.5.0/lto-wrapper
Target: x86_64-slackware-linux
Configured with: ../gcc-5.5.0/configure --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib64/python2.7/site-packages --enable-libstdcxx-dual-abi --with-default-libstdcxx-abi=gcc4-compatible --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --disable-install-libiberty --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib64/jvm/jre --with-jvm-root-dir=/usr/lib64/jvm --with-jvm-jar-dir=/usr/lib64/jvm/jvm-exports --with-arch-directory=amd64 --with-antlr-jar=/tmp/slackware64-14.2/gcc/antlr-runtime-3.4.jar --enable-java-awt=gtk --disable-gtktest --disable-multilib --target=x86_64-slackware-linux --build=x86_64-slackware-linux --host=x86_64-slackware-linux
Thread model: posix
gcc version 5.5.0 (GCC)
configure:4541: $? = 0
configure:4530: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4541: $? = 1
configure:4530: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4541: $? = 1
configure:4545: checking whether we are using the GNU C compiler
configure:4573: result: yes
configure:4582: checking whether gcc accepts -g
configure:4643: result: yes
configure:4660: checking for gcc option to accept ISO C89
configure:4736: result: none needed
configure:4761: checking whether gcc understands -c and -o together
configure:4798: result: yes
configure:4817: checking dependency style of gcc
configure:4928: result: gcc3
configure:4943: checking for an ANSI C-conforming const
configure:5009: gcc -c -g -O2 conftest.c >&5
configure:5009: $? = 0
configure:5016: result: yes
configure:5024: checking for inline
configure:5040: gcc -c -g -O2 conftest.c >&5
configure:5040: $? = 0
configure:5048: result: inline
configure:5071: checking how to run the C preprocessor
configure:5102: gcc -E conftest.c
configure:5102: $? = 0
configure:5116: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5116: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "soundmodem"
| #define PACKAGE_TARNAME "soundmodem"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "soundmodem 0.16"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "soundmodem"
| #define VERSION "0.16"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5141: result: gcc -E
configure:5161: gcc -E conftest.c
configure:5161: $? = 0
configure:5175: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5175: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "soundmodem"
| #define PACKAGE_TARNAME "soundmodem"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "soundmodem 0.16"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "soundmodem"
| #define VERSION "0.16"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5204: checking for grep that handles long lines and -e
configure:5262: result: /usr/bin/grep
configure:5267: checking for egrep
configure:5329: result: /usr/bin/grep -E
configure:5334: checking for ANSI C header files
configure:5354: gcc -c -g -O2 conftest.c >&5
configure:5354: $? = 0
configure:5427: gcc -o conftest -g -O2 conftest.c >&5
configure:5427: $? = 0
configure:5427: ./conftest
configure:5427: $? = 0
configure:5438: result: yes
configure:5451: checking for sys/types.h
configure:5451: gcc -c -g -O2 conftest.c >&5
configure:5451: $? = 0
configure:5451: result: yes
configure:5451: checking for sys/stat.h
configure:5451: gcc -c -g -O2 conftest.c >&5
configure:5451: $? = 0
configure:5451: result: yes
configure:5451: checking for stdlib.h
configure:5451: gcc -c -g -O2 conftest.c >&5
configure:5451: $? = 0
configure:5451: result: yes
configure:5451: checking for string.h
configure:5451: gcc -c -g -O2 conftest.c >&5
configure:5451: $? = 0
configure:5451: result: yes
configure:5451: checking for memory.h
configure:5451: gcc -c -g -O2 conftest.c >&5
configure:5451: $? = 0
configure:5451: result: yes
configure:5451: checking for strings.h
configure:5451: gcc -c -g -O2 conftest.c >&5
configure:5451: $? = 0
configure:5451: result: yes
configure:5451: checking for inttypes.h
configure:5451: gcc -c -g -O2 conftest.c >&5
configure:5451: $? = 0
configure:5451: result: yes
configure:5451: checking for stdint.h
configure:5451: gcc -c -g -O2 conftest.c >&5
configure:5451: $? = 0
configure:5451: result: yes
configure:5451: checking for unistd.h
configure:5451: gcc -c -g -O2 conftest.c >&5
configure:5451: $? = 0
configure:5451: result: yes
configure:5463: checking for size_t
configure:5463: gcc -c -g -O2 conftest.c >&5
configure:5463: $? = 0
configure:5463: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:57:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:5463: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "soundmodem"
| #define PACKAGE_TARNAME "soundmodem"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "soundmodem 0.16"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "soundmodem"
| #define VERSION "0.16"
| #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
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:5463: result: yes
configure:5476: checking for working alloca.h
configure:5493: gcc -o conftest -g -O2 conftest.c >&5
configure:5493: $? = 0
configure:5501: result: yes
configure:5509: checking for alloca
configure:5546: gcc -o conftest -g -O2 conftest.c >&5
configure:5546: $? = 0
configure:5554: result: yes
configure:5718: checking for g++
configure:5734: found /usr/bin/g++
configure:5745: result: g++
configure:5772: checking for C++ compiler version
configure:5781: g++ --version >&5
g++ (GCC) 5.5.0
Copyright (C) 2015 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:5792: $? = 0
configure:5781: g++ -v >&5
Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/5.5.0/specs
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-slackware-linux/5.5.0/lto-wrapper
Target: x86_64-slackware-linux
Configured with: ../gcc-5.5.0/configure --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib64/python2.7/site-packages --enable-libstdcxx-dual-abi --with-default-libstdcxx-abi=gcc4-compatible --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --disable-install-libiberty --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib64/jvm/jre --with-jvm-root-dir=/usr/lib64/jvm --with-jvm-jar-dir=/usr/lib64/jvm/jvm-exports --with-arch-directory=amd64 --with-antlr-jar=/tmp/slackware64-14.2/gcc/antlr-runtime-3.4.jar --enable-java-awt=gtk --disable-gtktest --disable-multilib --target=x86_64-slackware-linux --build=x86_64-slackware-linux --host=x86_64-slackware-linux
Thread model: posix
gcc version 5.5.0 (GCC)
configure:5792: $? = 0
configure:5781: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5792: $? = 1
configure:5781: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:5792: $? = 1
configure:5796: checking whether we are using the GNU C++ compiler
configure:5815: g++ -c conftest.cpp >&5
configure:5815: $? = 0
configure:5824: result: yes
configure:5833: checking whether g++ accepts -g
configure:5853: g++ -c -g conftest.cpp >&5
configure:5853: $? = 0
configure:5894: result: yes
configure:5919: checking dependency style of g++
configure:6030: result: gcc3
configure:6048: checking for ranlib
configure:6064: found /usr/bin/ranlib
configure:6076: result: ranlib
configure:6086: checking for dlltool
configure:6102: found /usr/bin/dlltool
configure:6114: result: dlltool
configure:6124: checking for as
configure:6152: result: as
configure:6162: checking for ar
configure:6190: result: ar
configure:6200: checking for ld
configure:6228: result: ld
configure:6238: checking for windres
configure:6254: found /usr/bin/windres
configure:6266: result: windres
configure:6305: checking for sqrt in -lm
configure:6330: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:30:6: warning: conflicting types for built-in function 'sqrt'
char sqrt ();
^
configure:6330: $? = 0
configure:6339: result: yes
configure:6351: checking for pthread_create in -lpthread32
configure:6376: gcc -o conftest -g -O2 conftest.c -lpthread32 -lm >&5
/usr/lib64/gcc/x86_64-slackware-linux/5.5.0/../../../../x86_64-slackware-linux/bin/ld: cannot find -lpthread32
collect2: error: ld returned 1 exit status
configure:6376: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "soundmodem"
| #define PACKAGE_TARNAME "soundmodem"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "soundmodem 0.16"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "soundmodem"
| #define VERSION "0.16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LIBM 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 pthread_create ();
| int
| main ()
| {
| return pthread_create ();
| ;
| return 0;
| }
configure:6385: result: no
configure:6390: checking for pthread_create in -lpthread
configure:6415: gcc -o conftest -g -O2 conftest.c -lpthread -lm >&5
configure:6415: $? = 0
configure:6424: result: yes
configure:6432: checking for sched_setscheduler in -lposix4
configure:6457: gcc -o conftest -g -O2 conftest.c -lposix4 -lm >&5
/usr/lib64/gcc/x86_64-slackware-linux/5.5.0/../../../../x86_64-slackware-linux/bin/ld: cannot find -lposix4
collect2: error: ld returned 1 exit status
configure:6457: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "soundmodem"
| #define PACKAGE_TARNAME "soundmodem"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "soundmodem 0.16"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "soundmodem"
| #define VERSION "0.16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LIBM 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 sched_setscheduler ();
| int
| main ()
| {
| return sched_setscheduler ();
| ;
| return 0;
| }
configure:6466: result: no
configure:6477: checking for GUID_NULL in -luuid
configure:6502: gcc -o conftest -g -O2 conftest.c -luuid -lm >&5
/tmp/ccYRiKlK.o: In function `main':
/home/matt/src/soundmodem/conftest.c:35: undefined reference to `GUID_NULL'
collect2: error: ld returned 1 exit status
configure:6502: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "soundmodem"
| #define PACKAGE_TARNAME "soundmodem"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "soundmodem 0.16"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "soundmodem"
| #define VERSION "0.16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LIBM 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 GUID_NULL ();
| int
| main ()
| {
| return GUID_NULL ();
| ;
| return 0;
| }
configure:6511: result: no
configure:6524: checking for getopt_long
configure:6524: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:6524: $? = 0
configure:6524: result: yes
configure:6548: checking sys/audioio.h usability
configure:6548: gcc -c -g -O2 conftest.c >&5
conftest.c:58:25: fatal error: sys/audioio.h: No such file or directory
compilation terminated.
configure:6548: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "soundmodem"
| #define PACKAGE_TARNAME "soundmodem"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "soundmodem 0.16"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "soundmodem"
| #define VERSION "0.16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LIBM 1
| #define HAVE_GETOPT_LONG 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/audioio.h>
configure:6548: result: no
configure:6548: checking sys/audioio.h presence
configure:6548: gcc -E conftest.c
conftest.c:25:25: fatal error: sys/audioio.h: No such file or directory
compilation terminated.
configure:6548: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "soundmodem"
| #define PACKAGE_TARNAME "soundmodem"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "soundmodem 0.16"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "soundmodem"
| #define VERSION "0.16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LIBM 1
| #define HAVE_GETOPT_LONG 1
| /* end confdefs.h. */
| #include <sys/audioio.h>
configure:6548: result: no
configure:6548: checking for sys/audioio.h
configure:6548: result: no
configure:6548: checking stropts.h usability
configure:6548: gcc -c -g -O2 conftest.c >&5
configure:6548: $? = 0
configure:6548: result: yes
configure:6548: checking stropts.h presence
configure:6548: gcc -E conftest.c
configure:6548: $? = 0
configure:6548: result: yes
configure:6548: checking for stropts.h
configure:6548: result: yes
configure:6548: checking sys/conf.h usability
configure:6548: gcc -c -g -O2 conftest.c >&5
conftest.c:59:22: fatal error: sys/conf.h: No such file or directory
compilation terminated.
configure:6548: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "soundmodem"
| #define PACKAGE_TARNAME "soundmodem"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "soundmodem 0.16"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "soundmodem"
| #define VERSION "0.16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LIBM 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_STROPTS_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/conf.h>
configure:6548: result: no
configure:6548: checking sys/conf.h presence
configure:6548: gcc -E conftest.c
conftest.c:26:22: fatal error: sys/conf.h: No such file or directory
compilation terminated.
configure:6548: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "soundmodem"
| #define PACKAGE_TARNAME "soundmodem"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "soundmodem 0.16"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "soundmodem"
| #define VERSION "0.16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LIBM 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_STROPTS_H 1
| /* end confdefs.h. */
| #include <sys/conf.h>
configure:6548: result: no
configure:6548: checking for sys/conf.h
configure:6548: result: no
configure:6548: checking sys/soundcard.h usability
configure:6548: gcc -c -g -O2 conftest.c >&5
configure:6548: $? = 0
configure:6548: result: yes
configure:6548: checking sys/soundcard.h presence
configure:6548: gcc -E conftest.c
configure:6548: $? = 0
configure:6548: result: yes
configure:6548: checking for sys/soundcard.h
configure:6548: result: yes
configure:6548: checking sys/ioctl.h usability
configure:6548: gcc -c -g -O2 conftest.c >&5
configure:6548: $? = 0
configure:6548: result: yes
configure:6548: checking sys/ioctl.h presence
configure:6548: gcc -E conftest.c
configure:6548: $? = 0
configure:6548: result: yes
configure:6548: checking for sys/ioctl.h
configure:6548: result: yes
configure:6548: checking time.h usability
configure:6548: gcc -c -g -O2 conftest.c >&5
configure:6548: $? = 0
configure:6548: result: yes
configure:6548: checking time.h presence
configure:6548: gcc -E conftest.c
configure:6548: $? = 0
configure:6548: result: yes
configure:6548: checking for time.h
configure:6548: result: yes
configure:6548: checking for inttypes.h
configure:6548: result: yes
configure:6548: checking net/if_arp.h usability
configure:6548: gcc -c -g -O2 conftest.c >&5
configure:6548: $? = 0
configure:6548: result: yes
configure:6548: checking net/if_arp.h presence
configure:6548: gcc -E conftest.c
configure:6548: $? = 0
configure:6548: result: yes
configure:6548: checking for net/if_arp.h
configure:6548: result: yes
configure:6561: checking pty.h usability
configure:6561: gcc -c -g -O2 conftest.c >&5
configure:6561: $? = 0
configure:6561: result: yes
configure:6561: checking pty.h presence
configure:6561: gcc -E conftest.c
configure:6561: $? = 0
configure:6561: result: yes
configure:6561: checking for pty.h
configure:6561: result: yes
configure:6561: checking getopt.h usability
configure:6561: gcc -c -g -O2 conftest.c >&5
configure:6561: $? = 0
configure:6561: result: yes
configure:6561: checking getopt.h presence
configure:6561: gcc -E conftest.c
configure:6561: $? = 0
configure:6561: result: yes
configure:6561: checking for getopt.h
configure:6561: result: yes
configure:6561: checking syslog.h usability
configure:6561: gcc -c -g -O2 conftest.c >&5
configure:6561: $? = 0
configure:6561: result: yes
configure:6561: checking syslog.h presence
configure:6561: gcc -E conftest.c
configure:6561: $? = 0
configure:6561: result: yes
configure:6561: checking for syslog.h
configure:6561: result: yes
configure:6561: checking sched.h usability
configure:6561: gcc -c -g -O2 conftest.c >&5
configure:6561: $? = 0
configure:6561: result: yes
configure:6561: checking sched.h presence
configure:6561: gcc -E conftest.c
configure:6561: $? = 0
configure:6561: result: yes
configure:6561: checking for sched.h
configure:6561: result: yes
configure:6561: checking linux/sockios.h usability
configure:6561: gcc -c -g -O2 conftest.c >&5
configure:6561: $? = 0
configure:6561: result: yes
configure:6561: checking linux/sockios.h presence
configure:6561: gcc -E conftest.c
configure:6561: $? = 0
configure:6561: result: yes
configure:6561: checking for linux/sockios.h
configure:6561: result: yes
configure:6561: checking sys/ioccom.h usability
configure:6561: gcc -c -g -O2 conftest.c >&5
conftest.c:69:24: fatal error: sys/ioccom.h: No such file or directory
compilation terminated.
configure:6561: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "soundmodem"
| #define PACKAGE_TARNAME "soundmodem"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "soundmodem 0.16"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "soundmodem"
| #define VERSION "0.16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LIBM 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_PTY_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_LINUX_SOCKIOS_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/ioccom.h>
configure:6561: result: no
configure:6561: checking sys/ioccom.h presence
configure:6561: gcc -E conftest.c
conftest.c:36:24: fatal error: sys/ioccom.h: No such file or directory
compilation terminated.
configure:6561: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "soundmodem"
| #define PACKAGE_TARNAME "soundmodem"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "soundmodem 0.16"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "soundmodem"
| #define VERSION "0.16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LIBM 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_PTY_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| /* end confdefs.h. */
| #include <sys/ioccom.h>
configure:6561: result: no
configure:6561: checking for sys/ioccom.h
configure:6561: result: no
configure:6561: checking linux/ppdev.h usability
configure:6561: gcc -c -g -O2 conftest.c >&5
configure:6561: $? = 0
configure:6561: result: yes
configure:6561: checking linux/ppdev.h presence
configure:6561: gcc -E conftest.c
configure:6561: $? = 0
configure:6561: result: yes
configure:6561: checking for linux/ppdev.h
configure:6561: result: yes
configure:6561: checking linux/hidraw.h usability
configure:6561: gcc -c -g -O2 conftest.c >&5
configure:6561: $? = 0
configure:6561: result: yes
configure:6561: checking linux/hidraw.h presence
configure:6561: gcc -E conftest.c
configure:6561: $? = 0
configure:6561: result: yes
configure:6561: checking for linux/hidraw.h
configure:6561: result: yes
configure:6574: checking for sys/socket.h
configure:6574: gcc -c -g -O2 conftest.c >&5
configure:6574: $? = 0
configure:6574: result: yes
configure:6574: checking for linux/if.h
configure:6574: gcc -c -g -O2 conftest.c >&5
configure:6574: $? = 0
configure:6574: result: yes
configure:6592: checking for sys/socket.h
configure:6592: result: yes
configure:6592: checking for linux/ax25.h
configure:6592: gcc -c -g -O2 conftest.c >&5
configure:6592: $? = 0
configure:6592: result: yes
configure:6610: checking for snprintf
configure:6610: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:65:6: warning: conflicting types for built-in function 'snprintf'
char snprintf ();
^
configure:6610: $? = 0
configure:6610: result: yes
configure:6610: checking for vsnprintf
configure:6610: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:66:6: warning: conflicting types for built-in function 'vsnprintf'
char vsnprintf ();
^
configure:6610: $? = 0
configure:6610: result: yes
configure:6610: checking for syslog
configure:6610: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:6610: $? = 0
configure:6610: result: yes
configure:6610: checking for vsyslog
configure:6610: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:6610: $? = 0
configure:6610: result: yes
configure:6610: checking for openlog
configure:6610: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:6610: $? = 0
configure:6610: result: yes
configure:6610: checking for closelog
configure:6610: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:6610: $? = 0
configure:6610: result: yes
configure:6621: checking for mlockall
configure:6621: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:6621: $? = 0
configure:6621: result: yes
configure:6631: checking for signed bittypes
configure:6645: gcc -c -g -O2 conftest.c >&5
configure:6645: $? = 0
configure:6651: result: yes
configure:6654: checking for unsigned bittypes
configure:6668: gcc -c -g -O2 conftest.c >&5
configure:6668: $? = 0
configure:6674: result: yes
configure:6677: checking return type of signal handlers
configure:6695: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:57:9: error: void value not ignored as it ought to be
return *(signal (0, 0)) (0) == 1;
^
configure:6695: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "soundmodem"
| #define PACKAGE_TARNAME "soundmodem"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "soundmodem 0.16"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "soundmodem"
| #define VERSION "0.16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LIBM 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_PTY_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_LINUX_PPDEV_H 1
| #define HAVE_LINUX_HIDRAW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LINUX_IF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LINUX_AX25_H 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_SIGNED_BITTYPES 1
| #define HAVE_UNSIGNED_BITTYPES 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:6702: result: void
configure:6711: checking for M_PI
configure:6725: gcc -c -g -O2 conftest.c >&5
configure:6725: $? = 0
configure:6733: result: yes
configure:6736: checking for M_LOG10E
configure:6750: gcc -c -g -O2 conftest.c >&5
configure:6750: $? = 0
configure:6758: result: yes
configure:6794: checking for ALSA CFLAGS
configure:6800: result:
configure:6803: checking for ALSA LDFLAGS
configure:6812: result: -lasound -lm -ldl -lpthread
configure:6817: checking for libasound headers version >= 1.0.0
configure:6879: gcc -c -g -O2 conftest.c >&5
configure:6879: $? = 0
configure:6880: result: found.
configure:6899: checking for snd_ctl_open in -lasound
configure:6924: gcc -o conftest -g -O2 conftest.c -lasound -lasound -lm -ldl -lpthread -lm >&5
configure:6924: $? = 0
configure:6933: result: yes
configure:6983: checking whether NLS is requested
configure:6992: result: yes
configure:7033: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:7065: result: /usr/bin/msgfmt
configure:7074: checking for gmsgfmt
configure:7105: result: /usr/bin/msgfmt
configure:7156: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:7188: result: /usr/bin/xgettext
configure:7234: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:7265: result: /usr/bin/msgmerge
configure:7322: checking for ld used by GCC
configure:7386: result: ld
configure:7393: checking if the linker (ld) is GNU ld
configure:7406: result: yes
configure:7413: checking for shared library run path origin
configure:7426: result: done
configure:7998: checking for CFPreferencesCopyAppValue
configure:8016: gcc -o conftest -g -O2 conftest.c -lasound -lm -ldl -lpthread -lm -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:54:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
compilation terminated.
configure:8016: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "soundmodem"
| #define PACKAGE_TARNAME "soundmodem"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "soundmodem 0.16"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "soundmodem"
| #define VERSION "0.16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LIBM 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_PTY_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_LINUX_PPDEV_H 1
| #define HAVE_LINUX_HIDRAW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LINUX_IF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LINUX_AX25_H 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_SIGNED_BITTYPES 1
| #define HAVE_UNSIGNED_BITTYPES 1
| #define RETSIGTYPE void
| #define HAVE_LIBASOUND 1
| #define HAVE_ALSA 1
| /* end confdefs.h. */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
| ;
| return 0;
| }
configure:8025: result: no
configure:8032: checking for CFLocaleCopyCurrent
configure:8050: gcc -o conftest -g -O2 conftest.c -lasound -lm -ldl -lpthread -lm -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:54:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
compilation terminated.
configure:8050: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "soundmodem"
| #define PACKAGE_TARNAME "soundmodem"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "soundmodem 0.16"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "soundmodem"
| #define VERSION "0.16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LIBM 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_PTY_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_LINUX_PPDEV_H 1
| #define HAVE_LINUX_HIDRAW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LINUX_IF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LINUX_AX25_H 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_SIGNED_BITTYPES 1
| #define HAVE_UNSIGNED_BITTYPES 1
| #define RETSIGTYPE void
| #define HAVE_LIBASOUND 1
| #define HAVE_ALSA 1
| /* end confdefs.h. */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
| ;
| return 0;
| }
configure:8059: result: no
configure:8108: checking for GNU gettext in libc
configure:8128: gcc -o conftest -g -O2 conftest.c -lasound -lm -ldl -lpthread -lm >&5
configure:8128: $? = 0
configure:8137: result: yes
configure:8928: checking whether to use NLS
configure:8930: result: yes
configure:8933: checking where the gettext function comes from
configure:8944: result: libc
configure:9160: checking for pkg-config
configure:9178: found /usr/bin/pkg-config
configure:9190: result: /usr/bin/pkg-config
configure:9215: checking pkg-config is at least version 0.9.0
configure:9218: result: yes
configure:9228: checking for libxml-2.0
configure:9235: $PKG_CONFIG --exists --print-errors "libxml-2.0"
configure:9238: $? = 0
configure:9252: $PKG_CONFIG --exists --print-errors "libxml-2.0"
configure:9255: $? = 0
configure:9313: result: yes
configure:9319: checking for gtk+-2.0 >= 2.6.0
configure:9326: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.6.0"
configure:9329: $? = 0
configure:9343: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.6.0"
configure:9346: $? = 0
configure:9404: result: yes
configure:9410: checking for audiofile
configure:9417: $PKG_CONFIG --exists --print-errors "audiofile"
configure:9420: $? = 0
configure:9434: $PKG_CONFIG --exists --print-errors "audiofile"
configure:9437: $? = 0
configure:9495: result: yes
configure:9506: checking for gtk_widget_set_tooltip_text
configure:9506: gcc -o conftest -g -O2 conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -lm -ldl -lpthread -lm >&5
configure:9506: $? = 0
configure:9506: result: yes
configure:9506: checking for gtk_widget_is_drawable
configure:9506: gcc -o conftest -g -O2 conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -lm -ldl -lpthread -lm >&5
configure:9506: $? = 0
configure:9506: result: yes
configure:9506: checking for gtk_widget_get_realized
configure:9506: gcc -o conftest -g -O2 conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -lm -ldl -lpthread -lm >&5
configure:9506: $? = 0
configure:9506: result: yes
configure:9506: checking for gtk_widget_set_realized
configure:9506: gcc -o conftest -g -O2 conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -lm -ldl -lpthread -lm >&5
configure:9506: $? = 0
configure:9506: result: yes
configure:9506: checking for gtk_widget_set_can_default
configure:9506: gcc -o conftest -g -O2 conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -lm -ldl -lpthread -lm >&5
configure:9506: $? = 0
configure:9506: result: yes
configure:9506: checking for gtk_widget_set_can_focus
configure:9506: gcc -o conftest -g -O2 conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -lm -ldl -lpthread -lm >&5
configure:9506: $? = 0
configure:9506: result: yes
configure:9506: checking for gtk_dialog_get_action_area
configure:9506: gcc -o conftest -g -O2 conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -lm -ldl -lpthread -lm >&5
configure:9506: $? = 0
configure:9506: result: yes
configure:9506: checking for gtk_dialog_get_content_area
configure:9506: gcc -o conftest -g -O2 conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -lm -ldl -lpthread -lm >&5
configure:9506: $? = 0
configure:9506: result: yes
configure:9506: checking for gtk_widget_get_allocation
configure:9506: gcc -o conftest -g -O2 conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -lm -ldl -lpthread -lm >&5
configure:9506: $? = 0
configure:9506: result: yes
configure:9506: checking for gtk_widget_set_allocation
configure:9506: gcc -o conftest -g -O2 conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -lm -ldl -lpthread -lm >&5
configure:9506: $? = 0
configure:9506: result: yes
configure:9506: checking for gtk_widget_get_state
configure:9506: gcc -o conftest -g -O2 conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -lm -ldl -lpthread -lm >&5
configure:9506: $? = 0
configure:9506: result: yes
configure:9506: checking for gtk_widget_get_window
configure:9506: gcc -o conftest -g -O2 conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -lm -ldl -lpthread -lm >&5
configure:9506: $? = 0
configure:9506: result: yes
configure:9506: checking for gtk_widget_set_window
configure:9506: gcc -o conftest -g -O2 conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -lm -ldl -lpthread -lm >&5
configure:9506: $? = 0
configure:9506: result: yes
configure:9506: checking for gtk_widget_set_has_window
configure:9506: gcc -o conftest -g -O2 conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -lm -ldl -lpthread -lm >&5
configure:9506: $? = 0
configure:9506: result: yes
configure:9506: checking for gtk_widget_style_attach
configure:9506: gcc -o conftest -g -O2 conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lasound -lm -ldl -lpthread -lm >&5
configure:9506: $? = 0
configure:9506: result: yes
configure:9530: checking for openpty in -lutil
configure:9555: gcc -o conftest -g -O2 -Wall -O2 conftest.c -lutil >&5
configure:9555: $? = 0
configure:9564: result: yes
configure:9577: checking for openpty
configure:9577: gcc -o conftest -g -O2 -Wall -O2 conftest.c -lutil >&5
configure:9577: $? = 0
configure:9577: result: yes
configure:9596: checking for rigerror in -lhamlib
configure:9621: gcc -o conftest -g -O2 -Wall -O2 conftest.c -lhamlib -lasound -lm -ldl -lpthread -lm >&5
/usr/lib64/gcc/x86_64-slackware-linux/5.5.0/../../../../x86_64-slackware-linux/bin/ld: cannot find -lhamlib
collect2: error: ld returned 1 exit status
configure:9621: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "soundmodem"
| #define PACKAGE_TARNAME "soundmodem"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "soundmodem 0.16"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "soundmodem"
| #define VERSION "0.16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LIBM 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_PTY_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_LINUX_PPDEV_H 1
| #define HAVE_LINUX_HIDRAW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LINUX_IF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LINUX_AX25_H 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_SIGNED_BITTYPES 1
| #define HAVE_UNSIGNED_BITTYPES 1
| #define RETSIGTYPE void
| #define HAVE_LIBASOUND 1
| #define HAVE_ALSA 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define PACKAGE_LOCALE_DIR "/usr/local//locale"
| #define PACKAGE_DATA_DIR "${datarootdir}/soundmodem"
| #define PACKAGE_SOURCE_DIR "/home/matt/src/soundmodem"
| #define HAVE_GTK_WIDGET_SET_TOOLTIP_TEXT 1
| #define HAVE_GTK_WIDGET_IS_DRAWABLE 1
| #define HAVE_GTK_WIDGET_GET_REALIZED 1
| #define HAVE_GTK_WIDGET_SET_REALIZED 1
| #define HAVE_GTK_WIDGET_SET_CAN_DEFAULT 1
| #define HAVE_GTK_WIDGET_SET_CAN_FOCUS 1
| #define HAVE_GTK_DIALOG_GET_ACTION_AREA 1
| #define HAVE_GTK_DIALOG_GET_CONTENT_AREA 1
| #define HAVE_GTK_WIDGET_GET_ALLOCATION 1
| #define HAVE_GTK_WIDGET_SET_ALLOCATION 1
| #define HAVE_GTK_WIDGET_GET_STATE 1
| #define HAVE_GTK_WIDGET_GET_WINDOW 1
| #define HAVE_GTK_WIDGET_SET_WINDOW 1
| #define HAVE_GTK_WIDGET_SET_HAS_WINDOW 1
| #define HAVE_GTK_WIDGET_STYLE_ATTACH 1
| #define HAVE_LIBUTIL 1
| #define HAVE_OPENPTY 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 rigerror ();
| int
| main ()
| {
| return rigerror ();
| ;
| return 0;
| }
configure:9630: result: no
configure:9644: checking for DirectX includes
configure:9658: gcc -c -g -O2 -Wall -O2 -I./directx/include -I./directx/include/directx6 conftest.c >&5
In file included from conftest.c:77:0:
./directx/include/directx.h:7:21: fatal error: windows.h: No such file or directory
compilation terminated.
configure:9658: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "soundmodem"
| #define PACKAGE_TARNAME "soundmodem"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "soundmodem 0.16"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "soundmodem"
| #define VERSION "0.16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LIBM 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_PTY_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_LINUX_PPDEV_H 1
| #define HAVE_LINUX_HIDRAW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LINUX_IF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LINUX_AX25_H 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_SIGNED_BITTYPES 1
| #define HAVE_UNSIGNED_BITTYPES 1
| #define RETSIGTYPE void
| #define HAVE_LIBASOUND 1
| #define HAVE_ALSA 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define PACKAGE_LOCALE_DIR "/usr/local//locale"
| #define PACKAGE_DATA_DIR "${datarootdir}/soundmodem"
| #define PACKAGE_SOURCE_DIR "/home/matt/src/soundmodem"
| #define HAVE_GTK_WIDGET_SET_TOOLTIP_TEXT 1
| #define HAVE_GTK_WIDGET_IS_DRAWABLE 1
| #define HAVE_GTK_WIDGET_GET_REALIZED 1
| #define HAVE_GTK_WIDGET_SET_REALIZED 1
| #define HAVE_GTK_WIDGET_SET_CAN_DEFAULT 1
| #define HAVE_GTK_WIDGET_SET_CAN_FOCUS 1
| #define HAVE_GTK_DIALOG_GET_ACTION_AREA 1
| #define HAVE_GTK_DIALOG_GET_CONTENT_AREA 1
| #define HAVE_GTK_WIDGET_GET_ALLOCATION 1
| #define HAVE_GTK_WIDGET_SET_ALLOCATION 1
| #define HAVE_GTK_WIDGET_GET_STATE 1
| #define HAVE_GTK_WIDGET_GET_WINDOW 1
| #define HAVE_GTK_WIDGET_SET_WINDOW 1
| #define HAVE_GTK_WIDGET_SET_HAS_WINDOW 1
| #define HAVE_GTK_WIDGET_STYLE_ATTACH 1
| #define HAVE_LIBUTIL 1
| #define HAVE_OPENPTY 1
| /* end confdefs.h. */
| #include <directx.h>
| int
| main ()
| {
| LPDIRECTSOUND dsplay; LPDIRECTSOUNDCAPTURE dsrec;
| ;
| return 0;
| }
configure:9664: result: no
configure:9668: checking for ifr_newname in struct ifreq
configure:9682: gcc -c -g -O2 -Wall -O2 conftest.c >&5
In file included from conftest.c:77:0:
/usr/include/linux/if.h:234:19: error: field 'ifru_addr' has incomplete type
struct sockaddr ifru_addr;
^
/usr/include/linux/if.h:235:19: error: field 'ifru_dstaddr' has incomplete type
struct sockaddr ifru_dstaddr;
^
/usr/include/linux/if.h:236:19: error: field 'ifru_broadaddr' has incomplete type
struct sockaddr ifru_broadaddr;
^
/usr/include/linux/if.h:237:19: error: field 'ifru_netmask' has incomplete type
struct sockaddr ifru_netmask;
^
/usr/include/linux/if.h:238:20: error: field 'ifru_hwaddr' has incomplete type
struct sockaddr ifru_hwaddr;
^
conftest.c: In function 'main':
conftest.c:81:14: warning: variable 'ifr' set but not used [-Wunused-but-set-variable]
struct ifreq ifr; ifr.ifr_newname[0]=0;
^
configure:9682: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "soundmodem"
| #define PACKAGE_TARNAME "soundmodem"
| #define PACKAGE_VERSION "0.16"
| #define PACKAGE_STRING "soundmodem 0.16"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "soundmodem"
| #define VERSION "0.16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LIBM 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TIME_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NET_IF_ARP_H 1
| #define HAVE_PTY_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_LINUX_PPDEV_H 1
| #define HAVE_LINUX_HIDRAW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LINUX_IF_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LINUX_AX25_H 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_OPENLOG 1
| #define HAVE_CLOSELOG 1
| #define HAVE_MLOCKALL 1
| #define HAVE_SIGNED_BITTYPES 1
| #define HAVE_UNSIGNED_BITTYPES 1
| #define RETSIGTYPE void
| #define HAVE_LIBASOUND 1
| #define HAVE_ALSA 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define PACKAGE_LOCALE_DIR "/usr/local//locale"
| #define PACKAGE_DATA_DIR "${datarootdir}/soundmodem"
| #define PACKAGE_SOURCE_DIR "/home/matt/src/soundmodem"
| #define HAVE_GTK_WIDGET_SET_TOOLTIP_TEXT 1
| #define HAVE_GTK_WIDGET_IS_DRAWABLE 1
| #define HAVE_GTK_WIDGET_GET_REALIZED 1
| #define HAVE_GTK_WIDGET_SET_REALIZED 1
| #define HAVE_GTK_WIDGET_SET_CAN_DEFAULT 1
| #define HAVE_GTK_WIDGET_SET_CAN_FOCUS 1
| #define HAVE_GTK_DIALOG_GET_ACTION_AREA 1
| #define HAVE_GTK_DIALOG_GET_CONTENT_AREA 1
| #define HAVE_GTK_WIDGET_GET_ALLOCATION 1
| #define HAVE_GTK_WIDGET_SET_ALLOCATION 1
| #define HAVE_GTK_WIDGET_GET_STATE 1
| #define HAVE_GTK_WIDGET_GET_WINDOW 1
| #define HAVE_GTK_WIDGET_SET_WINDOW 1
| #define HAVE_GTK_WIDGET_SET_HAS_WINDOW 1
| #define HAVE_GTK_WIDGET_STYLE_ATTACH 1
| #define HAVE_LIBUTIL 1
| #define HAVE_OPENPTY 1
| /* end confdefs.h. */
| #include <linux/if.h>
| int
| main ()
| {
| struct ifreq ifr; ifr.ifr_newname[0]=0;
| ;
| return 0;
| }
configure:9688: result: no
configure:9695: checking for vsnprintf
configure:9695: result: yes
configure:9713: checking for random
configure:9713: gcc -o conftest -g -O2 -Wall -O2 conftest.c >&5
configure:9713: $? = 0
configure:9713: result: yes
configure:9731: checking for MKISS (N_AX25 line discipline)
configure:9750: result: yes
configure:9968: checking that generated files are newer than configure
configure:9974: result: done
configure:10025: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by soundmodem config.status 0.16, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on darkstar
config.status:1012: creating Makefile
config.status:1012: creating po/Makefile.in
config.status:1012: creating directx/Makefile
config.status:1012: creating libmisc/Makefile
config.status:1012: creating matlib/Makefile
config.status:1012: creating afsk/Makefile
config.status:1012: creating fsk/Makefile
config.status:1012: creating pammodem/Makefile
config.status:1012: creating pskmodem/Makefile
config.status:1012: creating newqpsk/Makefile
config.status:1012: creating p3dmodem/Makefile
config.status:1012: creating soundcard/Makefile
config.status:1012: creating flexdrv/Makefile
config.status:1012: creating doc/Makefile
config.status:1012: creating configapp/Makefile
config.status:1012: creating configapp/src/Makefile
config.status:1012: creating config.h
config.status:1193: config.h is unchanged
config.status:1241: executing depfiles commands
config.status:1241: executing po-directories commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AUDIOFILE_CFLAGS_set=
ac_cv_env_AUDIOFILE_CFLAGS_value=
ac_cv_env_AUDIOFILE_LIBS_set=
ac_cv_env_AUDIOFILE_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=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_GTK_CFLAGS_set=
ac_cv_env_GTK_CFLAGS_value=
ac_cv_env_GTK_LIBS_set=
ac_cv_env_GTK_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_XML_CFLAGS_set=
ac_cv_env_XML_CFLAGS_value=
ac_cv_env_XML_LIBS_set=
ac_cv_env_XML_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_alloca_works=yes
ac_cv_func_closelog=yes
ac_cv_func_getopt_long=yes
ac_cv_func_gtk_dialog_get_action_area=yes
ac_cv_func_gtk_dialog_get_content_area=yes
ac_cv_func_gtk_widget_get_allocation=yes
ac_cv_func_gtk_widget_get_realized=yes
ac_cv_func_gtk_widget_get_state=yes
ac_cv_func_gtk_widget_get_window=yes
ac_cv_func_gtk_widget_is_drawable=yes
ac_cv_func_gtk_widget_set_allocation=yes
ac_cv_func_gtk_widget_set_can_default=yes
ac_cv_func_gtk_widget_set_can_focus=yes
ac_cv_func_gtk_widget_set_has_window=yes
ac_cv_func_gtk_widget_set_realized=yes
ac_cv_func_gtk_widget_set_tooltip_text=yes
ac_cv_func_gtk_widget_set_window=yes
ac_cv_func_gtk_widget_style_attach=yes
ac_cv_func_mlockall=yes
ac_cv_func_openlog=yes
ac_cv_func_openpty=yes
ac_cv_func_random=yes
ac_cv_func_snprintf=yes
ac_cv_func_syslog=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_vsyslog=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_linux_ax25_h=yes
ac_cv_header_linux_hidraw_h=yes
ac_cv_header_linux_if_h=yes
ac_cv_header_linux_ppdev_h=yes
ac_cv_header_linux_sockios_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_net_if_arp_h=yes
ac_cv_header_pty_h=yes
ac_cv_header_sched_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_stropts_h=yes
ac_cv_header_sys_audioio_h=no
ac_cv_header_sys_conf_h=no
ac_cv_header_sys_ioccom_h=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_soundcard_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_asound_snd_ctl_open=yes
ac_cv_lib_hamlib_rigerror=no
ac_cv_lib_m_sqrt=yes
ac_cv_lib_posix4_sched_setscheduler=no
ac_cv_lib_pthread32_pthread_create=no
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_util_openpty=yes
ac_cv_lib_uuid_GUID_NULL=no
ac_cv_objext=o
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_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/ginstall -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AR=ar
ac_cv_prog_AS=as
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_DLLTOOL=dlltool
ac_cv_prog_LD=ld
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_WINDRES=windres
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_make_make_set=yes
ac_cv_search_strerror='none required'
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=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=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
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
pkg_cv_AUDIOFILE_CFLAGS=
pkg_cv_AUDIOFILE_LIBS=-laudiofile
pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include'
pkg_cv_GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype'
pkg_cv_XML_CFLAGS=-I/usr/include/libxml2
pkg_cv_XML_LIBS=-lxml2
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='aclocal-1.15'
ALLOCA=''
ALSA_CFLAGS=''
ALSA_LIBS=' -lasound -lm -ldl -lpthread'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AS='as'
AUDIOFILE_CFLAGS=''
AUDIOFILE_LIBS='-laudiofile'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='automake-1.15'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall -O2'
CPP='gcc -E'
CPPFLAGS=''
CROSSCOMP_FALSE=''
CROSSCOMP_TRUE='#'
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -Wall -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DIRECTX_FALSE=''
DIRECTX_TRUE='#'
DLLTOOL='dlltool'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GETTEXT_MACRO_VERSION='0.18'
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GREP='/usr/bin/grep'
GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include'
GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype'
HAVE_ALSA=''
HAVE_BITTYPES=''
HAVE_DIRECTX=''
HAVE_IFRNEWNAME=''
HAVE_MKISS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LD='ld'
LDFLAGS=''
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS='-lasound -lm -ldl -lpthread -lm'
LIBTHREAD=' -lpthread -lutil '
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
M_PI=''
OBJEXT='o'
PACKAGE='soundmodem'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='soundmodem'
PACKAGE_STRING='soundmodem 0.16'
PACKAGE_TARNAME='soundmodem'
PACKAGE_URL=''
PACKAGE_VERSION='0.16'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig'
POSUB='po'
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
USEMMX=''
USEMMX_FALSE=''
USEMMX_TRUE='#'
USEVIS=''
USEVIS_FALSE=''
USEVIS_TRUE='#'
USE_NLS='yes'
VERSION='0.16'
WIN32=''
WIN32_FALSE=''
WIN32_TRUE='#'
WINDRES='windres'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
XML_CFLAGS='-I/usr/include/libxml2'
XML_LIBS='-lxml2'
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-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/matt/src/soundmodem/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "soundmodem"
#define PACKAGE_TARNAME "soundmodem"
#define PACKAGE_VERSION "0.16"
#define PACKAGE_STRING "soundmodem 0.16"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "soundmodem"
#define VERSION "0.16"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_LIBM 1
#define HAVE_GETOPT_LONG 1
#define HAVE_STROPTS_H 1
#define HAVE_SYS_SOUNDCARD_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_TIME_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_NET_IF_ARP_H 1
#define HAVE_PTY_H 1
#define HAVE_GETOPT_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_SCHED_H 1
#define HAVE_LINUX_SOCKIOS_H 1
#define HAVE_LINUX_PPDEV_H 1
#define HAVE_LINUX_HIDRAW_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_LINUX_IF_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_LINUX_AX25_H 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_SYSLOG 1
#define HAVE_VSYSLOG 1
#define HAVE_OPENLOG 1
#define HAVE_CLOSELOG 1
#define HAVE_MLOCKALL 1
#define HAVE_SIGNED_BITTYPES 1
#define HAVE_UNSIGNED_BITTYPES 1
#define RETSIGTYPE void
#define HAVE_LIBASOUND 1
#define HAVE_ALSA 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define PACKAGE_LOCALE_DIR "/usr/local//locale"
#define PACKAGE_DATA_DIR "${datarootdir}/soundmodem"
#define PACKAGE_SOURCE_DIR "/home/matt/src/soundmodem"
#define HAVE_GTK_WIDGET_SET_TOOLTIP_TEXT 1
#define HAVE_GTK_WIDGET_IS_DRAWABLE 1
#define HAVE_GTK_WIDGET_GET_REALIZED 1
#define HAVE_GTK_WIDGET_SET_REALIZED 1
#define HAVE_GTK_WIDGET_SET_CAN_DEFAULT 1
#define HAVE_GTK_WIDGET_SET_CAN_FOCUS 1
#define HAVE_GTK_DIALOG_GET_ACTION_AREA 1
#define HAVE_GTK_DIALOG_GET_CONTENT_AREA 1
#define HAVE_GTK_WIDGET_GET_ALLOCATION 1
#define HAVE_GTK_WIDGET_SET_ALLOCATION 1
#define HAVE_GTK_WIDGET_GET_STATE 1
#define HAVE_GTK_WIDGET_GET_WINDOW 1
#define HAVE_GTK_WIDGET_SET_WINDOW 1
#define HAVE_GTK_WIDGET_SET_HAS_WINDOW 1
#define HAVE_GTK_WIDGET_STYLE_ATTACH 1
#define HAVE_LIBUTIL 1
#define HAVE_OPENPTY 1
#define HAVE_VSNPRINTF 1
#define HAVE_RANDOM 1
#define HAVE_MKISS 1
configure: exit 0