Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ cat 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 connman configure 0.78, which was
- generated by GNU Autoconf 2.65. Invocation command line was
- $ ./configure --target=arm-linux --host=arm-linux --build=i686-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --program-prefix= --disable-gtk-doc --disable-nls --enable-static --enable-shared --localstatedir=/var --enable-threads --enable-debug --enable-ethernet --enable-wifi --enable-bluetooth --enable-loopback --enable-ntpd --enable-client
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = panda
- uname -m = i686
- uname -r = 3.0.6-gentoo
- uname -s = Linux
- uname -v = #1 SMP Fri Dec 2 23:08:03 MST 2011
- /usr/bin/uname -p = AMD Phenom(tm) 9600 Quad-Core Processor
- /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: /root/panda/build-root/git/output/host/bin
- PATH: /root/panda/build-root/git/output/host/usr/bin
- PATH: /root/panda/build-root/git/output/host/usr/sbin/
- PATH: /usr/local/sbin
- PATH: /usr/local/bin
- PATH: /usr/sbin
- PATH: /usr/bin
- PATH: /sbin
- PATH: /bin
- PATH: /opt/bin
- PATH: /usr/i686-pc-linux-gnu/armv7a-unknown-linux-gnueabi/gcc-bin/4.5.3
- PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.5.3
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2420: loading site script /usr/share/config.site
- | #!/bin/bash
- | # Copyright 2009 Gentoo Foundation
- | # Distributed under the terms of the GNU General Public License v2
- |
- | TOPDIR=/usr/share/crossdev/include/site
- |
- | config_site_arch() {
- | local host=$(echo ${CHOST/-/ } | awk '{print $1}')
- |
- | [[ ${host/arm.*eb/} != ${host} ]] && host=armeb
- | [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm
- |
- | [[ ${host/mips.*el/} != ${host} ]] && host=mipsel
- |
- | #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686
- |
- | echo ${host}
- | }
- |
- | config_site_names() {
- | local site_arch=$(config_site_arch)
- | local sites=""
- | local x
- |
- | [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux"
- | [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux"
- |
- | [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc"
- | [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu"
- |
- | [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi"
- | [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi"
- |
- | for x in ${sites} ${CHOST}; do
- | [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x}
- | done
- | }
- |
- | if [[ ${CHOST} != "" ]]; then
- | sites="$(config_site_names)"
- | if [[ ${sites} != "" ]]; then
- | for site in ${sites}; do
- | echo "$(basename $0): loading site script ${site}"
- | . ${site}
- | done
- | fi
- | unset site
- | unset sites
- | fi
- configure:2552: checking for a BSD-compatible install
- configure:2620: result: /usr/bin/install -c
- configure:2631: checking whether build environment is sane
- configure:2681: result: yes
- configure:2730: checking for arm-linux-strip
- configure:2757: result: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-strip
- configure:2822: checking for a thread-safe mkdir -p
- configure:2861: result: /bin/mkdir -p
- configure:2874: checking for gawk
- configure:2890: found /usr/bin/gawk
- configure:2901: result: gawk
- configure:2912: checking whether make sets $(MAKE)
- configure:2934: result: yes
- configure:3031: checking whether to enable maintainer-specific portions of Makefiles
- configure:3040: result: no
- configure:3164: checking pkg-config is at least version 0.9.0
- configure:3167: result: yes
- configure:3210: checking for arm-linux-gcc
- configure:3237: result: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc
- configure:3506: checking for C compiler version
- configure:3515: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc --version >&5
- arm-unknown-linux-uclibcgnueabi-gcc (Buildroot 2012.02-git-00078-g265356b-dirty) 4.4.6
- Copyright (C) 2010 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:3526: $? = 0
- configure:3515: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -v >&5
- Using built-in specs.
- Target: arm-unknown-linux-uclibcgnueabi
- Configured with: /root/panda/build-root/git/output/toolchain/gcc-4.4.6/configure --prefix=/root/panda/build-root/git/output/host/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-unknown-linux-uclibcgnueabi --enable-languages=c,c++ --with-sysroot=/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot --with-build-time-tools=/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/bin --disable-__cxa_atexit --enable-target-optspace --disable-libgomp --with-gnu-ld --disable-libssp --disable-multilib --enable-tls --disable-shared --with-gmp=/root/panda/build-root/git/output/host/usr --with-mpfr=/root/panda/build-root/git/output/host/usr --disable-nls --enable-threads --disable-decimal-float --with-float=soft --with-abi=aapcs-linux --with-arch=armv7-a --with-tune=cortex-a9 --with-pkgversion='Buildroot 2012.02-git-00078-g265356b-dirty' --with-bugurl=http://bugs.buildroot.net/ : (reconfigured) /root/panda/build-root/git/output/toolchain/gcc-4.4.6/configure --prefix=/root/panda/build-root/git/output/host/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-unknown-linux-uclibcgnueabi --enable-languages=c,c++ --with-sysroot=/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot --with-build-time-tools=/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/bin --disable-__cxa_atexit --enable-target-optspace --disable-libgomp --with-gnu-ld --disable-libssp --disable-multilib --enable-tls --disable-shared --with-gmp=/root/panda/build-root/git/output/host/usr --with-mpfr=/root/panda/build-root/git/output/host/usr --disable-nls --enable-threads --disable-decimal-float --with-float=soft --with-abi=aapcs-linux --with-arch=armv7-a --with-tune=cortex-a9 --with-pkgversion='Buildroot 2012.02-git-00078-g265356b-dirty' --with-bugurl=http://bugs.buildroot.net/
- Thread model: posix
- gcc version 4.4.6 (Buildroot 2012.02-git-00078-g265356b-dirty)
- configure:3526: $? = 0
- configure:3515: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -V >&5
- arm-unknown-linux-uclibcgnueabi-gcc: '-V' option must have argument
- configure:3526: $? = 1
- configure:3515: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -qversion >&5
- arm-unknown-linux-uclibcgnueabi-gcc: unrecognized option '-qversion'
- arm-unknown-linux-uclibcgnueabi-gcc: no input files
- configure:3526: $? = 1
- configure:3546: checking whether the C compiler works
- configure:3568: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
- configure:3572: $? = 0
- configure:3621: result: yes
- configure:3624: checking for C compiler default output file name
- configure:3626: result: a.out
- configure:3632: checking for suffix of executables
- configure:3639: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
- configure:3643: $? = 0
- configure:3665: result:
- configure:3687: checking whether we are cross compiling
- configure:3725: result: yes
- configure:3730: checking for suffix of object files
- configure:3752: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
- configure:3756: $? = 0
- configure:3777: result: o
- configure:3781: checking whether we are using the GNU C compiler
- configure:3800: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
- configure:3800: $? = 0
- configure:3809: result: yes
- configure:3818: checking whether /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc accepts -g
- configure:3838: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -g conftest.c >&5
- configure:3838: $? = 0
- configure:3879: result: yes
- configure:3896: checking for /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc option to accept ISO C89
- configure:3960: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
- configure:3960: $? = 0
- configure:3973: result: none needed
- configure:4004: checking for style of include used by make
- configure:4032: result: GNU
- configure:4057: checking dependency style of /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc
- configure:4167: result: gcc3
- configure:4183: checking whether /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc and cc understand -c and -o together
- configure:4214: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c conftest.c -o conftest2.o >&5
- configure:4218: $? = 0
- configure:4224: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c conftest.c -o conftest2.o >&5
- configure:4228: $? = 0
- configure:4239: cc -c conftest.c >&5
- configure:4243: $? = 0
- configure:4251: cc -c conftest.c -o conftest2.o >&5
- configure:4255: $? = 0
- configure:4261: cc -c conftest.c -o conftest2.o >&5
- configure:4265: $? = 0
- configure:4283: result: yes
- configure:4309: checking whether /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc accepts -fPIE
- configure:4324: result: yes
- configure:4398: checking build system type
- configure:4412: result: i686-pc-linux-gnu
- configure:4432: checking host system type
- configure:4445: result: arm-unknown-linux-gnu
- configure:4486: checking how to print strings
- configure:4513: result: printf
- configure:4534: checking for a sed that does not truncate output
- configure:4598: result: /bin/sed
- configure:4616: checking for grep that handles long lines and -e
- configure:4674: result: /bin/grep
- configure:4679: checking for egrep
- configure:4741: result: /bin/grep -E
- configure:4746: checking for fgrep
- configure:4808: result: /bin/grep -F
- configure:4843: checking for ld used by /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc
- configure:4910: result: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ld
- configure:4917: checking if the linker (/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ld) is GNU ld
- configure:4932: result: yes
- configure:4944: checking for BSD- or MS-compatible name lister (nm)
- configure:4993: result: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-nm
- configure:5123: checking the name lister (/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-nm) interface
- configure:5130: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
- configure:5133: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-nm "conftest.o"
- configure:5136: output
- 00000000 B some_variable
- configure:5143: result: BSD nm
- configure:5146: checking whether ln -s works
- configure:5150: result: yes
- configure:5158: checking the maximum length of command line arguments
- configure:5283: result: 1572864
- configure:5300: checking whether the shell understands some XSI constructs
- configure:5310: result: yes
- configure:5314: checking whether the shell understands "+="
- configure:5320: result: yes
- configure:5355: checking for /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ld option to reload object files
- configure:5362: result: -r
- configure:5391: checking for arm-linux-objdump
- configure:5418: result: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-objdump
- configure:5490: checking how to recognize dependent libraries
- configure:5692: result: pass_all
- configure:5712: checking for arm-linux-ar
- configure:5739: result: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ar
- configure:5817: checking for arm-linux-strip
- configure:5844: result: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-strip
- configure:5916: checking for arm-linux-ranlib
- configure:5943: result: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ranlib
- configure:6085: checking command to parse /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-nm output from /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc object
- configure:6203: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
- configure:6206: $? = 0
- configure:6210: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
- configure:6213: $? = 0
- configure:6267: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c conftstm.o >&5
- configure:6270: $? = 0
- configure:6308: result: ok
- configure:7149: checking how to run the C preprocessor
- configure:7219: result: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-cpp
- configure:7239: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-cpp conftest.c
- configure:7239: $? = 0
- configure:7253: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-cpp conftest.c
- conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
- configure:7253: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "connman"
- | #define PACKAGE_TARNAME "connman"
- | #define PACKAGE_VERSION "0.78"
- | #define PACKAGE_STRING "connman 0.78"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "connman"
- | #define VERSION "0.78"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:7282: checking for ANSI C header files
- configure:7302: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
- configure:7302: $? = 0
- configure:7386: result: yes
- configure:7399: checking for sys/types.h
- configure:7399: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
- configure:7399: $? = 0
- configure:7399: result: yes
- configure:7399: checking for sys/stat.h
- configure:7399: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
- configure:7399: $? = 0
- configure:7399: result: yes
- configure:7399: checking for stdlib.h
- configure:7399: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
- configure:7399: $? = 0
- configure:7399: result: yes
- configure:7399: checking for string.h
- configure:7399: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
- configure:7399: $? = 0
- configure:7399: result: yes
- configure:7399: checking for memory.h
- configure:7399: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
- configure:7399: $? = 0
- configure:7399: result: yes
- configure:7399: checking for strings.h
- configure:7399: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
- configure:7399: $? = 0
- configure:7399: result: yes
- configure:7399: checking for inttypes.h
- configure:7399: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
- configure:7399: $? = 0
- configure:7399: result: yes
- configure:7399: checking for stdint.h
- configure:7399: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
- configure:7399: $? = 0
- configure:7399: result: yes
- configure:7399: checking for unistd.h
- configure:7399: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
- configure:7399: $? = 0
- configure:7399: result: yes
- configure:7414: checking for dlfcn.h
- configure:7414: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
- configure:7414: $? = 0
- configure:7414: result: yes
- configure:7571: checking for objdir
- configure:7586: result: .libs
- configure:7853: checking if /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc supports -fno-rtti -fno-exceptions
- configure:7871: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fno-rtti -fno-exceptions conftest.c >&5
- cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
- configure:7875: $? = 0
- configure:7888: result: no
- configure:7908: checking for /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc option to produce PIC
- configure:8193: result: -fPIC -DPIC
- configure:8205: checking if /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc PIC flag -fPIC -DPIC works
- configure:8223: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -DPIC -DPIC conftest.c >&5
- configure:8227: $? = 0
- configure:8240: result: yes
- configure:8264: checking if /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc static flag -static works
- configure:8292: result: yes
- configure:8307: checking if /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc supports -c -o file.o
- configure:8328: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o out/conftest2.o conftest.c >&5
- configure:8332: $? = 0
- configure:8354: result: yes
- configure:8362: checking if /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc supports -c -o file.o
- configure:8409: result: yes
- configure:8442: checking whether the /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc linker (/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ld) supports shared libraries
- configure:9517: result: yes
- configure:9554: checking whether -lc should be explicitly linked in
- configure:9562: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
- configure:9565: $? = 0
- configure:9580: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
- configure:9583: $? = 0
- configure:9597: result: no
- configure:9762: checking dynamic linker characteristics
- configure:10217: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-rpath -Wl,/foo conftest.c >&5
- configure:10217: $? = 0
- configure:10439: result: GNU/Linux ld.so
- configure:10546: checking how to hardcode library paths into programs
- configure:10571: result: immediate
- configure:11111: checking whether stripping libraries is possible
- configure:11116: result: yes
- configure:11151: checking if libtool supports shared libraries
- configure:11153: result: yes
- configure:11156: checking whether to build shared libraries
- configure:11177: result: yes
- configure:11180: checking whether to build static libraries
- configure:11184: result: yes
- configure:11263: checking whether to build gtk-doc documentation
- configure:11265: result: no
- configure:11272: checking for gtkdoc-check
- configure:11290: found /usr/bin/gtkdoc-check
- configure:11302: result: /usr/bin/gtkdoc-check
- configure:11397: checking for wpa_supplicant
- configure:11431: result: no
- configure:12050: checking sys/inotify.h usability
- configure:12050: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g conftest.c >&5
- configure:12050: $? = 0
- configure:12050: result: yes
- configure:12050: checking sys/inotify.h presence
- configure:12050: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-cpp conftest.c
- configure:12050: $? = 0
- configure:12050: result: yes
- configure:12050: checking for sys/inotify.h
- configure:12050: result: yes
- configure:12063: checking for inotify_init in -lc
- configure:12088: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g conftest.c -lc >&5
- configure:12088: $? = 0
- configure:12097: result: yes
- configure:12198: checking resolv.h usability
- configure:12198: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -c -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g conftest.c >&5
- configure:12198: $? = 0
- configure:12198: result: yes
- configure:12198: checking resolv.h presence
- configure:12198: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-cpp conftest.c
- configure:12198: $? = 0
- configure:12198: result: yes
- configure:12198: checking for resolv.h
- configure:12198: result: yes
- configure:12210: checking for ns_initparse in -lresolv
- configure:12235: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g conftest.c -lresolv >&5
- /tmp/ccCKOPnH.o: In function `main':
- /root/panda/build-root/git/output/build/connman-0.78/conftest.c:36: undefined reference to `ns_initparse'
- collect2: ld returned 1 exit status
- configure:12235: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "connman"
- | #define PACKAGE_TARNAME "connman"
- | #define PACKAGE_VERSION "0.78"
- | #define PACKAGE_STRING "connman 0.78"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "connman"
- | #define VERSION "0.78"
- | #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 LT_OBJDIR ".libs/"
- | #define HAVE_SYS_INOTIFY_H 1
- | #define HAVE_RESOLV_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 ns_initparse ();
- | int
- | main ()
- | {
- | return ns_initparse ();
- | ;
- | return 0;
- | }
- configure:12244: result: no
- configure:12250: checking for __ns_initparse in -lresolv
- configure:12275: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g conftest.c -lresolv >&5
- configure:12275: $? = 0
- configure:12284: result: yes
- configure:12296: checking for signalfd
- configure:12296: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g conftest.c >&5
- configure:12296: $? = 0
- configure:12296: result: yes
- configure:12304: checking for dlopen in -ldl
- configure:12329: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g conftest.c -ldl >&5
- configure:12329: $? = 0
- configure:12338: result: yes
- configure:12528: checking for ntpd
- configure:12562: result: no
- configure:12657: checking for GLIB
- configure:12664: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.22"
- configure:12667: $? = 0
- configure:12680: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.22"
- configure:12683: $? = 0
- configure:12720: result: yes
- configure:12733: checking for GTHREAD
- configure:12740: $PKG_CONFIG --exists --print-errors "gthread-2.0 >= 2.16"
- configure:12743: $? = 0
- configure:12756: $PKG_CONFIG --exists --print-errors "gthread-2.0 >= 2.16"
- configure:12759: $? = 0
- configure:12796: result: yes
- configure:12806: checking for DBUS
- configure:12813: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0"
- configure:12816: $? = 0
- configure:12829: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0"
- configure:12832: $? = 0
- configure:12869: result: yes
- configure:12877: checking for dbus_watch_get_unix_fd in -ldbus-1
- configure:12902: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/dbus-1.0 -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/lib/dbus-1.0/include conftest.c -ldbus-1 -ldbus-1 -lpthread -lrt >&5
- configure:12902: $? = 0
- configure:12911: result: yes
- configure:12921: checking for dbus_connection_can_send_type in -ldbus-1
- configure:12946: /root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -o conftest -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/dbus-1.0 -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/lib/dbus-1.0/include conftest.c -ldbus-1 -ldbus-1 -lpthread -lrt >&5
- configure:12946: $? = 0
- configure:12955: result: yes
- configure:13023: checking for XTABLES
- configure:13030: $PKG_CONFIG --exists --print-errors "xtables"
- configure:13033: $? = 0
- configure:13046: $PKG_CONFIG --exists --print-errors "xtables"
- configure:13049: $? = 0
- configure:13086: result: yes
- configure:13673: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by connman config.status 0.78, which was
- generated by GNU Autoconf 2.65. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on panda
- config.status:1208: creating Makefile
- config.status:1208: creating include/version.h
- config.status:1208: creating src/connman.service
- config.status:1208: creating scripts/connman
- config.status:1208: creating doc/version.xml
- config.status:1208: creating connman.pc
- config.status:1208: creating config.h
- config.status:1428: executing depfiles commands
- config.status:1428: executing libtool commands
- configure:15887: WARNING: unrecognized options: --disable-nls
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=i686-pc-linux-gnu
- ac_cv_c_bigendian=no
- ac_cv_c_compiler_gnu=yes
- ac_cv_env_CAPNG_CFLAGS_set=
- ac_cv_env_CAPNG_CFLAGS_value=
- ac_cv_env_CAPNG_LIBS_set=
- ac_cv_env_CAPNG_LIBS_value=
- ac_cv_env_CC_set=set
- ac_cv_env_CC_value=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc
- ac_cv_env_CFLAGS_set=set
- ac_cv_env_CFLAGS_value='-pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64'
- ac_cv_env_CPPFLAGS_set=
- ac_cv_env_CPPFLAGS_value=
- ac_cv_env_CPP_set=set
- ac_cv_env_CPP_value=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-cpp
- ac_cv_env_DBUS_CFLAGS_set=
- ac_cv_env_DBUS_CFLAGS_value=
- ac_cv_env_DBUS_LIBS_set=
- ac_cv_env_DBUS_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_GNUTLS_CFLAGS_set=
- ac_cv_env_GNUTLS_CFLAGS_value=
- ac_cv_env_GNUTLS_LIBS_set=
- ac_cv_env_GNUTLS_LIBS_value=
- ac_cv_env_GTHREAD_CFLAGS_set=
- ac_cv_env_GTHREAD_CFLAGS_value=
- ac_cv_env_GTHREAD_LIBS_set=
- ac_cv_env_GTHREAD_LIBS_value=
- ac_cv_env_IWMXSDK_CFLAGS_set=
- ac_cv_env_IWMXSDK_CFLAGS_value=
- ac_cv_env_IWMXSDK_LIBS_set=
- ac_cv_env_IWMXSDK_LIBS_value=
- ac_cv_env_LDFLAGS_set=set
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_value=
- ac_cv_env_PKG_CONFIG_LIBDIR_set=
- ac_cv_env_PKG_CONFIG_LIBDIR_value=
- ac_cv_env_PKG_CONFIG_PATH_set=
- ac_cv_env_PKG_CONFIG_PATH_value=
- ac_cv_env_PKG_CONFIG_set=set
- ac_cv_env_PKG_CONFIG_value=/root/panda/build-root/git/output/host/usr/bin/pkg-config
- ac_cv_env_XTABLES_CFLAGS_set=
- ac_cv_env_XTABLES_CFLAGS_value=
- ac_cv_env_XTABLES_LIBS_set=
- ac_cv_env_XTABLES_LIBS_value=
- ac_cv_env_build_alias_set=set
- ac_cv_env_build_alias_value=i686-pc-linux-gnu
- ac_cv_env_host_alias_set=set
- ac_cv_env_host_alias_value=arm-linux
- ac_cv_env_target_alias_set=set
- ac_cv_env_target_alias_value=arm-linux
- ac_cv_func_calloc_0_nonnull=yes
- ac_cv_func_malloc_0_nonnull=yes
- ac_cv_func_memcmp_working=yes
- ac_cv_func_mmap_fixed_mapped=yes
- ac_cv_func_realloc_0_nonnull=yes
- ac_cv_func_signalfd=yes
- ac_cv_have_decl_malloc=yes
- ac_cv_header_dlfcn_h=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_memory_h=yes
- ac_cv_header_resolv_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_inotify_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=arm-unknown-linux-gnu
- ac_cv_lbl_unaligned_fail=yes
- ac_cv_lib_c_inotify_init=yes
- ac_cv_lib_dbus_1_dbus_connection_can_send_type=yes
- ac_cv_lib_dbus_1_dbus_watch_get_unix_fd=yes
- ac_cv_lib_dl_dlopen=yes
- ac_cv_lib_resolv___ns_initparse=yes
- ac_cv_lib_resolv_ns_initparse=no
- ac_cv_objext=o
- ac_cv_path_EGREP='/bin/grep -E'
- ac_cv_path_FGREP='/bin/grep -F'
- ac_cv_path_GREP=/bin/grep
- ac_cv_path_GTKDOC_CHECK=/usr/bin/gtkdoc-check
- ac_cv_path_SED=/bin/sed
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_path_mkdir=/bin/mkdir
- ac_cv_prog_AR=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ar
- ac_cv_prog_AWK=gawk
- ac_cv_prog_CC=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc
- ac_cv_prog_CPP=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-cpp
- ac_cv_prog_OBJDUMP=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-objdump
- ac_cv_prog_RANLIB=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ranlib
- ac_cv_prog_STRIP=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-strip
- ac_cv_prog_cc__root_panda_build_root_git_output_host_usr_bin_arm_unknown_linux_uclibcgnueabi_gcc_c_o=yes
- ac_cv_prog_cc_c89=
- ac_cv_prog_cc_g=yes
- ac_cv_prog_cc_pie=yes
- ac_cv_prog_make_make_set=yes
- am_cv_CC_dependencies_compiler_type=gcc3
- gl_cv_func_malloc_0_nonnull=yes
- lt_cv_archive_cmds_need_lc=no
- lt_cv_deplibs_check_method=pass_all
- lt_cv_file_magic_cmd='$MAGIC_CMD'
- lt_cv_file_magic_test_file=
- lt_cv_ld_reload_flag=-r
- lt_cv_nm_interface='BSD nm'
- lt_cv_objdir=.libs
- lt_cv_path_LD=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ld
- lt_cv_path_NM=/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-nm
- lt_cv_prog_compiler_c_o=yes
- lt_cv_prog_compiler_pic_works=yes
- lt_cv_prog_compiler_rtti_exceptions=no
- lt_cv_prog_compiler_static_works=yes
- lt_cv_prog_gnu_ld=yes
- lt_cv_shlibpath_overrides_runpath=no
- lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
- lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
- lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
- lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
- lt_cv_sys_lib_search_path_spec=
- lt_cv_sys_max_cmd_len=1572864
- pkg_cv_DBUS_CFLAGS='-I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/dbus-1.0 -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/lib/dbus-1.0/include '
- pkg_cv_DBUS_LIBS='-ldbus-1 -lpthread -lrt '
- pkg_cv_GLIB_CFLAGS='-I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/glib-2.0 -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/lib/glib-2.0/include '
- pkg_cv_GLIB_LIBS='-lglib-2.0 -lintl '
- pkg_cv_GTHREAD_CFLAGS='-pthread -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/glib-2.0 -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/lib/glib-2.0/include '
- pkg_cv_GTHREAD_LIBS='-pthread -lgthread-2.0 -lglib-2.0 -lintl '
- pkg_cv_XTABLES_CFLAGS=' '
- pkg_cv_XTABLES_LIBS='-lxtables '
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} /root/panda/build-root/git/output/build/connman-0.78/missing --run aclocal-1.11'
- AMDEPBACKSLASH='\'
- AMDEP_FALSE='#'
- AMDEP_TRUE=''
- AMTAR='${SHELL} /root/panda/build-root/git/output/build/connman-0.78/missing --run tar'
- AM_BACKSLASH='\'
- AM_DEFAULT_VERBOSITY='0'
- AR='/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ar'
- AUTOCONF='${SHELL} /root/panda/build-root/git/output/build/connman-0.78/missing --run autoconf'
- AUTOHEADER='${SHELL} /root/panda/build-root/git/output/build/connman-0.78/missing --run autoheader'
- AUTOMAKE='${SHELL} /root/panda/build-root/git/output/build/connman-0.78/missing --run automake-1.11'
- AWK='gawk'
- BLUETOOTH_BUILTIN_FALSE=''
- BLUETOOTH_BUILTIN_TRUE='#'
- BLUETOOTH_FALSE='#'
- BLUETOOTH_TRUE=''
- CAPNG_CFLAGS=''
- CAPNG_LIBS=''
- CC='/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc'
- CCDEPMODE='depmode=gcc3'
- CFLAGS='-pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g'
- CLIENT_FALSE='#'
- CLIENT_TRUE=''
- CPP='/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-cpp'
- CPPFLAGS=''
- CYGPATH_W='echo'
- DATAFILES_FALSE='#'
- DATAFILES_TRUE=''
- DBUS_CFLAGS='-I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/dbus-1.0 -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/lib/dbus-1.0/include '
- DBUS_CONFDIR='/etc/dbus-1/system.d'
- DBUS_DATADIR='${datarootdir}/dbus-1/system-services'
- DBUS_LIBS='-ldbus-1 -lpthread -lrt '
- DEFS='-DHAVE_CONFIG_H'
- DEPDIR='.deps'
- DSYMUTIL=''
- DUMPBIN=''
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/bin/grep -E'
- ENABLE_GTK_DOC_FALSE=''
- ENABLE_GTK_DOC_TRUE='#'
- ETHERNET_BUILTIN_FALSE=''
- ETHERNET_BUILTIN_TRUE='#'
- ETHERNET_FALSE='#'
- ETHERNET_TRUE=''
- EXEEXT=''
- FAKE_FALSE=''
- FAKE_TRUE='#'
- FGREP='/bin/grep -F'
- GLIB_CFLAGS='-I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/glib-2.0 -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/lib/glib-2.0/include -pthread -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/glib-2.0 -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/lib/glib-2.0/include '
- GLIB_LIBS='-lglib-2.0 -lintl -pthread -lgthread-2.0 -lglib-2.0 -lintl '
- GNUTLS_CFLAGS=''
- GNUTLS_LIBS=''
- GOOGLE_BUILTIN_FALSE=''
- GOOGLE_BUILTIN_TRUE='#'
- GOOGLE_FALSE=''
- GOOGLE_TRUE='#'
- GREP='/bin/grep'
- GTHREAD_CFLAGS='-pthread -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/glib-2.0 -I/root/panda/build-root/git/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot/usr/lib/glib-2.0/include '
- GTHREAD_LIBS='-pthread -lgthread-2.0 -lglib-2.0 -lintl '
- GTKDOC_CHECK='/usr/bin/gtkdoc-check'
- GTK_DOC_USE_LIBTOOL_FALSE='#'
- GTK_DOC_USE_LIBTOOL_TRUE=''
- HH2SERIAL_GPS_BUILTIN_FALSE=''
- HH2SERIAL_GPS_BUILTIN_TRUE='#'
- HH2SERIAL_GPS_FALSE=''
- HH2SERIAL_GPS_TRUE='#'
- HTML_DIR='${datadir}/gtk-doc/html'
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
- IOSPM_FALSE=''
- IOSPM_TRUE='#'
- IWMXSDK_CFLAGS=''
- IWMXSDK_LIBS=''
- IWMX_FALSE=''
- IWMX_TRUE='#'
- L2TP=''
- L2TP_BUILTIN_FALSE=''
- L2TP_BUILTIN_TRUE='#'
- L2TP_FALSE=''
- L2TP_TRUE='#'
- LD='/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ld'
- LDFLAGS=''
- LIBOBJS=''
- LIBS=''
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
- LIPO=''
- LN_S='ln -s'
- LOOPBACK_BUILTIN_FALSE=''
- LOOPBACK_BUILTIN_TRUE='#'
- LOOPBACK_FALSE='#'
- LOOPBACK_TRUE=''
- LTLIBOBJS=''
- MAINT='#'
- MAINTAINER_MODE_FALSE=''
- MAINTAINER_MODE_TRUE='#'
- MAKEINFO='${SHELL} /root/panda/build-root/git/output/build/connman-0.78/missing --run makeinfo'
- MEEGO_BUILTIN_FALSE=''
- MEEGO_BUILTIN_TRUE='#'
- MEEGO_FALSE=''
- MEEGO_TRUE='#'
- MKDIR_P='/bin/mkdir -p'
- NM='/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-nm'
- NMCOMPAT_BUILTIN_FALSE=''
- NMCOMPAT_BUILTIN_TRUE='#'
- NMCOMPAT_FALSE=''
- NMCOMPAT_TRUE='#'
- NMEDIT=''
- NTPD=''
- NTPD_BUILTIN_FALSE=''
- NTPD_BUILTIN_TRUE='#'
- NTPD_FALSE='#'
- NTPD_TRUE=''
- OBJDUMP='/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-objdump'
- OBJEXT='o'
- OFONO_BUILTIN_FALSE=''
- OFONO_BUILTIN_TRUE='#'
- OFONO_FALSE=''
- OFONO_TRUE='#'
- OPENCONNECT=''
- OPENCONNECT_BUILTIN_FALSE=''
- OPENCONNECT_BUILTIN_TRUE='#'
- OPENCONNECT_FALSE=''
- OPENCONNECT_TRUE='#'
- OPENVPN=''
- OPENVPN_BUILTIN_FALSE=''
- OPENVPN_BUILTIN_TRUE='#'
- OPENVPN_FALSE=''
- OPENVPN_TRUE='#'
- OTOOL64=''
- OTOOL=''
- PACKAGE='connman'
- PACKAGE_BUGREPORT=''
- PACKAGE_NAME='connman'
- PACKAGE_STRING='connman 0.78'
- PACKAGE_TARNAME='connman'
- PACKAGE_URL=''
- PACKAGE_VERSION='0.78'
- PACRUNNER_BUILTIN_FALSE=''
- PACRUNNER_BUILTIN_TRUE='#'
- PACRUNNER_FALSE=''
- PACRUNNER_TRUE='#'
- PATH_SEPARATOR=':'
- PKG_CONFIG='/root/panda/build-root/git/output/host/usr/bin/pkg-config'
- PKG_CONFIG_LIBDIR=''
- PKG_CONFIG_PATH=''
- POLKIT_BUILTIN_FALSE=''
- POLKIT_BUILTIN_TRUE='#'
- POLKIT_DATADIR=''
- POLKIT_FALSE=''
- POLKIT_TRUE='#'
- PPPD=''
- PPTP=''
- PPTP_BUILTIN_FALSE=''
- PPTP_BUILTIN_TRUE='#'
- PPTP_FALSE=''
- PPTP_TRUE='#'
- RANLIB='/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ranlib'
- SED='/bin/sed'
- SET_MAKE=''
- SHELL='/bin/sh'
- STRIP='/root/panda/build-root/git/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-strip'
- SYSTEMD_FALSE=''
- SYSTEMD_TRUE='#'
- SYSTEMD_UNITDIR=''
- TEST_FALSE=''
- TEST_TRUE='#'
- TIST_BUILTIN_FALSE=''
- TIST_BUILTIN_TRUE='#'
- TIST_FALSE=''
- TIST_TRUE='#'
- TOOLS_FALSE=''
- TOOLS_TRUE='#'
- VERSION='0.78'
- VPNC=''
- VPNC_BUILTIN_FALSE=''
- VPNC_BUILTIN_TRUE='#'
- VPNC_FALSE=''
- VPNC_TRUE='#'
- WIFI_BUILTIN_FALSE=''
- WIFI_BUILTIN_TRUE='#'
- WIFI_FALSE='#'
- WIFI_TRUE=''
- WPASUPPLICANT=''
- XTABLES_CFLAGS=' '
- XTABLES_LIBS='-lxtables '
- abs_top_builddir=''
- abs_top_srcdir=''
- ac_ct_CC=''
- ac_ct_DUMPBIN=''
- am__EXEEXT_FALSE=''
- am__EXEEXT_TRUE='#'
- am__fastdepCC_FALSE='#'
- am__fastdepCC_TRUE=''
- am__include='include'
- am__isrc=''
- am__leading_dot='.'
- am__quote=''
- am__tar='${AMTAR} chof - "$$tardir"'
- am__untar='${AMTAR} xf -'
- bindir='${exec_prefix}/bin'
- build='i686-pc-linux-gnu'
- build_alias='i686-pc-linux-gnu'
- build_cpu='i686'
- build_os='linux-gnu'
- build_vendor='pc'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='/usr'
- host='arm-unknown-linux-gnu'
- host_alias='arm-linux'
- host_cpu='arm'
- host_os='linux-gnu'
- host_vendor='unknown'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- install_sh='${SHELL} /root/panda/build-root/git/output/build/connman-0.78/install-sh'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='/var'
- mandir='${datarootdir}/man'
- mkdir_p='/bin/mkdir -p'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='/usr'
- program_transform_name='s&^&&'
- psdir='${docdir}'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='/etc'
- target_alias='arm-linux'
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "connman"
- #define PACKAGE_TARNAME "connman"
- #define PACKAGE_VERSION "0.78"
- #define PACKAGE_STRING "connman 0.78"
- #define PACKAGE_BUGREPORT ""
- #define PACKAGE_URL ""
- #define PACKAGE "connman"
- #define VERSION "0.78"
- #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 LT_OBJDIR ".libs/"
- #define HAVE_SYS_INOTIFY_H 1
- #define HAVE_RESOLV_H 1
- #define STATS_MAX_FILE_SIZE (16 * 8 * 128)
- #define NEED_THREADS 1
- configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment