Created
April 21, 2014 23:31
-
-
Save thedod/11160112 to your computer and use it in GitHub Desktop.
Ignore me :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.3, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
$ ./configure --enable-av | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = puifai | |
uname -m = i686 | |
uname -r = 3.2.0-60-generic-pae | |
uname -s = Linux | |
uname -v = #91-Ubuntu SMP Wed Feb 19 04:14:56 UTC 2014 | |
/usr/bin/uname -p = unknown | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = unknown | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: ~/bin | |
PATH: /usr/lib/lightdm/lightdm | |
PATH: /usr/local/sbin | |
PATH: /usr/local/bin | |
PATH: /usr/sbin | |
PATH: /usr/bin | |
PATH: /sbin | |
PATH: /bin | |
PATH: /usr/games | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2373: checking for a BSD-compatible install | |
configure:2441: result: /usr/bin/install -c | |
configure:2452: checking whether build environment is sane | |
configure:2507: result: yes | |
configure:2658: checking for a thread-safe mkdir -p | |
configure:2697: result: /bin/mkdir -p | |
configure:2704: checking for gawk | |
configure:2720: found /usr/bin/gawk | |
configure:2731: result: gawk | |
configure:2742: checking whether make sets $(MAKE) | |
configure:2764: result: yes | |
configure:2793: checking whether make supports nested variables | |
configure:2810: result: yes | |
configure:2905: checking whether make supports nested variables | |
configure:2922: result: yes | |
configure:3019: checking build system type | |
configure:3033: result: i686-pc-linux-gnu | |
configure:3053: checking host system type | |
configure:3066: result: i686-pc-linux-gnu | |
configure:3146: checking for gcc | |
configure:3162: found /usr/bin/gcc | |
configure:3173: result: gcc | |
configure:3402: checking for C compiler version | |
configure:3411: gcc --version >&5 | |
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 | |
Copyright (C) 2011 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:3422: $? = 0 | |
configure:3411: gcc -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=gcc | |
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper | |
Target: i686-linux-gnu | |
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu | |
Thread model: posix | |
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) | |
configure:3422: $? = 0 | |
configure:3411: gcc -V >&5 | |
gcc: error: unrecognized option '-V' | |
gcc: fatal error: no input files | |
compilation terminated. | |
configure:3422: $? = 4 | |
configure:3411: gcc -qversion >&5 | |
gcc: error: unrecognized option '-qversion' | |
gcc: fatal error: no input files | |
compilation terminated. | |
configure:3422: $? = 4 | |
configure:3442: checking whether the C compiler works | |
configure:3464: gcc conftest.c >&5 | |
configure:3468: $? = 0 | |
configure:3516: result: yes | |
configure:3519: checking for C compiler default output file name | |
configure:3521: result: a.out | |
configure:3527: checking for suffix of executables | |
configure:3534: gcc -o conftest conftest.c >&5 | |
configure:3538: $? = 0 | |
configure:3560: result: | |
configure:3582: checking whether we are cross compiling | |
configure:3590: gcc -o conftest conftest.c >&5 | |
configure:3594: $? = 0 | |
configure:3601: ./conftest | |
configure:3605: $? = 0 | |
configure:3620: result: no | |
configure:3625: checking for suffix of object files | |
configure:3647: gcc -c conftest.c >&5 | |
configure:3651: $? = 0 | |
configure:3672: result: o | |
configure:3676: checking whether we are using the GNU C compiler | |
configure:3695: gcc -c conftest.c >&5 | |
configure:3695: $? = 0 | |
configure:3704: result: yes | |
configure:3713: checking whether gcc accepts -g | |
configure:3733: gcc -c -g conftest.c >&5 | |
configure:3733: $? = 0 | |
configure:3774: result: yes | |
configure:3791: checking for gcc option to accept ISO C89 | |
configure:3855: gcc -c -g -O2 conftest.c >&5 | |
configure:3855: $? = 0 | |
configure:3868: result: none needed | |
configure:3899: checking for style of include used by make | |
configure:3927: result: GNU | |
configure:3953: checking dependency style of gcc | |
configure:4064: result: gcc3 | |
configure:4080: checking whether gcc and cc understand -c and -o together | |
configure:4111: gcc -c conftest.c -o conftest2.o >&5 | |
configure:4115: $? = 0 | |
configure:4121: gcc -c conftest.c -o conftest2.o >&5 | |
configure:4125: $? = 0 | |
configure:4136: cc -c conftest.c >&5 | |
configure:4140: $? = 0 | |
configure:4148: cc -c conftest.c -o conftest2.o >&5 | |
configure:4152: $? = 0 | |
configure:4158: cc -c conftest.c -o conftest2.o >&5 | |
configure:4162: $? = 0 | |
configure:4180: result: yes | |
configure:4212: checking how to run the C preprocessor | |
configure:4243: gcc -E conftest.c | |
configure:4243: $? = 0 | |
configure:4257: gcc -E conftest.c | |
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | |
compilation terminated. | |
configure:4257: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "toxic" | |
| #define PACKAGE_TARNAME "toxic" | |
| #define PACKAGE_VERSION "0.3.3" | |
| #define PACKAGE_STRING "toxic 0.3.3" | |
| #define PACKAGE_BUGREPORT "https://tox.im/" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "toxic" | |
| #define VERSION "0.3.3" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4282: result: gcc -E | |
configure:4302: gcc -E conftest.c | |
configure:4302: $? = 0 | |
configure:4316: gcc -E conftest.c | |
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory | |
compilation terminated. | |
configure:4316: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "toxic" | |
| #define PACKAGE_TARNAME "toxic" | |
| #define PACKAGE_VERSION "0.3.3" | |
| #define PACKAGE_STRING "toxic 0.3.3" | |
| #define PACKAGE_BUGREPORT "https://tox.im/" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "toxic" | |
| #define VERSION "0.3.3" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4345: checking for grep that handles long lines and -e | |
configure:4403: result: /bin/grep | |
configure:4408: checking for egrep | |
configure:4470: result: /bin/grep -E | |
configure:4475: checking for ANSI C header files | |
configure:4495: gcc -c -g -O2 conftest.c >&5 | |
configure:4495: $? = 0 | |
configure:4568: gcc -o conftest -g -O2 conftest.c >&5 | |
configure:4568: $? = 0 | |
configure:4568: ./conftest | |
configure:4568: $? = 0 | |
configure:4579: result: yes | |
configure:4592: checking for sys/types.h | |
configure:4592: gcc -c -g -O2 conftest.c >&5 | |
configure:4592: $? = 0 | |
configure:4592: result: yes | |
configure:4592: checking for sys/stat.h | |
configure:4592: gcc -c -g -O2 conftest.c >&5 | |
configure:4592: $? = 0 | |
configure:4592: result: yes | |
configure:4592: checking for stdlib.h | |
configure:4592: gcc -c -g -O2 conftest.c >&5 | |
configure:4592: $? = 0 | |
configure:4592: result: yes | |
configure:4592: checking for string.h | |
configure:4592: gcc -c -g -O2 conftest.c >&5 | |
configure:4592: $? = 0 | |
configure:4592: result: yes | |
configure:4592: checking for memory.h | |
configure:4592: gcc -c -g -O2 conftest.c >&5 | |
configure:4592: $? = 0 | |
configure:4592: result: yes | |
configure:4592: checking for strings.h | |
configure:4592: gcc -c -g -O2 conftest.c >&5 | |
configure:4592: $? = 0 | |
configure:4592: result: yes | |
configure:4592: checking for inttypes.h | |
configure:4592: gcc -c -g -O2 conftest.c >&5 | |
configure:4592: $? = 0 | |
configure:4592: result: yes | |
configure:4592: checking for stdint.h | |
configure:4592: gcc -c -g -O2 conftest.c >&5 | |
configure:4592: $? = 0 | |
configure:4592: result: yes | |
configure:4592: checking for unistd.h | |
configure:4592: gcc -c -g -O2 conftest.c >&5 | |
configure:4592: $? = 0 | |
configure:4592: result: yes | |
configure:4607: checking limits.h usability | |
configure:4607: gcc -c -g -O2 conftest.c >&5 | |
configure:4607: $? = 0 | |
configure:4607: result: yes | |
configure:4607: checking limits.h presence | |
configure:4607: gcc -E conftest.c | |
configure:4607: $? = 0 | |
configure:4607: result: yes | |
configure:4607: checking for limits.h | |
configure:4607: result: yes | |
configure:4607: checking locale.h usability | |
configure:4607: gcc -c -g -O2 conftest.c >&5 | |
configure:4607: $? = 0 | |
configure:4607: result: yes | |
configure:4607: checking locale.h presence | |
configure:4607: gcc -E conftest.c | |
configure:4607: $? = 0 | |
configure:4607: result: yes | |
configure:4607: checking for locale.h | |
configure:4607: result: yes | |
configure:4607: checking for stdint.h | |
configure:4607: result: yes | |
configure:4607: checking for stdlib.h | |
configure:4607: result: yes | |
configure:4607: checking for string.h | |
configure:4607: result: yes | |
configure:4607: checking for unistd.h | |
configure:4607: result: yes | |
configure:4607: checking wchar.h usability | |
configure:4607: gcc -c -g -O2 conftest.c >&5 | |
configure:4607: $? = 0 | |
configure:4607: result: yes | |
configure:4607: checking wchar.h presence | |
configure:4607: gcc -E conftest.c | |
configure:4607: $? = 0 | |
configure:4607: result: yes | |
configure:4607: checking for wchar.h | |
configure:4607: result: yes | |
configure:4607: checking wctype.h usability | |
configure:4607: gcc -c -g -O2 conftest.c >&5 | |
configure:4607: $? = 0 | |
configure:4607: result: yes | |
configure:4607: checking wctype.h presence | |
configure:4607: gcc -E conftest.c | |
configure:4607: $? = 0 | |
configure:4607: result: yes | |
configure:4607: checking for wctype.h | |
configure:4607: result: yes | |
configure:4621: checking for stdbool.h that conforms to C99 | |
configure:4688: gcc -c -g -O2 conftest.c >&5 | |
configure:4688: $? = 0 | |
configure:4695: result: yes | |
configure:4697: checking for _Bool | |
configure:4697: gcc -c -g -O2 conftest.c >&5 | |
configure:4697: $? = 0 | |
configure:4697: gcc -c -g -O2 conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:65:20: error: expected expression before ')' token | |
configure:4697: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "toxic" | |
| #define PACKAGE_TARNAME "toxic" | |
| #define PACKAGE_VERSION "0.3.3" | |
| #define PACKAGE_STRING "toxic 0.3.3" | |
| #define PACKAGE_BUGREPORT "https://tox.im/" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "toxic" | |
| #define VERSION "0.3.3" | |
| #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:4697: result: yes | |
configure:4713: checking for size_t | |
configure:4713: gcc -c -g -O2 conftest.c >&5 | |
configure:4713: $? = 0 | |
configure:4713: gcc -c -g -O2 conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:67:21: error: expected expression before ')' token | |
configure:4713: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "toxic" | |
| #define PACKAGE_TARNAME "toxic" | |
| #define PACKAGE_VERSION "0.3.3" | |
| #define PACKAGE_STRING "toxic 0.3.3" | |
| #define PACKAGE_BUGREPORT "https://tox.im/" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "toxic" | |
| #define VERSION "0.3.3" | |
| #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:4713: result: yes | |
configure:4724: checking for uint16_t | |
configure:4724: gcc -c -g -O2 conftest.c >&5 | |
configure:4724: $? = 0 | |
configure:4724: result: yes | |
configure:4736: checking for uint32_t | |
configure:4736: gcc -c -g -O2 conftest.c >&5 | |
configure:4736: $? = 0 | |
configure:4736: result: yes | |
configure:4750: checking for uint64_t | |
configure:4750: gcc -c -g -O2 conftest.c >&5 | |
configure:4750: $? = 0 | |
configure:4750: result: yes | |
configure:4764: checking for uint8_t | |
configure:4764: gcc -c -g -O2 conftest.c >&5 | |
configure:4764: $? = 0 | |
configure:4764: result: yes | |
configure:4782: checking for stdlib.h | |
configure:4782: result: yes | |
configure:4792: checking for GNU libc compatible malloc | |
configure:4816: gcc -o conftest -g -O2 conftest.c >&5 | |
configure:4816: $? = 0 | |
configure:4816: ./conftest | |
configure:4816: $? = 0 | |
configure:4826: result: yes | |
configure:4850: checking for iswprint | |
configure:4850: gcc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:56:6: warning: conflicting types for built-in function 'iswprint' [enabled by default] | |
configure:4850: $? = 0 | |
configure:4850: result: yes | |
configure:4850: checking for memmove | |
configure:4850: gcc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:57:6: warning: conflicting types for built-in function 'memmove' [enabled by default] | |
configure:4850: $? = 0 | |
configure:4850: result: yes | |
configure:4850: checking for memset | |
configure:4850: gcc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:58:6: warning: conflicting types for built-in function 'memset' [enabled by default] | |
configure:4850: $? = 0 | |
configure:4850: result: yes | |
configure:4850: checking for mkdir | |
configure:4850: gcc -o conftest -g -O2 conftest.c >&5 | |
configure:4850: $? = 0 | |
configure:4850: result: yes | |
configure:4850: checking for setlocale | |
configure:4850: gcc -o conftest -g -O2 conftest.c >&5 | |
configure:4850: $? = 0 | |
configure:4850: result: yes | |
configure:4850: checking for strchr | |
configure:4850: gcc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:61:6: warning: conflicting types for built-in function 'strchr' [enabled by default] | |
configure:4850: $? = 0 | |
configure:4850: result: yes | |
configure:4850: checking for strdup | |
configure:4850: gcc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:62:6: warning: conflicting types for built-in function 'strdup' [enabled by default] | |
configure:4850: $? = 0 | |
configure:4850: result: yes | |
configure:5030: checking for the pthreads library -lpthreads | |
configure:5068: gcc -o conftest -g -O2 conftest.c -lpthreads >&5 | |
/usr/bin/ld: cannot find -lpthreads | |
collect2: ld returned 1 exit status | |
configure:5068: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "toxic" | |
| #define PACKAGE_TARNAME "toxic" | |
| #define PACKAGE_VERSION "0.3.3" | |
| #define PACKAGE_STRING "toxic 0.3.3" | |
| #define PACKAGE_BUGREPORT "https://tox.im/" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "toxic" | |
| #define VERSION "0.3.3" | |
| #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:5077: result: no | |
configure:4975: checking whether pthreads work without any flags | |
configure:5068: gcc -o conftest -g -O2 conftest.c >&5 | |
/tmp/ccIf3nJM.o: In function `main': | |
~/src/toxic/conftest.c:47: undefined reference to `pthread_create' | |
~/src/toxic/conftest.c:48: undefined reference to `pthread_join' | |
~/src/toxic/conftest.c:50: undefined reference to `__pthread_register_cancel' | |
~/src/toxic/conftest.c:51: undefined reference to `__pthread_unregister_cancel' | |
collect2: ld returned 1 exit status | |
configure:5068: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "toxic" | |
| #define PACKAGE_TARNAME "toxic" | |
| #define PACKAGE_VERSION "0.3.3" | |
| #define PACKAGE_STRING "toxic 0.3.3" | |
| #define PACKAGE_BUGREPORT "https://tox.im/" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "toxic" | |
| #define VERSION "0.3.3" | |
| #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:5077: result: no | |
configure:4980: checking whether pthreads work with -Kthread | |
configure:5068: gcc -o conftest -g -O2 -Kthread conftest.c >&5 | |
gcc: error: unrecognized option '-Kthread' | |
configure:5068: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "toxic" | |
| #define PACKAGE_TARNAME "toxic" | |
| #define PACKAGE_VERSION "0.3.3" | |
| #define PACKAGE_STRING "toxic 0.3.3" | |
| #define PACKAGE_BUGREPORT "https://tox.im/" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "toxic" | |
| #define VERSION "0.3.3" | |
| #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:5077: result: no | |
configure:4980: checking whether pthreads work with -kthread | |
configure:5068: gcc -o conftest -g -O2 -kthread conftest.c >&5 | |
gcc: error: unrecognized option '-kthread' | |
configure:5068: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "toxic" | |
| #define PACKAGE_TARNAME "toxic" | |
| #define PACKAGE_VERSION "0.3.3" | |
| #define PACKAGE_STRING "toxic 0.3.3" | |
| #define PACKAGE_BUGREPORT "https://tox.im/" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "toxic" | |
| #define VERSION "0.3.3" | |
| #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:5077: result: no | |
configure:5030: checking for the pthreads library -llthread | |
configure:5068: gcc -o conftest -g -O2 conftest.c -llthread >&5 | |
/usr/bin/ld: cannot find -llthread | |
collect2: ld returned 1 exit status | |
configure:5068: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "toxic" | |
| #define PACKAGE_TARNAME "toxic" | |
| #define PACKAGE_VERSION "0.3.3" | |
| #define PACKAGE_STRING "toxic 0.3.3" | |
| #define PACKAGE_BUGREPORT "https://tox.im/" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "toxic" | |
| #define VERSION "0.3.3" | |
| #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:5077: result: no | |
configure:4980: checking whether pthreads work with -pthread | |
configure:5068: gcc -o conftest -g -O2 -pthread conftest.c >&5 | |
configure:5068: $? = 0 | |
configure:5077: result: yes | |
configure:5096: checking for joinable pthread attribute | |
configure:5111: gcc -o conftest -g -O2 -pthread conftest.c >&5 | |
configure:5111: $? = 0 | |
configure:5117: result: PTHREAD_CREATE_JOINABLE | |
configure:5127: checking if more special flags are required for pthreads | |
configure:5141: result: no | |
configure:5147: checking for PTHREAD_PRIO_INHERIT | |
configure:5165: gcc -o conftest -g -O2 -pthread conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:45:9: error: 'PTHREAD_PRIO_INHERIT' undeclared (first use in this function) | |
conftest.c:45:9: note: each undeclared identifier is reported only once for each function it appears in | |
configure:5165: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "toxic" | |
| #define PACKAGE_TARNAME "toxic" | |
| #define PACKAGE_VERSION "0.3.3" | |
| #define PACKAGE_STRING "toxic 0.3.3" | |
| #define PACKAGE_BUGREPORT "https://tox.im/" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "toxic" | |
| #define VERSION "0.3.3" | |
| #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> | |
| int | |
| main () | |
| { | |
| int i = PTHREAD_PRIO_INHERIT; | |
| ; | |
| return 0; | |
| } | |
configure:5174: result: no | |
configure:5329: checking for pkg-config | |
configure:5347: found /usr/bin/pkg-config | |
configure:5359: result: /usr/bin/pkg-config | |
configure:5384: checking pkg-config is at least version 0.9.0 | |
configure:5387: result: yes | |
configure:5400: checking for NCURSES | |
configure:5407: $PKG_CONFIG --exists --print-errors "ncursesw" | |
configure:5410: $? = 0 | |
configure:5424: $PKG_CONFIG --exists --print-errors "ncursesw" | |
configure:5427: $? = 0 | |
configure:5627: result: yes | |
configure:6205: checking for LIBTOXCORE | |
configure:6212: $PKG_CONFIG --exists --print-errors "libtoxcore" | |
configure:6215: $? = 0 | |
configure:6229: $PKG_CONFIG --exists --print-errors "libtoxcore" | |
configure:6232: $? = 0 | |
configure:6276: result: yes | |
configure:6593: checking for OPENAL | |
configure:6600: $PKG_CONFIG --exists --print-errors "openal" | |
Package openal was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `openal.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'openal' found | |
configure:6603: $? = 1 | |
configure:6617: $PKG_CONFIG --exists --print-errors "openal" | |
Package openal was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `openal.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'openal' found | |
configure:6620: $? = 1 | |
configure:6634: result: no | |
No package 'openal' found | |
configure:6651: No openal library; disabling A/V support | |
configure:6786: checking for git | |
configure:6804: found /usr/bin/git | |
configure:6817: result: /usr/bin/git | |
configure:6960: checking that generated files are newer than configure | |
configure:6966: result: done | |
configure:6993: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by toxic config.status 0.3.3, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on puifai | |
config.status:921: creating Makefile | |
config.status:921: creating misc/Makefile | |
config.status:921: creating build/Makefile | |
config.status:921: creating config.h | |
config.status:1150: executing depfiles commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=i686-pc-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_unistd_h=yes | |
ac_cv_header_wchar_h=yes | |
ac_cv_header_wctype_h=yes | |
ac_cv_host=i686-pc-linux-gnu | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/bin/grep -E' | |
ac_cv_path_GIT=/usr/bin/git | |
ac_cv_path_GREP=/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=/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=no | |
pkg_cv_LIBTOXCORE_CFLAGS='-I/usr/local/include ' | |
pkg_cv_LIBTOXCORE_LIBS='-L/usr/local/lib -ltoxcore -lsodium ' | |
pkg_cv_NCURSES_CFLAGS='-I/usr/include/ncursesw ' | |
pkg_cv_NCURSES_LIBS='-lncursesw -ltinfo ' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} ~/src/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} ~/src/toxic/configure_aux/missing autoconf' | |
AUTOHEADER='${SHELL} ~/src/toxic/configure_aux/missing autoheader' | |
AUTOMAKE='${SHELL} ~/src/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='' | |
CYGPATH_W='echo' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
ECHO_C='' | |
ECHO_N='-n' | |
ECHO_T='' | |
EGREP='/bin/grep -E' | |
EXEEXT='' | |
GIT='/usr/bin/git' | |
GREP='/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='' | |
LIBTOXAV_LIBS='' | |
LIBTOXCORE_CFLAGS='-I/usr/local/include ' | |
LIBTOXCORE_LDFLAGS='' | |
LIBTOXCORE_LIBS='-L/usr/local/lib -ltoxcore -lsodium ' | |
LTLIBOBJS='' | |
MAKEINFO='${SHELL} ~/src/toxic/configure_aux/missing makeinfo' | |
MKDIR_P='/bin/mkdir -p' | |
NCURSES_CFLAGS='-I/usr/include/ncursesw ' | |
NCURSES_LIBS='-lncursesw -ltinfo ' | |
OBJEXT='o' | |
OPENAL_CFLAGS='' | |
OPENAL_LIBS='' | |
PACKAGE='toxic' | |
PACKAGE_BUGREPORT='https://tox.im/' | |
PACKAGE_NAME='toxic' | |
PACKAGE_STRING='toxic 0.3.3' | |
PACKAGE_TARNAME='toxic' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='0.3.3' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='/usr/bin/pkg-config' | |
PKG_CONFIG_LIBDIR='' | |
PKG_CONFIG_PATH='' | |
PTHREAD_CC='gcc' | |
PTHREAD_CFLAGS='-pthread' | |
PTHREAD_LIBS='' | |
SET_MAKE='' | |
SHELL='/bin/bash' | |
STRIP='' | |
TOXIC_VERSION='0.3.3_r849' | |
VERSION='0.3.3' | |
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='i686-pc-linux-gnu' | |
build_alias='' | |
build_cpu='i686' | |
build_os='linux-gnu' | |
build_vendor='pc' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='i686-pc-linux-gnu' | |
host_alias='' | |
host_cpu='i686' | |
host_os='linux-gnu' | |
host_vendor='pc' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} ~/src/toxic/configure_aux/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(MKDIR_P)' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/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.3" | |
#define PACKAGE_STRING "toxic 0.3.3" | |
#define PACKAGE_BUGREPORT "https://tox.im/" | |
#define PACKAGE_URL "" | |
#define PACKAGE "toxic" | |
#define VERSION "0.3.3" | |
#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 1 | |
#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