@kyanny's blog

My thoughts, my life. Views/opinions are my own.

kcontrol が emerge できない問題を深追い

config.log

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

It was created by avahi configure 0.6.22, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --localstatedir=/var --with-distro=gentoo --disable-python-dbus --disable-pygtk --disable-xmltoman --disable-monodoc --enable-glib --disable-tests --disable-autoipd --disable-compat-libdns_sd --disable-compat-howl --enable-doxygen-doc --disable-mono --enable-dbus --enable-python --enable-gtk --enable-qt3 --enable-qt4 --enable-gdbm --enable-python-dbus --enable-pygtk --build=i686-pc-linux-gnu

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

hostname = kyanny-laptop2
uname -m = i686
uname -r = 2.6.22-gentoo-r5
uname -s = Linux
uname -v = #8 SMP Thu Dec 6 23:21:46 JST 2007

/usr/bin/uname -p = Mobile Intel(R) Pentium(R) III CPU - M 1200MHz
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/lib/portage/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /opt/bin
PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.1.2
PATH: /opt/sun-jdk-1.4.2.16/bin
PATH: /opt/sun-jdk-1.4.2.16/jre/bin
PATH: /opt/sun-jdk-1.4.2.16/jre/javaws
PATH: /usr/kde/3.5/sbin
PATH: /usr/kde/3.5/bin
PATH: /usr/qt/3/bin
PATH: /usr/i686-pc-linux-gnu/gnat-gcc-bin/4.3
PATH: /usr/libexec/gnat-gcc/i686-pc-linux-gnu/4.3
PATH: /opt/vmware/server/bin
PATH: /opt/vmware/server/console/bin
PATH: /var/qmail/bin


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

configure:2339: checking for a BSD-compatible install
configure:2395: result: /usr/bin/install -c
configure:2406: checking whether build environment is sane
configure:2449: result: yes
configure:2514: checking for gawk
configure:2530: found /bin/gawk
configure:2541: result: gawk
configure:2552: checking whether make sets $(MAKE)
configure:2573: result: yes
configure:2801: checking for i686-pc-linux-gnu-gcc
configure:2817: found /usr/bin/i686-pc-linux-gnu-gcc
configure:2828: result: i686-pc-linux-gnu-gcc
configure:3106: checking for C compiler version
configure:3113: i686-pc-linux-gnu-gcc --version >&5
i686-pc-linux-gnu-gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.1)
Copyright (C) 2006 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:3116: $? = 0
configure:3123: i686-pc-linux-gnu-gcc -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.1.2/work/gcc-4.1.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.2 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --disable-libgcj --with-arch=i686 --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 4.1.2 (Gentoo 4.1.2 p1.1)
configure:3126: $? = 0
configure:3133: i686-pc-linux-gnu-gcc -V >&5
i686-pc-linux-gnu-gcc: '-V' option must have argument
configure:3136: $? = 1
configure:3159: checking for C compiler default output file name
configure:3186: i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe   conftest.c  >&5
configure:3189: $? = 0
configure:3227: result: a.out
configure:3244: checking whether the C compiler works
configure:3254: ./a.out
configure:3257: $? = 0
configure:3274: result: yes
configure:3281: checking whether we are cross compiling
configure:3283: result: no
configure:3286: checking for suffix of executables
configure:3293: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
configure:3296: $? = 0
configure:3320: result: 
configure:3326: checking for suffix of object files
configure:3352: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:3355: $? = 0
configure:3378: result: o
configure:3382: checking whether we are using the GNU C compiler
configure:3411: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:3417: $? = 0
configure:3434: result: yes
configure:3439: checking whether i686-pc-linux-gnu-gcc accepts -g
configure:3469: i686-pc-linux-gnu-gcc -c -g  conftest.c >&5
configure:3475: $? = 0
configure:3574: result: yes
configure:3591: checking for i686-pc-linux-gnu-gcc option to accept ISO C89
configure:3665: i686-pc-linux-gnu-gcc  -c -O2 -march=i686 -pipe  conftest.c >&5
configure:3671: $? = 0
configure:3694: result: none needed
configure:3723: checking for style of include used by make
configure:3751: result: GNU
configure:3779: checking dependency style of i686-pc-linux-gnu-gcc
configure:3869: result: gcc3
configure:3900: checking for i686-pc-linux-gnu-g++
configure:3916: found /usr/bin/i686-pc-linux-gnu-g++
configure:3927: result: i686-pc-linux-gnu-g++
configure:4002: checking for C++ compiler version
configure:4009: i686-pc-linux-gnu-g++ --version >&5
i686-pc-linux-gnu-g++ (GCC) 4.1.2 (Gentoo 4.1.2 p1.1)
Copyright (C) 2006 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:4012: $? = 0
configure:4019: i686-pc-linux-gnu-g++ -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.1.2/work/gcc-4.1.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.2 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --disable-libgcj --with-arch=i686 --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 4.1.2 (Gentoo 4.1.2 p1.1)
configure:4022: $? = 0
configure:4029: i686-pc-linux-gnu-g++ -V >&5
i686-pc-linux-gnu-g++: '-V' option must have argument
configure:4032: $? = 1
configure:4035: checking whether we are using the GNU C++ compiler
configure:4064: i686-pc-linux-gnu-g++ -c -O2 -march=i686 -pipe  conftest.cpp >&5
configure:4070: $? = 0
configure:4087: result: yes
configure:4092: checking whether i686-pc-linux-gnu-g++ accepts -g
configure:4122: i686-pc-linux-gnu-g++ -c -g  conftest.cpp >&5
configure:4128: $? = 0
configure:4227: result: yes
configure:4252: checking dependency style of i686-pc-linux-gnu-g++
configure:4342: result: gcc3
configure:4370: checking how to run the C preprocessor
configure:4410: i686-pc-linux-gnu-gcc -E  conftest.c
configure:4416: $? = 0
configure:4447: i686-pc-linux-gnu-gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4453: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "avahi"
| #define PACKAGE_TARNAME "avahi"
| #define PACKAGE_VERSION "0.6.22"
| #define PACKAGE_STRING "avahi 0.6.22"
| #define PACKAGE_BUGREPORT "avahi (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE "avahi"
| #define VERSION "0.6.22"
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4486: result: i686-pc-linux-gnu-gcc -E
configure:4515: i686-pc-linux-gnu-gcc -E  conftest.c
configure:4521: $? = 0
configure:4552: i686-pc-linux-gnu-gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4558: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "avahi"
| #define PACKAGE_TARNAME "avahi"
| #define PACKAGE_VERSION "0.6.22"
| #define PACKAGE_STRING "avahi 0.6.22"
| #define PACKAGE_BUGREPORT "avahi (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE "avahi"
| #define VERSION "0.6.22"
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4608: checking for a BSD-compatible install
configure:4664: result: /usr/bin/install -c
configure:4675: checking whether ln -s works
configure:4679: result: yes
configure:4686: checking whether make sets $(MAKE)
configure:4707: result: yes
configure:4718: checking for grep that handles long lines and -e
configure:4792: result: /bin/grep
configure:4797: checking for egrep
configure:4875: result: /bin/grep -E
configure:4881: checking whether i686-pc-linux-gnu-gcc needs -traditional
configure:4923: result: no
configure:4932: checking whether i686-pc-linux-gnu-gcc and cc understand -c and -o together
configure:4967: i686-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5
configure:4970: $? = 0
configure:4976: i686-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5
configure:4979: $? = 0
configure:4990: cc -c conftest.c >&5
configure:4993: $? = 0
configure:5001: cc -c conftest.c -o conftest2.o >&5
configure:5004: $? = 0
configure:5010: cc -c conftest.c -o conftest2.o >&5
configure:5013: $? = 0
configure:5031: result: yes
configure:5086: checking whether libssp exists
configure:5114: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe   conftest.c  -lssp >&5
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lssp
collect2: ld returned 1 exit status
configure:5120: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "avahi"
| #define PACKAGE_TARNAME "avahi"
| #define PACKAGE_VERSION "0.6.22"
| #define PACKAGE_STRING "avahi 0.6.22"
| #define PACKAGE_BUGREPORT "avahi (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE "avahi"
| #define VERSION "0.6.22"
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5139: result: no
configure:5146: checking whether stack-smashing protection is available
configure:5167: result: yes
configure:5169: checking whether stack-smashing protection is buggy
configure:5172: result: no
configure:5195: checking whether i686-pc-linux-gnu-gcc accepts -fstack-protector
configure:5223: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector -Werror  conftest.c >&5
configure:5229: $? = 0
configure:5246: result: yes
configure:5269: checking whether i686-pc-linux-gnu-g++ accepts -fstack-protector
configure:5297: i686-pc-linux-gnu-g++ -c -O2 -march=i686 -pipe -fstack-protector -Werror  conftest.cpp >&5
configure:5303: $? = 0
configure:5320: result: yes
configure:5420: checking build system type
configure:5438: result: i686-pc-linux-gnu
configure:5460: checking host system type
configure:5475: result: i686-pc-linux-gnu
configure:5497: checking for a sed that does not truncate output
configure:5553: result: /bin/sed
configure:5567: checking for ld used by i686-pc-linux-gnu-gcc
configure:5634: result: /usr/i686-pc-linux-gnu/bin/ld
configure:5643: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld
configure:5658: result: yes
configure:5663: checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files
configure:5670: result: -r
configure:5688: checking for BSD-compatible nm
configure:5737: result: /usr/bin/nm -B
configure:5741: checking how to recognize dependent libraries
configure:5927: result: pass_all
configure:6162: checking for ANSI C header files
configure:6192: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  conftest.c >&5
configure:6198: $? = 0
configure:6297: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe -fstack-protector   conftest.c  >&5
configure:6300: $? = 0
configure:6306: ./conftest
configure:6309: $? = 0
configure:6326: result: yes
configure:6350: checking for sys/types.h
configure:6371: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  conftest.c >&5
configure:6377: $? = 0
configure:6393: result: yes
configure:6350: checking for sys/stat.h
configure:6371: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  conftest.c >&5
configure:6377: $? = 0
configure:6393: result: yes
configure:6350: checking for stdlib.h
configure:6371: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  conftest.c >&5
configure:6377: $? = 0
configure:6393: result: yes
configure:6350: checking for string.h
configure:6371: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  conftest.c >&5
configure:6377: $? = 0
configure:6393: result: yes
configure:6350: checking for memory.h
configure:6371: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  conftest.c >&5
configure:6377: $? = 0
configure:6393: result: yes
configure:6350: checking for strings.h
configure:6371: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  conftest.c >&5
configure:6377: $? = 0
configure:6393: result: yes
configure:6350: checking for inttypes.h
configure:6371: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  conftest.c >&5
configure:6377: $? = 0
configure:6393: result: yes
configure:6350: checking for stdint.h
configure:6371: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  conftest.c >&5
configure:6377: $? = 0
configure:6393: result: yes
configure:6350: checking for unistd.h
configure:6371: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  conftest.c >&5
configure:6377: $? = 0
configure:6393: result: yes
configure:6420: checking dlfcn.h usability
configure:6437: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  conftest.c >&5
configure:6443: $? = 0
configure:6457: result: yes
configure:6461: checking dlfcn.h presence
configure:6476: i686-pc-linux-gnu-gcc -E  conftest.c
configure:6482: $? = 0
configure:6496: result: yes
configure:6529: checking for dlfcn.h
configure:6537: result: yes
configure:6560: checking how to run the C++ preprocessor
configure:6596: i686-pc-linux-gnu-g++ -E  conftest.cpp
configure:6602: $? = 0
configure:6633: i686-pc-linux-gnu-g++ -E  conftest.cpp
conftest.cpp:24:28: error: ac_nonexistent.h: No such file or directory
configure:6639: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "avahi"
| #define PACKAGE_TARNAME "avahi"
| #define PACKAGE_VERSION "0.6.22"
| #define PACKAGE_STRING "avahi 0.6.22"
| #define PACKAGE_BUGREPORT "avahi (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE "avahi"
| #define VERSION "0.6.22"
| #define _GNU_SOURCE 1
| #define ENABLE_SSP_CC 1
| #define ENABLE_SSP_CXX 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_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6672: result: i686-pc-linux-gnu-g++ -E
configure:6701: i686-pc-linux-gnu-g++ -E  conftest.cpp
configure:6707: $? = 0
configure:6738: i686-pc-linux-gnu-g++ -E  conftest.cpp
conftest.cpp:24:28: error: ac_nonexistent.h: No such file or directory
configure:6744: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "avahi"
| #define PACKAGE_TARNAME "avahi"
| #define PACKAGE_VERSION "0.6.22"
| #define PACKAGE_STRING "avahi 0.6.22"
| #define PACKAGE_BUGREPORT "avahi (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE "avahi"
| #define VERSION "0.6.22"
| #define _GNU_SOURCE 1
| #define ENABLE_SSP_CC 1
| #define ENABLE_SSP_CXX 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_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6792: checking for i686-pc-linux-gnu-g77
configure:6822: result: no
configure:6792: checking for i686-pc-linux-gnu-xlf
configure:6822: result: no
configure:6792: checking for i686-pc-linux-gnu-f77
configure:6822: result: no
configure:6792: checking for i686-pc-linux-gnu-frt
configure:6822: result: no
configure:6792: checking for i686-pc-linux-gnu-pgf77
configure:6822: result: no
configure:6792: checking for i686-pc-linux-gnu-cf77
configure:6822: result: no
configure:6792: checking for i686-pc-linux-gnu-fort77
configure:6822: result: no
configure:6792: checking for i686-pc-linux-gnu-fl32
configure:6822: result: no
configure:6792: checking for i686-pc-linux-gnu-af77
configure:6822: result: no
configure:6792: checking for i686-pc-linux-gnu-xlf90
configure:6822: result: no
configure:6792: checking for i686-pc-linux-gnu-f90
configure:6822: result: no
configure:6792: checking for i686-pc-linux-gnu-pgf90
configure:6822: result: no
configure:6792: checking for i686-pc-linux-gnu-pghpf
configure:6822: result: no
configure:6792: checking for i686-pc-linux-gnu-epcf90
configure:6822: result: no
configure:6792: checking for i686-pc-linux-gnu-gfortran
configure:6808: found /usr/bin/i686-pc-linux-gnu-gfortran
configure:6819: result: i686-pc-linux-gnu-gfortran
configure:6893: checking for Fortran 77 compiler version
configure:6900: i686-pc-linux-gnu-gfortran --version >&5
GNU Fortran 95 (GCC) 4.1.2 (Gentoo 4.1.2 p1.1)
Copyright (C) 2006 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

configure:6903: $? = 0
configure:6910: i686-pc-linux-gnu-gfortran -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.1.2/work/gcc-4.1.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.2 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --disable-libgcj --with-arch=i686 --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 4.1.2 (Gentoo 4.1.2 p1.1)
configure:6913: $? = 0
configure:6920: i686-pc-linux-gnu-gfortran -V >&5
i686-pc-linux-gnu-gfortran: '-V' option must have argument
configure:6923: $? = 1
configure:6931: checking whether we are using the GNU Fortran 77 compiler
configure:6950: i686-pc-linux-gnu-gfortran -c  conftest.F >&5
configure:6956: $? = 0
configure:6973: result: yes
configure:6979: checking whether i686-pc-linux-gnu-gfortran accepts -g
configure:6996: i686-pc-linux-gnu-gfortran -c -g conftest.f >&5
configure:7002: $? = 0
configure:7018: result: yes
configure:7048: checking the maximum length of command line arguments
configure:7160: result: 98304
configure:7172: checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object
configure:7277: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  conftest.c >&5
configure:7280: $? = 0
configure:7284: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:7287: $? = 0
configure:7339: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe -fstack-protector   conftest.c conftstm.o >&5
configure:7342: $? = 0
configure:7380: result: ok
configure:7384: checking for objdir
configure:7399: result: .libs
configure:7451: checking for i686-pc-linux-gnu-ar
configure:7467: found /usr/bin/i686-pc-linux-gnu-ar
configure:7478: result: i686-pc-linux-gnu-ar
configure:7547: checking for i686-pc-linux-gnu-ranlib
configure:7563: found /usr/bin/i686-pc-linux-gnu-ranlib
configure:7574: result: i686-pc-linux-gnu-ranlib
configure:7643: checking for i686-pc-linux-gnu-strip
configure:7659: found /usr/bin/i686-pc-linux-gnu-strip
configure:7670: result: i686-pc-linux-gnu-strip
configure:7996: checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions
configure:8014: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:8018: $? = 0
configure:8031: result: no
configure:8046: checking for i686-pc-linux-gnu-gcc option to produce PIC
configure:8278: result: -fPIC
configure:8286: checking if i686-pc-linux-gnu-gcc PIC flag -fPIC works
configure:8304: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  -fPIC -DPIC conftest.c >&5
configure:8308: $? = 0
configure:8321: result: yes
configure:8349: checking if i686-pc-linux-gnu-gcc static flag -static works
configure:8377: result: yes
configure:8387: checking if i686-pc-linux-gnu-gcc supports -c -o file.o
configure:8408: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  -o out/conftest2.o conftest.c >&5
configure:8412: $? = 0
configure:8434: result: yes
configure:8460: checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries
configure:9441: result: yes
configure:9462: checking whether -lc should be explicitly linked in
configure:9467: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  conftest.c >&5
configure:9470: $? = 0
configure:9485: i686-pc-linux-gnu-gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:9488: $? = 0
configure:9500: result: no
configure:9508: checking dynamic linker characteristics
configure:10122: result: GNU/Linux ld.so
configure:10131: checking how to hardcode library paths into programs
configure:10156: result: immediate
configure:10170: checking whether stripping libraries is possible
configure:10175: result: yes
configure:10977: checking if libtool supports shared libraries
configure:10979: result: yes
configure:10982: checking whether to build shared libraries
configure:11003: result: yes
configure:11006: checking whether to build static libraries
configure:11010: result: yes
configure:11103: creating libtool
configure:11691: checking for ld used by i686-pc-linux-gnu-g++
configure:11758: result: /usr/i686-pc-linux-gnu/bin/ld
configure:11767: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld
configure:11782: result: yes
configure:11833: checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries
configure:12807: result: yes
configure:12825: i686-pc-linux-gnu-g++ -c -O2 -march=i686 -pipe -fstack-protector  conftest.cpp >&5
configure:12828: $? = 0
configure:12980: checking for i686-pc-linux-gnu-g++ option to produce PIC
configure:13264: result: -fPIC
configure:13272: checking if i686-pc-linux-gnu-g++ PIC flag -fPIC works
configure:13290: i686-pc-linux-gnu-g++ -c -O2 -march=i686 -pipe -fstack-protector  -fPIC -DPIC conftest.cpp >&5
configure:13294: $? = 0
configure:13307: result: yes
configure:13335: checking if i686-pc-linux-gnu-g++ static flag -static works
configure:13363: result: yes
configure:13373: checking if i686-pc-linux-gnu-g++ supports -c -o file.o
configure:13394: i686-pc-linux-gnu-g++ -c -O2 -march=i686 -pipe -fstack-protector  -o out/conftest2.o conftest.cpp >&5
configure:13398: $? = 0
configure:13420: result: yes
configure:13446: checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries
configure:13474: result: yes
configure:13541: checking dynamic linker characteristics
configure:14103: result: GNU/Linux ld.so
configure:14112: checking how to hardcode library paths into programs
configure:14137: result: immediate
configure:14671: checking if libtool supports shared libraries
configure:14673: result: yes
configure:14676: checking whether to build shared libraries
configure:14696: result: yes
configure:14699: checking whether to build static libraries
configure:14703: result: yes
configure:14713: checking for i686-pc-linux-gnu-gfortran option to produce PIC
configure:14945: result: -fPIC
configure:14953: checking if i686-pc-linux-gnu-gfortran PIC flag -fPIC works
configure:14971: i686-pc-linux-gnu-gfortran -c -g -O2 -fPIC conftest.f >&5
configure:14975: $? = 0
configure:14988: result: yes
configure:15016: checking if i686-pc-linux-gnu-gfortran static flag -static works
configure:15044: result: yes
configure:15054: checking if i686-pc-linux-gnu-gfortran supports -c -o file.o
configure:15075: i686-pc-linux-gnu-gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:15079: $? = 0
configure:15101: result: yes
configure:15127: checking whether the i686-pc-linux-gnu-gfortran linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries
configure:16088: result: yes
configure:16155: checking dynamic linker characteristics
configure:16717: result: GNU/Linux ld.so
configure:16726: checking how to hardcode library paths into programs
configure:16751: result: immediate
configure:20335: checking whether the C++ compiler works
configure:20356: i686-pc-linux-gnu-g++ -c -O2 -march=i686 -pipe -fstack-protector  conftest.cpp >&5
configure:20362: $? = 0
configure:20384: result: yes
configure:20586: checking for the pthreads library -lpthreads
configure:20629: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe -fstack-protector    conftest.c -lpthreads  >&5
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure:20635: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "avahi"
| #define PACKAGE_TARNAME "avahi"
| #define PACKAGE_VERSION "0.6.22"
| #define PACKAGE_STRING "avahi 0.6.22"
| #define PACKAGE_BUGREPORT "avahi (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE "avahi"
| #define VERSION "0.6.22"
| #define _GNU_SOURCE 1
| #define ENABLE_SSP_CC 1
| #define ENABLE_SSP_CXX 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_DLFCN_H 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:20655: result: no
configure:20531: checking whether pthreads work without any flags
configure:20629: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe -fstack-protector    conftest.c   >&5
/var/tmp/portage/net-dns/avahi-0.6.22-r1/temp/cccjD7Vw.o: In function `main':
conftest.c:(.text+0x1e): undefined reference to `pthread_join'
conftest.c:(.text+0x47): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0x65): undefined reference to `pthread_create'
conftest.c:(.text+0x6c): undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:20635: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "avahi"
| #define PACKAGE_TARNAME "avahi"
| #define PACKAGE_VERSION "0.6.22"
| #define PACKAGE_STRING "avahi 0.6.22"
| #define PACKAGE_BUGREPORT "avahi (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE "avahi"
| #define VERSION "0.6.22"
| #define _GNU_SOURCE 1
| #define ENABLE_SSP_CC 1
| #define ENABLE_SSP_CXX 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_DLFCN_H 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:20655: result: no
configure:20536: checking whether pthreads work with -Kthread
configure:20629: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe -fstack-protector -Kthread   conftest.c   >&5
i686-pc-linux-gnu-gcc: unrecognized option '-Kthread'
/var/tmp/portage/net-dns/avahi-0.6.22-r1/temp/cc9gh2VP.o: In function `main':
conftest.c:(.text+0x1e): undefined reference to `pthread_join'
conftest.c:(.text+0x47): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0x65): undefined reference to `pthread_create'
conftest.c:(.text+0x6c): undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:20635: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "avahi"
| #define PACKAGE_TARNAME "avahi"
| #define PACKAGE_VERSION "0.6.22"
| #define PACKAGE_STRING "avahi 0.6.22"
| #define PACKAGE_BUGREPORT "avahi (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE "avahi"
| #define VERSION "0.6.22"
| #define _GNU_SOURCE 1
| #define ENABLE_SSP_CC 1
| #define ENABLE_SSP_CXX 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_DLFCN_H 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:20655: result: no
configure:20536: checking whether pthreads work with -kthread
configure:20629: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe -fstack-protector -kthread   conftest.c   >&5
i686-pc-linux-gnu-gcc: unrecognized option '-kthread'
/var/tmp/portage/net-dns/avahi-0.6.22-r1/temp/cceHRAy8.o: In function `main':
conftest.c:(.text+0x1e): undefined reference to `pthread_join'
conftest.c:(.text+0x47): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0x65): undefined reference to `pthread_create'
conftest.c:(.text+0x6c): undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:20635: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "avahi"
| #define PACKAGE_TARNAME "avahi"
| #define PACKAGE_VERSION "0.6.22"
| #define PACKAGE_STRING "avahi 0.6.22"
| #define PACKAGE_BUGREPORT "avahi (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE "avahi"
| #define VERSION "0.6.22"
| #define _GNU_SOURCE 1
| #define ENABLE_SSP_CC 1
| #define ENABLE_SSP_CXX 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_DLFCN_H 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:20655: result: no
configure:20586: checking for the pthreads library -llthread
configure:20629: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe -fstack-protector    conftest.c -llthread  >&5
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -llthread
collect2: ld returned 1 exit status
configure:20635: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "avahi"
| #define PACKAGE_TARNAME "avahi"
| #define PACKAGE_VERSION "0.6.22"
| #define PACKAGE_STRING "avahi 0.6.22"
| #define PACKAGE_BUGREPORT "avahi (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE "avahi"
| #define VERSION "0.6.22"
| #define _GNU_SOURCE 1
| #define ENABLE_SSP_CC 1
| #define ENABLE_SSP_CXX 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_DLFCN_H 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:20655: result: no
configure:20536: checking whether pthreads work with -pthread
configure:20629: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe -fstack-protector -pthread   conftest.c   >&5
configure:20635: $? = 0
configure:20655: result: yes
configure:20674: checking for joinable pthread attribute
configure:20699: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe -fstack-protector -pthread   conftest.c   >&5
configure:20705: $? = 0
configure:20722: result: PTHREAD_CREATE_JOINABLE
configure:20732: checking if more special flags are required for pthreads
configure:20739: result: no
configure:20801: checking whether to check for GCC pthread/shared inconsistencies
configure:20811: result: yes
configure:20837: checking whether -pthread is sufficient with -shared
configure:20862: i686-pc-linux-gnu-gcc -o conftest -shared -fPIC -Wl,-z,defs -O2 -march=i686 -pipe -fstack-protector -pthread   conftest.c   >&5
configure:20868: $? = 0
configure:20886: result: yes
configure:21064: checking for linux/netlink.h
configure:21088: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  conftest.c >&5
configure:21094: $? = 0
configure:21109: result: yes
configure:21137: checking for net/route.h
configure:21161: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  conftest.c >&5
configure:21167: $? = 0
configure:21182: result: yes
configure:21210: checking for sys/filio.h
configure:21232: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  conftest.c >&5
conftest.c:30:23: error: sys/filio.h: No such file or directory
configure:21238: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "avahi"
| #define PACKAGE_TARNAME "avahi"
| #define PACKAGE_VERSION "0.6.22"
| #define PACKAGE_STRING "avahi 0.6.22"
| #define PACKAGE_BUGREPORT "avahi (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE "avahi"
| #define VERSION "0.6.22"
| #define _GNU_SOURCE 1
| #define ENABLE_SSP_CC 1
| #define ENABLE_SSP_CXX 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_DLFCN_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_NETLINK
| #define HAVE_PF_ROUTE
| /* end confdefs.h.  */
| 
| 
| 
| #include <sys/filio.h>
configure:21253: result: no
configure:21281: checking for sys/sysctl.h
configure:21306: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  conftest.c >&5
configure:21312: $? = 0
configure:21327: result: yes
configure:21355: checking for struct lifconf
configure:21383: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  conftest.c >&5
conftest.c: In function 'main':
conftest.c:34: error: invalid application of 'sizeof' to incomplete type 'struct lifconf' 
configure:21389: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "avahi"
| #define PACKAGE_TARNAME "avahi"
| #define PACKAGE_VERSION "0.6.22"
| #define PACKAGE_STRING "avahi 0.6.22"
| #define PACKAGE_BUGREPORT "avahi (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE "avahi"
| #define VERSION "0.6.22"
| #define _GNU_SOURCE 1
| #define ENABLE_SSP_CC 1
| #define ENABLE_SSP_CXX 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_DLFCN_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_NETLINK
| #define HAVE_PF_ROUTE
| #define HAVE_SYS_SYSCTL_H
| /* end confdefs.h.  */
| #include <sys/socket.h>
| #include <net/if.h>
| 
| int
| main ()
| {
| sizeof (struct lifconf);
|   ;
|   return 0;
| }
configure:21405: result: no
configure:21418: checking for struct ip_mreqn
configure:21444: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector  conftest.c >&5
configure:21450: $? = 0
configure:21457: result: yes
configure:21839: checking checking whether rtnetlink.h can be included with -std=c99
configure:21864: i686-pc-linux-gnu-gcc -c -std=c99  conftest.c >&5
configure:21870: $? = 0
configure:21887: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -std=c99
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -Wall
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -W
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -Wextra
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -pedantic
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -pipe
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -Wformat
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -Wold-style-definition
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -Wdeclaration-after-statement
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -Wfloat-equal
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -Wmissing-declarations
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -Wmissing-prototypes
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -Wstrict-prototypes
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -Wredundant-decls
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -Wmissing-noreturn
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -Wshadow
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -Wendif-labels
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -Wpointer-arith
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -Wbad-function-cast
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -Wcast-qual
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -Wcast-align
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -Wwrite-strings
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -Winline
configure:21904: result: yes
configure:21900: checking whether i686-pc-linux-gnu-gcc accepts -fPIC
configure:21904: result: yes
configure:21914: checking for ANSI C header files
configure:22078: result: yes
configure:22115: checking arpa/inet.h usability
configure:22132: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC  conftest.c >&5
configure:22138: $? = 0
configure:22152: result: yes
configure:22156: checking arpa/inet.h presence
configure:22171: i686-pc-linux-gnu-gcc -E  conftest.c
configure:22177: $? = 0
configure:22191: result: yes
configure:22224: checking for arpa/inet.h
configure:22232: result: yes
configure:22115: checking fcntl.h usability
configure:22132: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC  conftest.c >&5
configure:22138: $? = 0
configure:22152: result: yes
configure:22156: checking fcntl.h presence
configure:22171: i686-pc-linux-gnu-gcc -E  conftest.c
configure:22177: $? = 0
configure:22191: result: yes
configure:22224: checking for fcntl.h
configure:22232: result: yes
configure:22105: checking for inttypes.h
configure:22111: result: yes
configure:22115: checking limits.h usability
configure:22132: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC  conftest.c >&5
configure:22138: $? = 0
configure:22152: result: yes
configure:22156: checking limits.h presence
configure:22171: i686-pc-linux-gnu-gcc -E  conftest.c
configure:22177: $? = 0
configure:22191: result: yes
configure:22224: checking for limits.h
configure:22232: result: yes
configure:22115: checking netinet/in.h usability
configure:22132: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC  conftest.c >&5
configure:22138: $? = 0
configure:22152: result: yes
configure:22156: checking netinet/in.h presence
configure:22171: i686-pc-linux-gnu-gcc -E  conftest.c
configure:22177: $? = 0
configure:22191: result: yes
configure:22224: checking for netinet/in.h
configure:22232: result: yes
configure:22105: checking for stdlib.h
configure:22111: result: yes
configure:22105: checking for string.h
configure:22111: result: yes
configure:22115: checking sys/ioctl.h usability
configure:22132: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC  conftest.c >&5
configure:22138: $? = 0
configure:22152: result: yes
configure:22156: checking sys/ioctl.h presence
configure:22171: i686-pc-linux-gnu-gcc -E  conftest.c
configure:22177: $? = 0
configure:22191: result: yes
configure:22224: checking for sys/ioctl.h
configure:22232: result: yes
configure:22115: checking sys/socket.h usability
configure:22132: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC  conftest.c >&5
configure:22138: $? = 0
configure:22152: result: yes
configure:22156: checking sys/socket.h presence
configure:22171: i686-pc-linux-gnu-gcc -E  conftest.c
configure:22177: $? = 0
configure:22191: result: yes
configure:22224: checking for sys/socket.h
configure:22232: result: yes
configure:22115: checking sys/time.h usability
configure:22132: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC  conftest.c >&5
configure:22138: $? = 0
configure:22152: result: yes
configure:22156: checking sys/time.h presence
configure:22171: i686-pc-linux-gnu-gcc -E  conftest.c
configure:22177: $? = 0
configure:22191: result: yes
configure:22224: checking for sys/time.h
configure:22232: result: yes
configure:22105: checking for unistd.h
configure:22111: result: yes
configure:22115: checking netdb.h usability
configure:22132: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC  conftest.c >&5
configure:22138: $? = 0
configure:22152: result: yes
configure:22156: checking netdb.h presence
configure:22171: i686-pc-linux-gnu-gcc -E  conftest.c
configure:22177: $? = 0
configure:22191: result: yes
configure:22224: checking for netdb.h
configure:22232: result: yes
configure:22115: checking syslog.h usability
configure:22132: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC  conftest.c >&5
configure:22138: $? = 0
configure:22152: result: yes
configure:22156: checking syslog.h presence
configure:22171: i686-pc-linux-gnu-gcc -E  conftest.c
configure:22177: $? = 0
configure:22191: result: yes
configure:22224: checking for syslog.h
configure:22232: result: yes
configure:22245: checking for stdbool.h that conforms to C99
configure:22338: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC  conftest.c >&5
conftest.c:107: warning: function declaration isn't a prototype
conftest.c: In function 'main':
conftest.c:107: warning: old-style function definition
configure:22344: $? = 0
configure:22359: result: yes
configure:22361: checking for _Bool
configure:22391: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC  conftest.c >&5
conftest.c:79: warning: function declaration isn't a prototype
conftest.c: In function 'main':
conftest.c:79: warning: old-style function definition
configure:22397: $? = 0
configure:22412: result: yes
configure:22433: checking for an ANSI C-conforming const
configure:22508: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC  conftest.c >&5
conftest.c:48: warning: function declaration isn't a prototype
conftest.c: In function 'main':
conftest.c:48: warning: old-style function definition
conftest.c:68: warning: cast discards qualifiers from pointer target type
conftest.c:74: warning: 't' is used uninitialized in this function
conftest.c:90: warning: 'b' is used uninitialized in this function
conftest.c:96: warning: 'cs[0]' is used uninitialized in this function
configure:22514: $? = 0
configure:22529: result: yes
configure:22539: checking for size_t
configure:22569: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC  conftest.c >&5
conftest.c:81: warning: function declaration isn't a prototype
conftest.c: In function 'main':
conftest.c:81: warning: old-style function definition
configure:22575: $? = 0
configure:22590: result: yes
configure:22602: checking whether time.h and sys/time.h may both be included
configure:22632: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC  conftest.c >&5
conftest.c:51: warning: function declaration isn't a prototype
conftest.c: In function 'main':
conftest.c:51: warning: old-style function definition
configure:22638: $? = 0
configure:22653: result: yes
configure:22663: checking for sys/wait.h that is POSIX.1 compatible
configure:22699: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC  conftest.c >&5
conftest.c:57: warning: function declaration isn't a prototype
conftest.c: In function 'main':
conftest.c:57: warning: old-style function definition
configure:22705: $? = 0
configure:22720: result: yes
configure:22732: checking for library containing inet_ntop
configure:22773: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC   conftest.c  >&5
conftest.c:54: warning: function declaration isn't a prototype
conftest.c:57: warning: function declaration isn't a prototype
conftest.c: In function 'main':
conftest.c:57: warning: old-style function definition
configure:22779: $? = 0
configure:22807: result: none required
configure:22815: checking for library containing recv
configure:22856: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC   conftest.c  >&5
conftest.c:54: warning: function declaration isn't a prototype
conftest.c:57: warning: function declaration isn't a prototype
conftest.c: In function 'main':
conftest.c:57: warning: old-style function definition
configure:22862: $? = 0
configure:22890: result: none required
configure:22898: checking whether CMSG_SPACE is declared
configure:22927: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC  conftest.c >&5
conftest.c:82: warning: function declaration isn't a prototype
conftest.c: In function 'main':
conftest.c:82: warning: old-style function definition
conftest.c:84: error: 'CMSG_SPACE' undeclared (first use in this function)
conftest.c:84: error: (Each undeclared identifier is reported only once
conftest.c:84: error: for each function it appears in.)
configure:22933: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "avahi"
| #define PACKAGE_TARNAME "avahi"
| #define PACKAGE_VERSION "0.6.22"
| #define PACKAGE_STRING "avahi 0.6.22"
| #define PACKAGE_BUGREPORT "avahi (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE "avahi"
| #define VERSION "0.6.22"
| #define _GNU_SOURCE 1
| #define ENABLE_SSP_CC 1
| #define ENABLE_SSP_CXX 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_DLFCN_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_NETLINK
| #define HAVE_PF_ROUTE
| #define HAVE_SYS_SYSCTL_H
| #define HAVE_STRUCT_IP_MREQN
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_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 ()
| {
| #ifndef CMSG_SPACE
|   (void) CMSG_SPACE;
| #endif
| 
|   ;
|   return 0;
| }
configure:22948: result: no
configure:22958: checking for working memcmp
configure:23011: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC -D_XOPEN_SOURCE=500 -D__EXTENSIONS__   conftest.c  >&5
conftest.c:82: warning: function declaration isn't a prototype
conftest.c: In function 'main':
conftest.c:82: warning: old-style function definition
configure:23014: $? = 0
configure:23020: ./conftest
configure:23023: $? = 0
configure:23039: result: yes
configure:23064: checking sys/select.h usability
configure:23081: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC -D_XOPEN_SOURCE=500 -D__EXTENSIONS__  conftest.c >&5
configure:23087: $? = 0
configure:23101: result: yes
configure:23105: checking sys/select.h presence
configure:23120: i686-pc-linux-gnu-gcc -E  conftest.c
configure:23126: $? = 0
configure:23140: result: yes
configure:23173: checking for sys/select.h
configure:23181: result: yes
configure:23054: checking for sys/socket.h
configure:23060: result: yes
configure:23194: checking types of arguments for select
configure:23232: i686-pc-linux-gnu-gcc -c -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC -D_XOPEN_SOURCE=500 -D__EXTENSIONS__  conftest.c >&5
conftest.c:91: warning: function declaration isn't a prototype
conftest.c: In function 'main':
conftest.c:91: warning: old-style function definition
conftest.c:94: warning: redundant redeclaration of 'select'
/usr/include/sys/select.h:112: warning: previous declaration of 'select' was here
configure:23238: $? = 0
configure:23259: result: int,fd_set *,struct timeval *
configure:23287: checking for stdlib.h
configure:23293: result: yes
configure:23427: checking for GNU libc compatible malloc
configure:23461: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC -D_XOPEN_SOURCE=500 -D__EXTENSIONS__   conftest.c  >&5
conftest.c:61: warning: function declaration isn't a prototype
conftest.c: In function 'main':
conftest.c:61: warning: old-style function definition
configure:23464: $? = 0
configure:23470: ./conftest
configure:23473: $? = 0
configure:23489: result: yes
configure:23522: checking for stdlib.h
configure:23528: result: yes
configure:23662: checking for GNU libc compatible realloc
configure:23696: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC -D_XOPEN_SOURCE=500 -D__EXTENSIONS__   conftest.c  >&5
conftest.c:63: warning: function declaration isn't a prototype
conftest.c: In function 'main':
conftest.c:63: warning: old-style function definition
configure:23699: $? = 0
configure:23705: ./conftest
configure:23708: $? = 0
configure:23724: result: yes
configure:23784: checking for gethostname
configure:23840: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC -D_XOPEN_SOURCE=500 -D__EXTENSIONS__   conftest.c  >&5
conftest.c:79: warning: function declaration isn't a prototype
conftest.c:89: warning: function declaration isn't a prototype
conftest.c: In function 'main':
conftest.c:89: warning: old-style function definition
configure:23846: $? = 0
configure:23864: result: yes
configure:23784: checking for memchr
configure:23840: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC -D_XOPEN_SOURCE=500 -D__EXTENSIONS__   conftest.c  >&5
conftest.c:80: warning: function declaration isn't a prototype
conftest.c:90: warning: function declaration isn't a prototype
conftest.c: In function 'main':
conftest.c:90: warning: old-style function definition
configure:23846: $? = 0
configure:23864: result: yes
configure:23784: checking for memmove
configure:23840: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC -D_XOPEN_SOURCE=500 -D__EXTENSIONS__   conftest.c  >&5
conftest.c:81: warning: function declaration isn't a prototype
conftest.c:81: warning: conflicting types for built-in function 'memmove'
conftest.c:91: warning: function declaration isn't a prototype
conftest.c: In function 'main':
conftest.c:91: warning: old-style function definition
configure:23846: $? = 0
configure:23864: result: yes
configure:23784: checking for memset
configure:23840: i686-pc-linux-gnu-gcc -o conftest -O2 -march=i686 -pipe -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC -D_XOPEN_SOURCE=500 -D__EXTENSIONS__   conftest.c  >&5
conftest.c:82: warning: function declaration isn't a prototype
conftest.c:82: warning: conflicting types for built-in function 'memset'
conftest.c:92: warning: function declaration isn't a prototype
conftest.c: In function 'main':
conftest.c:92: warning: old-style function definition
configure:23846: $? = 0
configure:23864: result: yes
configure:23784: checking for mkdir