This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by audacious configure 3.5.2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure 

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

hostname = comp.site
uname -m = x86_64
uname -r = 3.16.6-2-desktop
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Oct 20 13:47:22 UTC 2014 (feb42ea)

/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: /home/ill/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games
PATH: /opt/kde3/bin
PATH: /usr/lib/mit/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/sbin
PATH: /root/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/sbin
PATH: /root/bin


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

configure:2107: 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:2298: checking for gcc
configure:2314: found /usr/bin/gcc
configure:2325: result: gcc
configure:2554: checking for C compiler version
configure:2563: gcc --version >&5
gcc (SUSE Linux) 4.8.3 20140627 [gcc-4_8-branch revision 212064]
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:2574: $? = 0
configure:2563: 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 --enable-linux-futex --program-suffix=-4.8 --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 4.8.3 20140627 [gcc-4_8-branch revision 212064] (SUSE Linux) 
configure:2574: $? = 0
configure:2563: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2574: $? = 1
configure:2563: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:2574: $? = 1
configure:2594: checking whether the C compiler works
configure:2616: gcc    conftest.c  >&5
configure:2620: $? = 0
configure:2668: result: yes
configure:2671: checking for C compiler default output file name
configure:2673: result: a.out
configure:2679: checking for suffix of executables
configure:2686: gcc -o conftest    conftest.c  >&5
configure:2690: $? = 0
configure:2712: result: 
configure:2734: checking whether we are cross compiling
configure:2742: gcc -o conftest    conftest.c  >&5
configure:2746: $? = 0
configure:2753: ./conftest
configure:2757: $? = 0
configure:2772: result: no
configure:2777: checking for suffix of object files
configure:2799: gcc -c   conftest.c >&5
configure:2803: $? = 0
configure:2824: result: o
configure:2828: checking whether we are using the GNU C compiler
configure:2847: gcc -c   conftest.c >&5
configure:2847: $? = 0
configure:2856: result: yes
configure:2865: checking whether gcc accepts -g
configure:2885: gcc -c -g  conftest.c >&5
configure:2885: $? = 0
configure:2926: result: yes
configure:2943: checking for gcc option to accept ISO C89
configure:3006: gcc  -c -g -O2  conftest.c >&5
configure:3006: $? = 0
configure:3019: result: none needed
configure:3097: checking for g++
configure:3127: result: no
configure:3097: checking for c++
configure:3127: result: no
configure:3097: checking for gpp
configure:3127: result: no
configure:3097: checking for aCC
configure:3127: result: no
configure:3097: checking for CC
configure:3127: result: no
configure:3097: checking for cxx
configure:3127: result: no
configure:3097: checking for cc++
configure:3127: result: no
configure:3097: checking for cl.exe
configure:3127: result: no
configure:3097: checking for FCC
configure:3127: result: no
configure:3097: checking for KCC
configure:3127: result: no
configure:3097: checking for RCC
configure:3127: result: no
configure:3097: checking for xlC_r
configure:3127: result: no
configure:3097: checking for xlC
configure:3127: result: no
configure:3151: checking for C++ compiler version
configure:3160: g++ --version >&5
./configure: line 3162: g++: command not found
configure:3171: $? = 127
configure:3160: g++ -v >&5
./configure: line 3162: g++: command not found
configure:3171: $? = 127
configure:3160: g++ -V >&5
./configure: line 3162: g++: command not found
configure:3171: $? = 127
configure:3160: g++ -qversion >&5
./configure: line 3162: g++: command not found
configure:3171: $? = 127
configure:3175: checking whether we are using the GNU C++ compiler
configure:3194: g++ -c   conftest.cpp >&5
./configure: line 1605: g++: command not found
configure:3194: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious"
| #define PACKAGE_TARNAME "audacious"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:3203: result: no
configure:3212: checking whether g++ accepts -g
configure:3232: g++ -c -g  conftest.cpp >&5
./configure: line 1605: g++: command not found
configure:3232: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious"
| #define PACKAGE_TARNAME "audacious"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3247: g++ -c   conftest.cpp >&5
./configure: line 1605: g++: command not found
configure:3247: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious"
| #define PACKAGE_TARNAME "audacious"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3263: g++ -c -g  conftest.cpp >&5
./configure: line 1605: g++: command not found
configure:3263: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious"
| #define PACKAGE_TARNAME "audacious"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3273: result: no
configure:3302: checking how to run the C preprocessor
configure:3333: gcc -E  conftest.c
configure:3333: $? = 0
configure:3347: 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:3347: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious"
| #define PACKAGE_TARNAME "audacious"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3372: result: gcc -E
configure:3392: gcc -E  conftest.c
configure:3392: $? = 0
configure:3406: 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:3406: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious"
| #define PACKAGE_TARNAME "audacious"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious"
| #define VERSION "3.5.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3435: checking for grep that handles long lines and -e
configure:3493: result: /usr/bin/grep
configure:3498: checking for egrep
configure:3560: result: /usr/bin/grep -E
configure:3565: checking for ANSI C header files
configure:3585: gcc -c -g -O2  conftest.c >&5
configure:3585: $? = 0
configure:3658: gcc -o conftest -g -O2   conftest.c  >&5
configure:3658: $? = 0
configure:3658: ./conftest
configure:3658: $? = 0
configure:3669: result: yes
configure:3682: checking for sys/types.h
configure:3682: gcc -c -g -O2  conftest.c >&5
configure:3682: $? = 0
configure:3682: result: yes
configure:3682: checking for sys/stat.h
configure:3682: gcc -c -g -O2  conftest.c >&5
configure:3682: $? = 0
configure:3682: result: yes
configure:3682: checking for stdlib.h
configure:3682: gcc -c -g -O2  conftest.c >&5
configure:3682: $? = 0
configure:3682: result: yes
configure:3682: checking for string.h
configure:3682: gcc -c -g -O2  conftest.c >&5
configure:3682: $? = 0
configure:3682: result: yes
configure:3682: checking for memory.h
configure:3682: gcc -c -g -O2  conftest.c >&5
configure:3682: $? = 0
configure:3682: result: yes
configure:3682: checking for strings.h
configure:3682: gcc -c -g -O2  conftest.c >&5
configure:3682: $? = 0
configure:3682: result: yes
configure:3682: checking for inttypes.h
configure:3682: gcc -c -g -O2  conftest.c >&5
configure:3682: $? = 0
configure:3682: result: yes
configure:3682: checking for stdint.h
configure:3682: gcc -c -g -O2  conftest.c >&5
configure:3682: $? = 0
configure:3682: result: yes
configure:3682: checking for unistd.h
configure:3682: gcc -c -g -O2  conftest.c >&5
configure:3682: $? = 0
configure:3682: result: yes
configure:3694: checking whether byte ordering is bigendian
configure:3709: gcc -c -g -O2  conftest.c >&5
conftest.c:22:9: error: unknown type name 'not'
         not a universal capable compiler
         ^
conftest.c:22:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
         not a universal capable compiler
               ^
conftest.c:22:15: error: unknown type name 'universal'
configure:3709: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious"
| #define PACKAGE_TARNAME "audacious"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious"
| #define VERSION "3.5.2"
| #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.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:3754: gcc -c -g -O2  conftest.c >&5
configure:3754: $? = 0
configure:3772: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:28:4: error: unknown type name 'not'
    not big endian
    ^
conftest.c:28:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
    not big endian
            ^
configure:3772: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious"
| #define PACKAGE_TARNAME "audacious"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious"
| #define VERSION "3.5.2"
| #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 <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:3900: result: no
configure:3925: checking for special C compiler options needed for large files
configure:3970: result: no
configure:3976: checking for _FILE_OFFSET_BITS value needed for large files
configure:4001: gcc -c -g -O2  conftest.c >&5
configure:4001: $? = 0
configure:4033: result: no
configure:4122: checking build system type
configure:4136: result: x86_64-unknown-linux-gnu
configure:4156: checking host system type
configure:4169: result: x86_64-unknown-linux-gnu
configure:4189: checking target system type
configure:4202: result: x86_64-unknown-linux-gnu
configure:4282: checking for pkg-config
configure:4300: found /usr/bin/pkg-config
configure:4312: result: /usr/bin/pkg-config
configure:4337: checking pkg-config is at least version 0.9.0
configure:4340: result: yes
configure:4359: checking whether the C/C++ compiler supports -Wtype-limits
configure:4374: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Werror  conftest.c >&5
configure:4374: $? = 0
configure:4376: result: yes
configure:4396: checking operating system type
configure:4404: result: Linux
configure:4430: checking whether ln -s works
configure:4434: result: yes
configure:4443: checking for rm
configure:4461: found /usr/bin/rm
configure:4473: result: /usr/bin/rm
configure:4483: checking for mv
configure:4501: found /usr/bin/mv
configure:4513: result: /usr/bin/mv
configure:4523: checking for cp
configure:4541: found /usr/bin/cp
configure:4553: result: /usr/bin/cp
configure:4563: checking for ar
configure:4581: found /usr/bin/ar
configure:4593: result: /usr/bin/ar
configure:4603: checking for ranlib
configure:4621: found /usr/bin/ranlib
configure:4633: result: /usr/bin/ranlib
configure:4643: checking for windres
configure:4676: result: no
configure:4682: checking for library containing pthread_create
configure:4713: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   -Wl,-z,defs conftest.c  >&5
/tmp/cctC9OUk.o: In function `main':
/home/ill/Desktop/audacious-3.5.2/conftest.c:32: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
configure:4713: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious"
| #define PACKAGE_TARNAME "audacious"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious"
| #define VERSION "3.5.2"
| #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.  */
| 
| /* 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:4713: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits   -Wl,-z,defs conftest.c -lpthread   >&5
configure:4713: $? = 0
configure:4730: result: -lpthread
configure:4742: checking for GLIB
configure:4749: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
configure:4752: $? = 0
configure:4766: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.32"
configure:4769: $? = 0
configure:4827: result: yes
configure:4833: checking for GMODULE
configure:4840: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
configure:4843: $? = 0
configure:4857: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.32"
configure:4860: $? = 0
configure:4918: result: yes
configure:4924: checking for GTK
configure:4931: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.4"
configure:4934: $? = 0
configure:4948: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.4"
configure:4951: $? = 0
configure:5009: result: yes
configure:5109: checking for GIO
configure:5116: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32"
configure:5119: $? = 0
configure:5133: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32"
configure:5136: $? = 0
configure:5194: result: yes
configure:5213: checking for shared library system
configure:5277: result: GNU
configure:5329: checking whether byte ordering is bigendian
configure:5535: result: no
configure:5569: checking for sigwait
configure:5569: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  >&5
configure:5569: $? = 0
configure:5569: result: yes
configure:5579: checking for /proc/self/exe
configure:5582: result: yes
configure:5634: checking for ld used by gcc
configure:5701: result: /usr/x86_64-suse-linux/bin/ld
configure:5708: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld
configure:5723: result: yes
configure:5730: checking for shared library run path origin
configure:5743: result: done
configure:6321: checking for iconv
configure:6345: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  >&5
configure:6345: $? = 0
configure:6379: result: yes
configure:6382: checking for working iconv
configure:6502: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  >&5
configure:6502: $? = 0
configure:6502: ./conftest
configure:6502: $? = 0
configure:6514: result: yes
configure:6542: checking for iconv declaration
configure:6571: gcc -c -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations -fvisibility=hidden  conftest.c >&5
configure:6571: $? = 0
configure:6582: result:
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:6595: checking whether make sets $(MAKE)
configure:6617: result: yes
configure:6640: checking for a BSD-compatible install
configure:6708: result: /usr/bin/install -c
configure:6719: checking for a thread-safe mkdir -p
configure:6758: result: /usr/bin/mkdir -p
configure:6761: checking for a sed that does not truncate output
configure:6825: result: /usr/bin/sed
configure:6831: checking whether NLS is requested
configure:6840: result: yes
configure:6880: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:6912: result: /usr/bin/msgfmt
configure:6921: checking for gmsgfmt
configure:6952: result: /usr/bin/msgfmt
configure:7002: checking for xgettext
configure:7037: result: no
configure:7079: checking for msgmerge
configure:7113: result: no
configure:7151: checking for CFPreferencesCopyAppValue
configure:7169: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread   -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:27:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
 #include <CoreFoundation/CFPreferences.h>
                                          ^
compilation terminated.
configure:7169: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious"
| #define PACKAGE_TARNAME "audacious"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious"
| #define VERSION "3.5.2"
| #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 PLUGIN_SUFFIX ".so"
| #define EXPORT __attribute__((visibility("default")))
| #define HAVE_SIGWAIT 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:7178: result: no
configure:7185: checking for CFLocaleCopyCurrent
configure:7203: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread   -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:27:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
 #include <CoreFoundation/CFLocale.h>
                                     ^
compilation terminated.
configure:7203: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "audacious"
| #define PACKAGE_TARNAME "audacious"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "audacious 3.5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "audacious"
| #define VERSION "3.5.2"
| #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 PLUGIN_SUFFIX ".so"
| #define EXPORT __attribute__((visibility("default")))
| #define HAVE_SIGWAIT 1
| #define HAVE_PROC_SELF_EXE 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:7212: result: no
configure:7261: checking for GNU gettext in libc
configure:7285: gcc -o conftest -g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread   >&5
configure:7285: $? = 0
configure:7294: result: yes
configure:8122: checking whether to use NLS
configure:8124: result: yes
configure:8127: checking where the gettext function comes from
configure:8138: result: libc
configure:8243: checking for LIBGUESS
configure:8250: $PKG_CONFIG --exists --print-errors "libguess >= 1.2"
Requested 'libguess >= 1.2' but version of libguess is 1.1
configure:8253: $? = 1
configure:8267: $PKG_CONFIG --exists --print-errors "libguess >= 1.2"
Requested 'libguess >= 1.2' but version of libguess is 1.1
configure:8270: $? = 1
configure:8284: result: no
Requested 'libguess >= 1.2' but version of libguess is 1.1
configure:8338: checking for gdbus-codegen
configure:8354: found /usr/bin/gdbus-codegen
configure:8366: result: yes
configure:8539: checking for tput
configure:8557: found /usr/bin/tput
configure:8569: result: /usr/bin/tput
configure:8655: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by audacious config.status 3.5.2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on comp.site

config.status:930: creating audacious.pc
config.status:1038: WARNING:  'audacious.pc.in' seems to ignore the --datarootdir setting
config.status:930: creating buildsys.mk
config.status:930: creating extra.mk
config.status:930: creating man/audtool.1
config.status:930: creating man/audacious.1
config.status:930: creating src/libaudcore/audio.h
config.status:930: creating src/libaudcore/tinylock.h
config.status:930: creating config.h
config.status:1111: config.h is unchanged
config.status:1125: executing po-directories commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
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_GIO_CFLAGS_set=
ac_cv_env_GIO_CFLAGS_value=
ac_cv_env_GIO_LIBS_set=
ac_cv_env_GIO_LIBS_value=
ac_cv_env_GLIB_CFLAGS_set=
ac_cv_env_GLIB_CFLAGS_value=
ac_cv_env_GLIB_LIBS_set=
ac_cv_env_GLIB_LIBS_value=
ac_cv_env_GMODULE_CFLAGS_set=
ac_cv_env_GMODULE_CFLAGS_value=
ac_cv_env_GMODULE_LIBS_set=
ac_cv_env_GMODULE_LIBS_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_LIBGUESS_CFLAGS_set=
ac_cv_env_LIBGUESS_CFLAGS_value=
ac_cv_env_LIBGUESS_LIBS_set=
ac_cv_env_LIBGUESS_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_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_sigwait=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_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_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_AR=/usr/bin/ar
ac_cv_path_CP=/usr/bin/cp
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=:
ac_cv_path_MV=/usr/bin/mv
ac_cv_path_RANLIB=/usr/bin/ranlib
ac_cv_path_RM=/usr/bin/rm
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_TPUT=/usr/bin/tput
ac_cv_path_XGETTEXT=:
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_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=no
ac_cv_prog_have_dbus=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_pthread_create=-lpthread
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_target=x86_64-unknown-linux-gnu
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/x86_64-suse-linux/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_func_iconv=yes
am_cv_func_iconv_works=yes
am_cv_lib_iconv=no
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
pkg_cv_GIO_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
pkg_cv_GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
pkg_cv_GLIB_LIBS='-lglib-2.0 '
pkg_cv_GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
pkg_cv_GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 '
pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pkg/wayland -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
pkg_cv_GTK_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '

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

AR='/usr/bin/ar'
BIGENDIAN='0'
CC='gcc'
CC_DEPENDS='yes'
CFLAGS='-g -O2 -std=gnu99 -ffast-math -Wall -pipe -Wtype-limits -Wno-deprecated-declarations -fvisibility=hidden'
CLEAN_LIB=''
CP='/usr/bin/cp'
CPP='gcc -E'
CPPFLAGS=' -include config.h'
CXX='g++'
CXXFLAGS=' -Wall -pipe -Wtype-limits -fvisibility=hidden'
CXX_DEPENDS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GETTEXT_MACRO_VERSION='0.19'
GIO_CFLAGS='-pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
GLIB_LIBS='-lglib-2.0 '
GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 '
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GREP='/usr/bin/grep'
GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pkg/wayland -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
GTK_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
HAVE_LINUX='yes'
HAVE_MSWINDOWS='no'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LIB='&& ${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0 && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDFLAGS=' -Wl,-z,defs'
LDFLAGS_RPATH='-Wl,-rpath,${libdir}'
LIBGUESS_CFLAGS=''
LIBGUESS_LIBS=''
LIBICONV=''
LIBINTL=''
LIBOBJS=''
LIBS='-lpthread   '
LIB_CFLAGS='-fPIC -DPIC'
LIB_LDFLAGS='-shared -Wl,-soname=${SHARED_LIB}.${LIB_MAJOR}'
LIB_PREFIX='lib'
LIB_SUFFIX='.so'
LN_S='ln -s'
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MKDIR_P='/usr/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE=':'
MV='/usr/bin/mv'
OBJCXX_DEPENDS=''
OBJC_DEPENDS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='audacious'
PACKAGE_STRING='audacious 3.5.2'
PACKAGE_TARNAME='audacious'
PACKAGE_URL=''
PACKAGE_VERSION='3.5.2'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PLUGIN_CFLAGS='-fPIC -DPIC'
PLUGIN_LDFLAGS='-shared'
PLUGIN_SUFFIX='.so'
POSUB='po'
RANLIB='/usr/bin/ranlib'
RM='/usr/bin/rm'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
TERM_BOLD='[1m'
TERM_EL='[K'
TERM_SETAF1='[31m'
TERM_SETAF2='[32m'
TERM_SETAF3='[33m'
TERM_SETAF4='[34m'
TERM_SETAF6='[36m'
TERM_SGR0='(B[m'
TPUT='/usr/bin/tput'
UNINSTALL_LIB='&& rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0'
USE_CHARDET='no'
USE_DBUS='yes'
USE_NLS='yes'
VALGRIND_FRIENDLY='0'
WINDRES=''
XGETTEXT=':'
XGETTEXT_015=':'
XGETTEXT_EXTRA_OPTIONS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
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}'
have_dbus='yes'
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'
libdir='${exec_prefix}/lib64'
libexecdir='${exec_prefix}/lib'
localedir='${prefix}/share/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgconfigdir='${libdir}/pkgconfig'
plugindir='${exec_prefix}/lib64/audacious'
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 "audacious"
#define PACKAGE_TARNAME "audacious"
#define PACKAGE_VERSION "3.5.2"
#define PACKAGE_STRING "audacious 3.5.2"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "audacious"
#define VERSION "3.5.2"
#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 PLUGIN_SUFFIX ".so"
#define EXPORT __attribute__((visibility("default")))
#define HAVE_SIGWAIT 1
#define HAVE_PROC_SELF_EXE 1
#define HAVE_ICONV 1
#define ICONV_CONST 
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define BUILDSTAMP "unknown build"
#define USE_DBUS 1

configure: exit 0
