Skip to content

Instantly share code, notes, and snippets.

@sudden6
Created March 20, 2014 23:04
Show Gist options
  • Save sudden6/9675944 to your computer and use it in GitHub Desktop.
Save sudden6/9675944 to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by toxic configure 0.3.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = linux-lc4s.site
uname -m = x86_64
uname -r = 3.11.10-7-desktop
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Feb 3 09:41:24 UTC 2014 (750023e)
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/lib64/mpi/gcc/openmpi/bin
PATH: /home/christoph/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /opt/kde3/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2248: loading site script /usr/share/site/x86_64-unknown-linux-gnu
| #!/bin/sh
| # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
|
| # If user did not specify libdir, guess the correct target:
| # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
| if test "$libdir" = '${exec_prefix}/lib' ; then
|
| ac_config_site_64bit_host=NONE
|
| case "$host" in
| "" )
| # User did not specify host target.
| # The native platform x86_64 is a bi-arch platform.
| # Try to detect cross-compilation to inferior architecture.
|
| # We are trying to guess 32-bit target compilation. It's not as easy as
| # it sounds, as there is possible several intermediate combinations.
| ac_config_site_cross_to_32bit_host=NONE
|
| # User defined -m32 in CFLAGS or CXXFLAGS:
| # (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
| case "$CFLAGS" in
| *-m32*)
| ac_config_site_cross_to_32bit_host=YES
| ;;
| esac
| case "$CXXFLAGS" in
| *-m32*)
| ac_config_site_cross_to_32bit_host=YES
| ;;
| esac
|
| # Running with linux32:
| # (Changes detected platform, but not the toolchain target.)
| case "`/bin/uname -i`" in
| x86_64 | ppc64 | s390x )
| ;;
| * )
| ac_config_site_cross_to_32bit_host=YES
| ;;
| esac
|
| if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
| ac_config_site_64bit_host=YES
| fi
|
| ;;
| *x86_64* | *ppc64* | *s390x* )
| ac_config_site_64bit_host=YES
| ;;
| esac
|
| if test "x$ac_config_site_64bit_host" = xYES; then
| libdir='${exec_prefix}/lib64'
| fi
| fi
|
| # If user did not specify libexecdir, set the correct target:
| # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
|
| if test "$libexecdir" = '${exec_prefix}/libexec' ; then
| libexecdir='${exec_prefix}/lib'
| fi
|
| # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
| if test "x$prefix" != xNONE; then
| ac_site_file1=$prefix/share/config.site
| ac_site_file2=$prefix/etc/config.site
| else
| ac_site_file1=$ac_default_prefix/share/config.site
| ac_site_file2=$ac_default_prefix/etc/config.site
| fi
| for ac_site_file in "$ac_site_file1" "$ac_site_file2"
| do
| test "x$ac_site_file" = xNONE && continue
| if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
| { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
| sed 's/^/| /' "$ac_site_file" >&5
| . "$ac_site_file" \
| || { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
| as_fn_error $? "failed to load site script $ac_site_file
| See \`config.log' for more details" "$LINENO" 5; }
| fi
| done
configure:2392: checking for a BSD-compatible install
configure:2460: result: /usr/bin/install -c
configure:2471: checking whether build environment is sane
configure:2526: result: yes
configure:2677: checking for a thread-safe mkdir -p
configure:2716: result: /usr/bin/mkdir -p
configure:2723: checking for gawk
configure:2739: found /usr/bin/gawk
configure:2750: result: gawk
configure:2761: checking whether make sets $(MAKE)
configure:2783: result: yes
configure:2812: checking whether make supports nested variables
configure:2829: result: yes
configure:2924: checking whether make supports nested variables
configure:2941: result: yes
configure:3038: checking build system type
configure:3052: result: x86_64-suse-linux-gnu
configure:3072: checking host system type
configure:3085: result: x86_64-suse-linux-gnu
configure:3165: checking for gcc
configure:3181: found /usr/bin/gcc
configure:3192: result: gcc
configure:3421: checking for C compiler version
configure:3430: gcc --version >&5
gcc (SUSE Linux) 4.8.1 20130909 [gcc-4_8-branch revision 202388]
Copyright (C) 2013 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:3441: $? = 0
configure:3430: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapper
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.8 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux
Thread model: posix
gcc version 4.8.1 20130909 [gcc-4_8-branch revision 202388] (SUSE Linux)
configure:3441: $? = 0
configure:3430: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3441: $? = 1
configure:3430: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3441: $? = 1
configure:3461: checking whether the C compiler works
configure:3483: gcc conftest.c >&5
configure:3487: $? = 0
configure:3535: result: yes
configure:3538: checking for C compiler default output file name
configure:3540: result: a.out
configure:3546: checking for suffix of executables
configure:3553: gcc -o conftest conftest.c >&5
configure:3557: $? = 0
configure:3579: result:
configure:3601: checking whether we are cross compiling
configure:3609: gcc -o conftest conftest.c >&5
configure:3613: $? = 0
configure:3620: ./conftest
configure:3624: $? = 0
configure:3639: result: no
configure:3644: checking for suffix of object files
configure:3666: gcc -c conftest.c >&5
configure:3670: $? = 0
configure:3691: result: o
configure:3695: checking whether we are using the GNU C compiler
configure:3714: gcc -c conftest.c >&5
configure:3714: $? = 0
configure:3723: result: yes
configure:3732: checking whether gcc accepts -g
configure:3752: gcc -c -g conftest.c >&5
configure:3752: $? = 0
configure:3793: result: yes
configure:3810: checking for gcc option to accept ISO C89
configure:3873: gcc -c -g -O2 conftest.c >&5
configure:3873: $? = 0
configure:3886: result: none needed
configure:3917: checking for style of include used by make
configure:3945: result: GNU
configure:3971: checking dependency style of gcc
configure:4082: result: gcc3
configure:4098: checking whether gcc and cc understand -c and -o together
configure:4129: gcc -c conftest.c -o conftest2.o >&5
configure:4133: $? = 0
configure:4139: gcc -c conftest.c -o conftest2.o >&5
configure:4143: $? = 0
configure:4154: cc -c conftest.c >&5
configure:4158: $? = 0
configure:4166: cc -c conftest.c -o conftest2.o >&5
configure:4170: $? = 0
configure:4176: cc -c conftest.c -o conftest2.o >&5
configure:4180: $? = 0
configure:4198: result: yes
configure:4230: checking how to run the C preprocessor
configure:4261: gcc -E conftest.c
configure:4261: $? = 0
configure:4275: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:4275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "toxic"
| #define PACKAGE_TARNAME "toxic"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "toxic 0.3.1"
| #define PACKAGE_BUGREPORT "https://tox.im/"
| #define PACKAGE_URL ""
| #define PACKAGE "toxic"
| #define VERSION "0.3.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4300: result: gcc -E
configure:4320: gcc -E conftest.c
configure:4320: $? = 0
configure:4334: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:4334: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "toxic"
| #define PACKAGE_TARNAME "toxic"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "toxic 0.3.1"
| #define PACKAGE_BUGREPORT "https://tox.im/"
| #define PACKAGE_URL ""
| #define PACKAGE "toxic"
| #define VERSION "0.3.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4363: checking for grep that handles long lines and -e
configure:4421: result: /usr/bin/grep
configure:4426: checking for egrep
configure:4488: result: /usr/bin/grep -E
configure:4493: checking for ANSI C header files
configure:4513: gcc -c -g -O2 conftest.c >&5
configure:4513: $? = 0
configure:4586: gcc -o conftest -g -O2 conftest.c >&5
configure:4586: $? = 0
configure:4586: ./conftest
configure:4586: $? = 0
configure:4597: result: yes
configure:4610: checking for sys/types.h
configure:4610: gcc -c -g -O2 conftest.c >&5
configure:4610: $? = 0
configure:4610: result: yes
configure:4610: checking for sys/stat.h
configure:4610: gcc -c -g -O2 conftest.c >&5
configure:4610: $? = 0
configure:4610: result: yes
configure:4610: checking for stdlib.h
configure:4610: gcc -c -g -O2 conftest.c >&5
configure:4610: $? = 0
configure:4610: result: yes
configure:4610: checking for string.h
configure:4610: gcc -c -g -O2 conftest.c >&5
configure:4610: $? = 0
configure:4610: result: yes
configure:4610: checking for memory.h
configure:4610: gcc -c -g -O2 conftest.c >&5
configure:4610: $? = 0
configure:4610: result: yes
configure:4610: checking for strings.h
configure:4610: gcc -c -g -O2 conftest.c >&5
configure:4610: $? = 0
configure:4610: result: yes
configure:4610: checking for inttypes.h
configure:4610: gcc -c -g -O2 conftest.c >&5
configure:4610: $? = 0
configure:4610: result: yes
configure:4610: checking for stdint.h
configure:4610: gcc -c -g -O2 conftest.c >&5
configure:4610: $? = 0
configure:4610: result: yes
configure:4610: checking for unistd.h
configure:4610: gcc -c -g -O2 conftest.c >&5
configure:4610: $? = 0
configure:4610: result: yes
configure:4625: checking limits.h usability
configure:4625: gcc -c -g -O2 conftest.c >&5
configure:4625: $? = 0
configure:4625: result: yes
configure:4625: checking limits.h presence
configure:4625: gcc -E conftest.c
configure:4625: $? = 0
configure:4625: result: yes
configure:4625: checking for limits.h
configure:4625: result: yes
configure:4625: checking locale.h usability
configure:4625: gcc -c -g -O2 conftest.c >&5
configure:4625: $? = 0
configure:4625: result: yes
configure:4625: checking locale.h presence
configure:4625: gcc -E conftest.c
configure:4625: $? = 0
configure:4625: result: yes
configure:4625: checking for locale.h
configure:4625: result: yes
configure:4625: checking for stdint.h
configure:4625: result: yes
configure:4625: checking for stdlib.h
configure:4625: result: yes
configure:4625: checking for string.h
configure:4625: result: yes
configure:4625: checking for unistd.h
configure:4625: result: yes
configure:4625: checking wchar.h usability
configure:4625: gcc -c -g -O2 conftest.c >&5
configure:4625: $? = 0
configure:4625: result: yes
configure:4625: checking wchar.h presence
configure:4625: gcc -E conftest.c
configure:4625: $? = 0
configure:4625: result: yes
configure:4625: checking for wchar.h
configure:4625: result: yes
configure:4625: checking wctype.h usability
configure:4625: gcc -c -g -O2 conftest.c >&5
configure:4625: $? = 0
configure:4625: result: yes
configure:4625: checking wctype.h presence
configure:4625: gcc -E conftest.c
configure:4625: $? = 0
configure:4625: result: yes
configure:4625: checking for wctype.h
configure:4625: result: yes
configure:4639: checking for stdbool.h that conforms to C99
configure:4706: gcc -c -g -O2 conftest.c >&5
configure:4706: $? = 0
configure:4713: result: yes
configure:4715: checking for _Bool
configure:4715: gcc -c -g -O2 conftest.c >&5
configure:4715: $? = 0
configure:4715: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:65:20: error: expected expression before ')' token
if (sizeof ((_Bool)))
^
configure:4715: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "toxic"
| #define PACKAGE_TARNAME "toxic"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "toxic 0.3.1"
| #define PACKAGE_BUGREPORT "https://tox.im/"
| #define PACKAGE_URL ""
| #define PACKAGE "toxic"
| #define VERSION "0.3.1"
| #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_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_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:4715: result: yes
configure:4732: checking for size_t
configure:4732: gcc -c -g -O2 conftest.c >&5
configure:4732: $? = 0
configure:4732: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:67:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:4732: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "toxic"
| #define PACKAGE_TARNAME "toxic"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "toxic 0.3.1"
| #define PACKAGE_BUGREPORT "https://tox.im/"
| #define PACKAGE_URL ""
| #define PACKAGE "toxic"
| #define VERSION "0.3.1"
| #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_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE__BOOL 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
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:4732: result: yes
configure:4743: checking for uint16_t
configure:4743: gcc -c -g -O2 conftest.c >&5
configure:4743: $? = 0
configure:4743: result: yes
configure:4755: checking for uint32_t
configure:4755: gcc -c -g -O2 conftest.c >&5
configure:4755: $? = 0
configure:4755: result: yes
configure:4769: checking for uint64_t
configure:4769: gcc -c -g -O2 conftest.c >&5
configure:4769: $? = 0
configure:4769: result: yes
configure:4783: checking for uint8_t
configure:4783: gcc -c -g -O2 conftest.c >&5
configure:4783: $? = 0
configure:4783: result: yes
configure:4801: checking for stdlib.h
configure:4801: result: yes
configure:4811: checking for GNU libc compatible malloc
configure:4835: gcc -o conftest -g -O2 conftest.c >&5
configure:4835: $? = 0
configure:4835: ./conftest
configure:4835: $? = 0
configure:4845: result: yes
configure:4869: checking for iswprint
configure:4869: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:56:6: warning: conflicting types for built-in function 'iswprint' [enabled by default]
char iswprint ();
^
configure:4869: $? = 0
configure:4869: result: yes
configure:4869: checking for memmove
configure:4869: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:57:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
char memmove ();
^
configure:4869: $? = 0
configure:4869: result: yes
configure:4869: checking for memset
configure:4869: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:58:6: warning: conflicting types for built-in function 'memset' [enabled by default]
char memset ();
^
configure:4869: $? = 0
configure:4869: result: yes
configure:4869: checking for mkdir
configure:4869: gcc -o conftest -g -O2 conftest.c >&5
configure:4869: $? = 0
configure:4869: result: yes
configure:4869: checking for setlocale
configure:4869: gcc -o conftest -g -O2 conftest.c >&5
configure:4869: $? = 0
configure:4869: result: yes
configure:4869: checking for strchr
configure:4869: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:61:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
char strchr ();
^
configure:4869: $? = 0
configure:4869: result: yes
configure:4869: checking for strdup
configure:4869: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:62:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
char strdup ();
^
configure:4869: $? = 0
configure:4869: result: yes
configure:5049: checking for the pthreads library -lpthreads
configure:5087: gcc -o conftest -g -O2 conftest.c -lpthreads >&5
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
configure:5087: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "toxic"
| #define PACKAGE_TARNAME "toxic"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "toxic 0.3.1"
| #define PACKAGE_BUGREPORT "https://tox.im/"
| #define PACKAGE_URL ""
| #define PACKAGE "toxic"
| #define VERSION "0.3.1"
| #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_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:5096: result: no
configure:4994: checking whether pthreads work without any flags
configure:5087: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccveYk6J.o: In function `main':
/home/christoph/build/tox/toxic/conftest.c:47: undefined reference to `pthread_create'
/home/christoph/build/tox/toxic/conftest.c:48: undefined reference to `pthread_join'
/home/christoph/build/tox/toxic/conftest.c:50: undefined reference to `__pthread_register_cancel'
/home/christoph/build/tox/toxic/conftest.c:51: undefined reference to `__pthread_unregister_cancel'
collect2: error: ld returned 1 exit status
configure:5087: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "toxic"
| #define PACKAGE_TARNAME "toxic"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "toxic 0.3.1"
| #define PACKAGE_BUGREPORT "https://tox.im/"
| #define PACKAGE_URL ""
| #define PACKAGE "toxic"
| #define VERSION "0.3.1"
| #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_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:5096: result: no
configure:4999: checking whether pthreads work with -Kthread
configure:5087: gcc -o conftest -g -O2 -Kthread conftest.c >&5
gcc: error: unrecognized command line option '-Kthread'
configure:5087: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "toxic"
| #define PACKAGE_TARNAME "toxic"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "toxic 0.3.1"
| #define PACKAGE_BUGREPORT "https://tox.im/"
| #define PACKAGE_URL ""
| #define PACKAGE "toxic"
| #define VERSION "0.3.1"
| #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_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:5096: result: no
configure:4999: checking whether pthreads work with -kthread
configure:5087: gcc -o conftest -g -O2 -kthread conftest.c >&5
gcc: error: unrecognized command line option '-kthread'
configure:5087: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "toxic"
| #define PACKAGE_TARNAME "toxic"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "toxic 0.3.1"
| #define PACKAGE_BUGREPORT "https://tox.im/"
| #define PACKAGE_URL ""
| #define PACKAGE "toxic"
| #define VERSION "0.3.1"
| #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_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:5096: result: no
configure:5049: checking for the pthreads library -llthread
configure:5087: gcc -o conftest -g -O2 conftest.c -llthread >&5
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -llthread
collect2: error: ld returned 1 exit status
configure:5087: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "toxic"
| #define PACKAGE_TARNAME "toxic"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "toxic 0.3.1"
| #define PACKAGE_BUGREPORT "https://tox.im/"
| #define PACKAGE_URL ""
| #define PACKAGE "toxic"
| #define VERSION "0.3.1"
| #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_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:5096: result: no
configure:4999: checking whether pthreads work with -pthread
configure:5087: gcc -o conftest -g -O2 -pthread conftest.c >&5
configure:5087: $? = 0
configure:5096: result: yes
configure:5115: checking for joinable pthread attribute
configure:5130: gcc -o conftest -g -O2 -pthread conftest.c >&5
configure:5130: $? = 0
configure:5136: result: PTHREAD_CREATE_JOINABLE
configure:5146: checking if more special flags are required for pthreads
configure:5160: result: no
configure:5166: checking for PTHREAD_PRIO_INHERIT
configure:5184: gcc -o conftest -g -O2 -pthread conftest.c >&5
configure:5184: $? = 0
configure:5193: result: yes
configure:5348: checking for pkg-config
configure:5366: found /usr/bin/pkg-config
configure:5378: result: /usr/bin/pkg-config
configure:5403: checking pkg-config is at least version 0.9.0
configure:5406: result: yes
configure:5419: checking for NCURSES
configure:5426: $PKG_CONFIG --exists --print-errors "ncursesw"
Package ncursesw was not found in the pkg-config search path.
Perhaps you should add the directory containing `ncursesw.pc'
to the PKG_CONFIG_PATH environment variable
No package 'ncursesw' found
configure:5429: $? = 1
configure:5443: $PKG_CONFIG --exists --print-errors "ncursesw"
Package ncursesw was not found in the pkg-config search path.
Perhaps you should add the directory containing `ncursesw.pc'
to the PKG_CONFIG_PATH environment variable
No package 'ncursesw' found
configure:5446: $? = 1
configure:5460: result: no
No package 'ncursesw' found
configure:5480: checking for NCURSES
configure:5487: $PKG_CONFIG --exists --print-errors "ncurses"
Package ncurses was not found in the pkg-config search path.
Perhaps you should add the directory containing `ncurses.pc'
to the PKG_CONFIG_PATH environment variable
No package 'ncurses' found
configure:5490: $? = 1
configure:5504: $PKG_CONFIG --exists --print-errors "ncurses"
Package ncurses was not found in the pkg-config search path.
Perhaps you should add the directory containing `ncurses.pc'
to the PKG_CONFIG_PATH environment variable
No package 'ncurses' found
configure:5507: $? = 1
configure:5521: result: no
No package 'ncurses' found
configure:5538: WARNING: No package 'ncurses' found
configure:5662: checking for ncursesw5-config
configure:5680: found /usr/bin/ncursesw5-config
configure:5693: result: /usr/bin/ncursesw5-config
configure:5702: checking ncurses cflags
configure:5705: result: -I/usr/include/ncursesw
configure:5708: checking ncurses libraries
configure:5711: result: -lncursesw -ltinfo
configure:6224: checking for LIBTOXCORE
configure:6231: $PKG_CONFIG --exists --print-errors "libtoxcore"
configure:6234: $? = 0
configure:6248: $PKG_CONFIG --exists --print-errors "libtoxcore"
configure:6251: $? = 0
configure:6295: result: yes
configure:6612: checking for OPENAL
configure:6619: $PKG_CONFIG --exists --print-errors "openal"
configure:6622: $? = 0
configure:6636: $PKG_CONFIG --exists --print-errors "openal"
configure:6639: $? = 0
configure:6685: result: yes
configure:6692: checking for LIBTOXAV
configure:6699: $PKG_CONFIG --exists --print-errors "libtoxav"
configure:6702: $? = 0
configure:6716: $PKG_CONFIG --exists --print-errors "libtoxav"
configure:6719: $? = 0
configure:6765: result: yes
configure:6768: checking tox/toxav.h usability
configure:6768: gcc -c -g -O2 conftest.c >&5
configure:6768: $? = 0
configure:6768: result: yes
configure:6768: checking tox/toxav.h presence
configure:6768: gcc -E conftest.c
configure:6768: $? = 0
configure:6768: result: yes
configure:6768: checking for tox/toxav.h
configure:6768: result: yes
configure:6775: Building with audio support
configure:6806: checking for git
configure:6824: found /usr/bin/git
configure:6837: result: /usr/bin/git
configure:6980: checking that generated files are newer than configure
configure:6986: result: done
configure:7013: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by toxic config.status 0.3.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on linux-lc4s.site
config.status:911: creating Makefile
config.status:911: creating misc/Makefile
config.status:911: creating build/Makefile
config.status:911: creating config.h
config.status:1092: config.h is unchanged
config.status:1140: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-suse-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
ac_cv_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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBTOXAV_CFLAGS_set=
ac_cv_env_LIBTOXAV_CFLAGS_value=
ac_cv_env_LIBTOXAV_LIBS_set=
ac_cv_env_LIBTOXAV_LIBS_value=
ac_cv_env_LIBTOXCORE_CFLAGS_set=
ac_cv_env_LIBTOXCORE_CFLAGS_value=
ac_cv_env_LIBTOXCORE_LIBS_set=
ac_cv_env_LIBTOXCORE_LIBS_value=
ac_cv_env_NCURSES_CFLAGS_set=
ac_cv_env_NCURSES_CFLAGS_value=
ac_cv_env_NCURSES_LIBS_set=
ac_cv_env_NCURSES_LIBS_value=
ac_cv_env_OPENAL_CFLAGS_set=
ac_cv_env_OPENAL_CFLAGS_value=
ac_cv_env_OPENAL_LIBS_set=
ac_cv_env_OPENAL_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_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_iswprint=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_mkdir=yes
ac_cv_func_setlocale=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_tox_toxav_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_host=x86_64-suse-linux-gnu
ac_cv_objext=o
ac_cv_path_CURSES_CONFIG=/usr/bin/ncursesw5-config
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GIT=/usr/bin/git
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
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_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_make_make_set=yes
ac_cv_type__Bool=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
ax_cv_PTHREAD_PRIO_INHERIT=yes
pkg_cv_LIBTOXAV_CFLAGS='-I/usr/local/include '
pkg_cv_LIBTOXAV_LIBS='-L/usr/local/lib64 -ltoxav -lopus -lvpx -lm -pthread '
pkg_cv_LIBTOXCORE_CFLAGS='-I/usr/local/include '
pkg_cv_LIBTOXCORE_LIBS='-L/usr/local/lib64 -ltoxcore -lsodium '
pkg_cv_OPENAL_CFLAGS='-I/usr/include/AL '
pkg_cv_OPENAL_LIBS='-lopenal '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/christoph/build/tox/toxic/configure_aux/missing aclocal-1.13'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AUTOCONF='${SHELL} /home/christoph/build/tox/toxic/configure_aux/missing autoconf'
AUTOHEADER='${SHELL} /home/christoph/build/tox/toxic/configure_aux/missing autoheader'
AUTOMAKE='${SHELL} /home/christoph/build/tox/toxic/configure_aux/missing automake-1.13'
AWK='gawk'
BUILD_AV_FALSE='#'
BUILD_AV_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CURSES_CONFIG='/usr/bin/ncursesw5-config'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GIT='/usr/bin/git'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBSODIUM_LDFLAGS=''
LIBSODIUM_LIBS=''
LIBTOXAV_CFLAGS='-I/usr/local/include '
LIBTOXAV_LIBS='-L/usr/local/lib64 -ltoxav -lopus -lvpx -lm -pthread '
LIBTOXCORE_CFLAGS='-I/usr/local/include '
LIBTOXCORE_LDFLAGS=''
LIBTOXCORE_LIBS='-L/usr/local/lib64 -ltoxcore -lsodium '
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/christoph/build/tox/toxic/configure_aux/missing makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
NCURSES_CFLAGS='-I/usr/include/ncursesw'
NCURSES_LIBS='-lncursesw -ltinfo'
OBJEXT='o'
OPENAL_CFLAGS='-I/usr/include/AL '
OPENAL_LIBS='-lopenal '
PACKAGE='toxic'
PACKAGE_BUGREPORT='https://tox.im/'
PACKAGE_NAME='toxic'
PACKAGE_STRING='toxic 0.3.1'
PACKAGE_TARNAME='toxic'
PACKAGE_URL=''
PACKAGE_VERSION='0.3.1'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=':/usr/local/lib/pkgconfig'
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TOXIC_VERSION='0.3.1_r773'
VERSION='0.3.1'
WINSOCK2_LIBS=''
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_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 -'
ax_pthread_config=''
bindir='${exec_prefix}/bin'
build='x86_64-suse-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='suse'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-suse-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='suse'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/christoph/build/tox/toxic/configure_aux/install-sh'
libdir='${exec_prefix}/lib64'
libexecdir='${exec_prefix}/lib'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(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_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "toxic"
#define PACKAGE_TARNAME "toxic"
#define PACKAGE_VERSION "0.3.1"
#define PACKAGE_STRING "toxic 0.3.1"
#define PACKAGE_BUGREPORT "https://tox.im/"
#define PACKAGE_URL ""
#define PACKAGE "toxic"
#define VERSION "0.3.1"
#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_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define HAVE_WCTYPE_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_ISWPRINT 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMSET 1
#define HAVE_MKDIR 1
#define HAVE_SETLOCALE 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_PTHREAD_PRIO_INHERIT 1
#define HAVE_PTHREAD 1
#define _SUPPORT_AUDIO /**/
#define PACKAGE_DATADIR "/usr/local/share/toxic"
#define HAVE_WIDECHAR 1
#define _XOPEN_SOURCE_EXTENDED 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment