bluez 5.2 build problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



After configuring with the attached config.log, I'm getting the
following error during build:

  CC     btio/bluetoothd-btio.o
btio/btio.c: In function 'bt_io_get_type':
btio/btio.c:109:35: error: 'SO_DOMAIN' undeclared (first use in this function)
btio/btio.c:109:35: note: each undeclared identifier is reported only once for each function it appears in
btio/btio.c:123:35: error: 'SO_PROTOCOL' undeclared (first use in this function)
make[3]: *** [btio/bluetoothd-btio.o] Error 1
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/embedded-linux/tool/ti-sdk/bluez/bluez-5.2'
make[1]: *** [make] Error 2
make[1]: Leaving directory `/home/embedded-linux/tool/ti-sdk/bluez'
make: *** [bluez] Error 2

I checked the kernel/usr/include/sys/socket.h and it does not have
SO_DOMAIN defined. I am using a fresh (cross-)build of glibc-2.17.

Note that I am cross-compiling for the beagle-board xm using TI's Arago
cross-compiler tools.

Am I missing something obvious, or is this a build bug?
-- 
Randy Yates
Digital Signal Labs
http://www.digitalsignallabs.com
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by bluez configure 5.2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --build=x86_64-suse-linux-gnu --host=arm-arago-linux-gnueabi --prefix=/home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr --sysconfdir=/home/embedded-linux/tool/ti-sdk/rootfs-partial/rootfs-partial/etc --with-sysroot=/home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2 --localstatedir=/var --disable-cups --disable-usb --disable-udev --disable-systemd --disable-obex

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

hostname = randy
uname -m = x86_64
uname -r = 3.4.11-2.16-desktop
uname -s = Linux
uname -v = #1 SMP PREEMPT Wed Sep 26 17:05:00 UTC 2012 (259fc87)

/usr/bin/uname -p = x86_64
/bin/uname -X     = unknown

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

PATH: /home/embedded-linux/tool/ti-sdk/linux-devkit/bin
PATH: /home/yates/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /usr/local/texlive/2011/bin/x86_64-linux


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

configure:2240: loading site script /usr/share/site/x86_64-unknown-linux-gnu
| #!/bin/sh
| # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
| 
| # If user did not specify libdir, guess the correct target:
| # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
| if test "$libdir" = '${exec_prefix}/lib' ; then
| 
| 	ac_config_site_64bit_host=NONE
| 
| 	case "$host" in
| 	"" )
| 		# User did not specify host target.
| 		# The native platform x86_64 is a bi-arch platform.
| 		# Try to detect cross-compilation to inferior architecture.
| 
| 		# We are trying to guess 32-bit target compilation. It's not as easy as
| 		# it sounds, as there is possible several intermediate combinations.
| 		ac_config_site_cross_to_32bit_host=NONE
| 
| 		# User defined -m32 in CFLAGS or CXXFLAGS:
| 		# (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
| 		case "$CFLAGS" in
| 		*-m32*)
| 			ac_config_site_cross_to_32bit_host=YES
| 			;;
| 		esac
| 		case "$CXXFLAGS" in
| 		*-m32*)
| 			ac_config_site_cross_to_32bit_host=YES
| 			;;
| 		esac
| 
| 		# Running with linux32:
| 		# (Changes detected platform, but not the toolchain target.)
| 		case "`/bin/uname -i`" in
| 		x86_64 | ppc64 | s390x )
| 			;;
| 		* )
| 			ac_config_site_cross_to_32bit_host=YES
| 			;;
| 		esac
| 
| 		if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
| 			ac_config_site_64bit_host=YES
| 		fi
| 
| 		;;
| 	*x86_64* | *ppc64* | *s390x* )
| 		ac_config_site_64bit_host=YES
| 		;;
| 	esac
| 
| 	if test "x$ac_config_site_64bit_host" = xYES; then
| 		libdir='${exec_prefix}/lib64'
| 	fi
| fi
| 
| # If user did not specify libexecdir, set the correct target:
| # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
| 
| if test "$libexecdir" = '${exec_prefix}/libexec' ; then
| 	libexecdir='${exec_prefix}/lib'
| fi
| 
| # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
| if test "x$prefix" != xNONE; then
| 	ac_site_file1=$prefix/share/config.site
| 	ac_site_file2=$prefix/etc/config.site
| else
| 	ac_site_file1=$ac_default_prefix/share/config.site
| 	ac_site_file2=$ac_default_prefix/etc/config.site
| fi
| for ac_site_file in "$ac_site_file1" "$ac_site_file2"
| do
| 	test "x$ac_site_file" = xNONE && continue
| 	if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
| 		{ $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
| 		sed 's/^/| /' "$ac_site_file" >&5
| 		. "$ac_site_file" \
| 			|| { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
| as_fn_error $? "failed to load site script $ac_site_file
| See \`config.log' for more details" "$LINENO" 5; }
| 	fi
| done
configure:2382: checking for a BSD-compatible install
configure:2450: result: /usr/bin/install -c
configure:2461: checking whether build environment is sane
configure:2511: result: yes
configure:2560: checking for arm-arago-linux-gnueabi-strip
configure:2576: found /home/embedded-linux/tool/ti-sdk/linux-devkit/bin/arm-arago-linux-gnueabi-strip
configure:2587: result: arm-arago-linux-gnueabi-strip
configure:2652: checking for a thread-safe mkdir -p
configure:2691: result: /usr/bin/mkdir -p
configure:2704: checking for gawk
configure:2720: found /usr/bin/gawk
configure:2731: result: gawk
configure:2742: checking whether make sets $(MAKE)
configure:2764: result: yes
configure:2793: checking whether make supports nested variables
configure:2810: result: yes
configure:2878: checking how to create a pax tar archive
configure:2891: tar --version
tar (GNU tar) 1.26
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:2894: $? = 0
configure:2934: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
configure:2937: $? = 0
configure:2941: tar -xf - <conftest.tar
configure:2944: $? = 0
configure:2957: result: gnutar
configure:2978: checking for style of include used by make
configure:3006: result: GNU
configure:3037: checking for arm-arago-linux-gnueabi-gcc
configure:3053: found /home/embedded-linux/tool/ti-sdk/linux-devkit/bin/arm-arago-linux-gnueabi-gcc
configure:3064: result: arm-arago-linux-gnueabi-gcc
configure:3333: checking for C compiler version
configure:3342: arm-arago-linux-gnueabi-gcc --version >&5
arm-arago-linux-gnueabi-gcc (GCC) 4.5.3 20110311 (prerelease)
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:3353: $? = 0
configure:3342: arm-arago-linux-gnueabi-gcc -v >&5
Using built-in specs.
COLLECT_GCC=arm-arago-linux-gnueabi-gcc
Target: arm-arago-linux-gnueabi
Configured with: /sim/scratch_a0850442/arago-tmp-arago/work/i686-armv7a-sdk-arago-linux-gnueabi/gcc-cross-sdk-4.5-r41.2+svnr170880/gcc-4_5-branch/configure --build=i686-linux --host=i686-linux --target=arm-arago-linux-gnueabi --prefix=/arago-2011.09/armv7a --exec_prefix=/arago-2011.09/armv7a --bindir=/arago-2011.09/armv7a/bin --sbindir=/arago-2011.09/armv7a/bin --libexecdir=/arago-2011.09/armv7a/libexec --datadir=/arago-2011.09/armv7a/share --sysconfdir=/arago-2011.09/armv7a/etc --sharedstatedir=/arago-2011.09/armv7a/share/com --localstatedir=/arago-2011.09/armv7a/var --libdir=/arago-2011.09/armv7a/lib --includedir=/arago-2011.09/armv7a/include --oldincludedir=/arago-2011.09/armv7a/include --infodir=/arago-2011.09/armv7a/share/info --mandir=/arago-2011.09/armv7a/share/man --enable-largefile --disable-nls --enable-ipv6 --with-gnu-ld --enable-shared --enable-languages=c,c++,objc,fortran --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-arago-linux-gnueabi- --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap --with-float=softfp --with-sysroot=/arago-2011.09/armv7a/arm-arago-linux-gnueabi --with-build-time-tools=/sim/scratch_a0850442/arago-tmp-arago/sysroots/i686-linux/usr/armv7a/arm-arago-linux-gnueabi/bin --with-build-sysroot=/sim/scratch_a0850442/arago-tmp-arago/sysroots/armv7a-arago-linux-gnueabi --disable-libunwind-exceptions --with-mpfr=/sim/scratch_a0850442/arago-tmp-arago/sysroots/i686-linux/usr --with-system-zlib --enable-__cxa_atexit
Thread model: posix
gcc version 4.5.3 20110311 (prerelease) (GCC) 
configure:3353: $? = 0
configure:3342: arm-arago-linux-gnueabi-gcc -V >&5
arm-arago-linux-gnueabi-gcc: '-V' option must have argument
configure:3353: $? = 1
configure:3342: arm-arago-linux-gnueabi-gcc -qversion >&5
arm-arago-linux-gnueabi-gcc: unrecognized option '-qversion'
arm-arago-linux-gnueabi-gcc: no input files
configure:3353: $? = 1
configure:3373: checking whether the C compiler works
configure:3395: arm-arago-linux-gnueabi-gcc    conftest.c  >&5
configure:3399: $? = 0
configure:3447: result: yes
configure:3450: checking for C compiler default output file name
configure:3452: result: a.out
configure:3458: checking for suffix of executables
configure:3465: arm-arago-linux-gnueabi-gcc -o conftest    conftest.c  >&5
configure:3469: $? = 0
configure:3491: result: 
configure:3513: checking whether we are cross compiling
configure:3551: result: yes
configure:3556: checking for suffix of object files
configure:3578: arm-arago-linux-gnueabi-gcc -c   conftest.c >&5
configure:3582: $? = 0
configure:3603: result: o
configure:3607: checking whether we are using the GNU C compiler
configure:3626: arm-arago-linux-gnueabi-gcc -c   conftest.c >&5
configure:3626: $? = 0
configure:3635: result: yes
configure:3644: checking whether arm-arago-linux-gnueabi-gcc accepts -g
configure:3664: arm-arago-linux-gnueabi-gcc -c -g  conftest.c >&5
configure:3664: $? = 0
configure:3705: result: yes
configure:3722: checking for arm-arago-linux-gnueabi-gcc option to accept ISO C89
configure:3785: arm-arago-linux-gnueabi-gcc  -c -g -O2  conftest.c >&5
configure:3785: $? = 0
configure:3798: result: none needed
configure:3820: checking dependency style of arm-arago-linux-gnueabi-gcc
configure:3931: result: gcc3
configure:3952: checking how to run the C preprocessor
configure:3983: arm-arago-linux-gnueabi-gcc -E  conftest.c
configure:3983: $? = 0
configure:3997: arm-arago-linux-gnueabi-gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3997: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "bluez"
| #define PACKAGE_TARNAME "bluez"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "bluez 5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "bluez"
| #define VERSION "5.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4022: result: arm-arago-linux-gnueabi-gcc -E
configure:4042: arm-arago-linux-gnueabi-gcc -E  conftest.c
configure:4042: $? = 0
configure:4056: arm-arago-linux-gnueabi-gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4056: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "bluez"
| #define PACKAGE_TARNAME "bluez"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "bluez 5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "bluez"
| #define VERSION "5.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4085: checking for grep that handles long lines and -e
configure:4143: result: /usr/bin/grep
configure:4148: checking for egrep
configure:4210: result: /usr/bin/grep -E
configure:4215: checking for ANSI C header files
configure:4235: arm-arago-linux-gnueabi-gcc -c -g -O2  conftest.c >&5
configure:4235: $? = 0
configure:4319: result: yes
configure:4332: checking for sys/types.h
configure:4332: arm-arago-linux-gnueabi-gcc -c -g -O2  conftest.c >&5
configure:4332: $? = 0
configure:4332: result: yes
configure:4332: checking for sys/stat.h
configure:4332: arm-arago-linux-gnueabi-gcc -c -g -O2  conftest.c >&5
configure:4332: $? = 0
configure:4332: result: yes
configure:4332: checking for stdlib.h
configure:4332: arm-arago-linux-gnueabi-gcc -c -g -O2  conftest.c >&5
configure:4332: $? = 0
configure:4332: result: yes
configure:4332: checking for string.h
configure:4332: arm-arago-linux-gnueabi-gcc -c -g -O2  conftest.c >&5
configure:4332: $? = 0
configure:4332: result: yes
configure:4332: checking for memory.h
configure:4332: arm-arago-linux-gnueabi-gcc -c -g -O2  conftest.c >&5
configure:4332: $? = 0
configure:4332: result: yes
configure:4332: checking for strings.h
configure:4332: arm-arago-linux-gnueabi-gcc -c -g -O2  conftest.c >&5
configure:4332: $? = 0
configure:4332: result: yes
configure:4332: checking for inttypes.h
configure:4332: arm-arago-linux-gnueabi-gcc -c -g -O2  conftest.c >&5
configure:4332: $? = 0
configure:4332: result: yes
configure:4332: checking for stdint.h
configure:4332: arm-arago-linux-gnueabi-gcc -c -g -O2  conftest.c >&5
configure:4332: $? = 0
configure:4332: result: yes
configure:4332: checking for unistd.h
configure:4332: arm-arago-linux-gnueabi-gcc -c -g -O2  conftest.c >&5
configure:4332: $? = 0
configure:4332: result: yes
configure:4345: checking minix/config.h usability
configure:4345: arm-arago-linux-gnueabi-gcc -c -g -O2  conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4345: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "bluez"
| #define PACKAGE_TARNAME "bluez"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "bluez 5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "bluez"
| #define VERSION "5.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <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
| #include <minix/config.h>
configure:4345: result: no
configure:4345: checking minix/config.h presence
configure:4345: arm-arago-linux-gnueabi-gcc -E  conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4345: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "bluez"
| #define PACKAGE_TARNAME "bluez"
| #define PACKAGE_VERSION "5.2"
| #define PACKAGE_STRING "bluez 5.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "bluez"
| #define VERSION "5.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4345: result: no
configure:4345: checking for minix/config.h
configure:4345: result: no
configure:4366: checking whether it is safe to define __EXTENSIONS__
configure:4384: arm-arago-linux-gnueabi-gcc -c -g -O2  conftest.c >&5
configure:4384: $? = 0
configure:4391: result: yes
configure:4417: checking whether make supports nested variables
configure:4434: result: yes
configure:4447: checking whether to enable maintainer-specific portions of Makefiles
configure:4456: result: no
configure:4483: checking for arm-arago-linux-gnueabi-pkg-config
configure:4516: result: no
configure:4526: checking for pkg-config
configure:4544: found /home/embedded-linux/tool/ti-sdk/linux-devkit/bin/pkg-config
configure:4556: result: /home/embedded-linux/tool/ti-sdk/linux-devkit/bin/pkg-config
configure:4568: WARNING: using cross tools not prefixed with host triplet
configure:4581: checking pkg-config is at least version 0.9.0
configure:4584: result: yes
configure:4617: checking for C/C++ restrict keyword
configure:4642: arm-arago-linux-gnueabi-gcc -c -g -O2  conftest.c >&5
configure:4642: $? = 0
configure:4650: result: __restrict
configure:4672: checking for arm-arago-linux-gnueabi-gcc
configure:4699: result: arm-arago-linux-gnueabi-gcc
configure:4968: checking for C compiler version
configure:4977: arm-arago-linux-gnueabi-gcc --version >&5
arm-arago-linux-gnueabi-gcc (GCC) 4.5.3 20110311 (prerelease)
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:4988: $? = 0
configure:4977: arm-arago-linux-gnueabi-gcc -v >&5
Using built-in specs.
COLLECT_GCC=arm-arago-linux-gnueabi-gcc
Target: arm-arago-linux-gnueabi
Configured with: /sim/scratch_a0850442/arago-tmp-arago/work/i686-armv7a-sdk-arago-linux-gnueabi/gcc-cross-sdk-4.5-r41.2+svnr170880/gcc-4_5-branch/configure --build=i686-linux --host=i686-linux --target=arm-arago-linux-gnueabi --prefix=/arago-2011.09/armv7a --exec_prefix=/arago-2011.09/armv7a --bindir=/arago-2011.09/armv7a/bin --sbindir=/arago-2011.09/armv7a/bin --libexecdir=/arago-2011.09/armv7a/libexec --datadir=/arago-2011.09/armv7a/share --sysconfdir=/arago-2011.09/armv7a/etc --sharedstatedir=/arago-2011.09/armv7a/share/com --localstatedir=/arago-2011.09/armv7a/var --libdir=/arago-2011.09/armv7a/lib --includedir=/arago-2011.09/armv7a/include --oldincludedir=/arago-2011.09/armv7a/include --infodir=/arago-2011.09/armv7a/share/info --mandir=/arago-2011.09/armv7a/share/man --enable-largefile --disable-nls --enable-ipv6 --with-gnu-ld --enable-shared --enable-languages=c,c++,objc,fortran --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-arago-linux-gnueabi- --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap --with-float=softfp --with-sysroot=/arago-2011.09/armv7a/arm-arago-linux-gnueabi --with-build-time-tools=/sim/scratch_a0850442/arago-tmp-arago/sysroots/i686-linux/usr/armv7a/arm-arago-linux-gnueabi/bin --with-build-sysroot=/sim/scratch_a0850442/arago-tmp-arago/sysroots/armv7a-arago-linux-gnueabi --disable-libunwind-exceptions --with-mpfr=/sim/scratch_a0850442/arago-tmp-arago/sysroots/i686-linux/usr --with-system-zlib --enable-__cxa_atexit
Thread model: posix
gcc version 4.5.3 20110311 (prerelease) (GCC) 
configure:4988: $? = 0
configure:4977: arm-arago-linux-gnueabi-gcc -V >&5
arm-arago-linux-gnueabi-gcc: '-V' option must have argument
configure:4988: $? = 1
configure:4977: arm-arago-linux-gnueabi-gcc -qversion >&5
arm-arago-linux-gnueabi-gcc: unrecognized option '-qversion'
arm-arago-linux-gnueabi-gcc: no input files
configure:4988: $? = 1
configure:4992: checking whether we are using the GNU C compiler
configure:5020: result: yes
configure:5029: checking whether arm-arago-linux-gnueabi-gcc accepts -g
configure:5090: result: yes
configure:5107: checking for arm-arago-linux-gnueabi-gcc option to accept ISO C89
configure:5183: result: none needed
configure:5205: checking dependency style of arm-arago-linux-gnueabi-gcc
configure:5316: result: gcc3
configure:5332: checking whether arm-arago-linux-gnueabi-gcc and cc understand -c and -o together
configure:5363: arm-arago-linux-gnueabi-gcc -c conftest.c -o conftest2.o >&5
configure:5367: $? = 0
configure:5373: arm-arago-linux-gnueabi-gcc -c conftest.c -o conftest2.o >&5
configure:5377: $? = 0
configure:5388: cc -c conftest.c >&5
configure:5392: $? = 0
configure:5400: cc -c conftest.c -o conftest2.o >&5
configure:5404: $? = 0
configure:5410: cc -c conftest.c -o conftest2.o >&5
configure:5414: $? = 0
configure:5432: result: yes
configure:5458: checking whether arm-arago-linux-gnueabi-gcc accepts -fPIE
configure:5473: result: yes
configure:5542: checking build system type
configure:5556: result: x86_64-suse-linux-gnu
configure:5576: checking host system type
configure:5589: result: arm-arago-linux-gnueabi
configure:5630: checking how to print strings
configure:5657: result: printf
configure:5678: checking for a sed that does not truncate output
configure:5742: result: /usr/bin/sed
configure:5760: checking for fgrep
configure:5822: result: /usr/bin/grep -F
configure:5857: checking for ld used by arm-arago-linux-gnueabi-gcc
configure:5924: result: /home/embedded-linux/tool/ti-sdk/linux-devkit/arm-arago-linux-gnueabi/bin/ld
configure:5931: checking if the linker (/home/embedded-linux/tool/ti-sdk/linux-devkit/arm-arago-linux-gnueabi/bin/ld) is GNU ld
configure:5946: result: yes
configure:5958: checking for BSD- or MS-compatible name lister (nm)
configure:6007: result: /home/embedded-linux/tool/ti-sdk/linux-devkit/bin/arm-arago-linux-gnueabi-nm -B
configure:6137: checking the name lister (/home/embedded-linux/tool/ti-sdk/linux-devkit/bin/arm-arago-linux-gnueabi-nm -B) interface
configure:6144: arm-arago-linux-gnueabi-gcc -c -g -O2  conftest.c >&5
configure:6147: /home/embedded-linux/tool/ti-sdk/linux-devkit/bin/arm-arago-linux-gnueabi-nm -B "conftest.o"
configure:6150: output
00000000 B some_variable
configure:6157: result: BSD nm
configure:6160: checking whether ln -s works
configure:6164: result: yes
configure:6172: checking the maximum length of command line arguments
configure:6302: result: 1635000
configure:6319: checking whether the shell understands some XSI constructs
configure:6329: result: yes
configure:6333: checking whether the shell understands "+="
configure:6339: result: yes
configure:6374: checking how to convert x86_64-suse-linux-gnu file names to arm-arago-linux-gnueabi format
configure:6414: result: func_convert_file_noop
configure:6421: checking how to convert x86_64-suse-linux-gnu file names to toolchain format
configure:6441: result: func_convert_file_noop
configure:6448: checking for /home/embedded-linux/tool/ti-sdk/linux-devkit/arm-arago-linux-gnueabi/bin/ld option to reload object files
configure:6455: result: -r
configure:6489: checking for arm-arago-linux-gnueabi-objdump
configure:6505: found /home/embedded-linux/tool/ti-sdk/linux-devkit/bin/arm-arago-linux-gnueabi-objdump
configure:6516: result: arm-arago-linux-gnueabi-objdump
configure:6588: checking how to recognize dependent libraries
configure:6786: result: pass_all
configure:6831: checking for arm-arago-linux-gnueabi-dlltool
configure:6861: result: no
configure:6871: checking for dlltool
configure:6901: result: no
configure:6931: checking how to associate runtime and link libraries
configure:6958: result: printf %s\n
configure:6974: checking for arm-arago-linux-gnueabi-ar
configure:6990: found /home/embedded-linux/tool/ti-sdk/linux-devkit/bin/arm-arago-linux-gnueabi-ar
configure:7001: result: arm-arago-linux-gnueabi-ar
configure:7082: checking for archiver @FILE support
configure:7099: arm-arago-linux-gnueabi-gcc -c -g -O2  conftest.c >&5
configure:7099: $? = 0
configure:7102: arm-arago-linux-gnueabi-ar cru libconftest.a @conftest.lst >&5
configure:7105: $? = 0
configure:7110: arm-arago-linux-gnueabi-ar cru libconftest.a @conftest.lst >&5
arm-arago-linux-gnueabi-ar: conftest.o: No such file or directory
configure:7113: $? = 1
configure:7125: result: @
configure:7143: checking for arm-arago-linux-gnueabi-strip
configure:7170: result: arm-arago-linux-gnueabi-strip
configure:7242: checking for arm-arago-linux-gnueabi-ranlib
configure:7258: found /home/embedded-linux/tool/ti-sdk/linux-devkit/bin/arm-arago-linux-gnueabi-ranlib
configure:7269: result: arm-arago-linux-gnueabi-ranlib
configure:7411: checking command to parse /home/embedded-linux/tool/ti-sdk/linux-devkit/bin/arm-arago-linux-gnueabi-nm -B output from arm-arago-linux-gnueabi-gcc object
configure:7531: arm-arago-linux-gnueabi-gcc -c -g -O2  conftest.c >&5
configure:7534: $? = 0
configure:7538: /home/embedded-linux/tool/ti-sdk/linux-devkit/bin/arm-arago-linux-gnueabi-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7541: $? = 0
configure:7607: arm-arago-linux-gnueabi-gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:7610: $? = 0
configure:7648: result: ok
configure:7685: checking for sysroot
configure:7715: result: /home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2
configure:7931: checking for arm-arago-linux-gnueabi-mt
configure:7961: result: no
configure:7971: checking for mt
configure:7987: found /usr/bin/mt
configure:7998: result: mt
configure:8021: checking if mt is a manifest tool
configure:8027: mt '-?'
configure:8035: result: no
configure:8674: checking for dlfcn.h
configure:8674: arm-arago-linux-gnueabi-gcc -c -g -O2  conftest.c >&5
configure:8674: $? = 0
configure:8674: result: yes
configure:8850: checking for objdir
configure:8865: result: .libs
configure:9132: checking if arm-arago-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions
configure:9150: arm-arago-linux-gnueabi-gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:9154: $? = 0
configure:9167: result: no
configure:9494: checking for arm-arago-linux-gnueabi-gcc option to produce PIC
configure:9501: result: -fPIC -DPIC
configure:9509: checking if arm-arago-linux-gnueabi-gcc PIC flag -fPIC -DPIC works
configure:9527: arm-arago-linux-gnueabi-gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:9531: $? = 0
configure:9544: result: yes
configure:9573: checking if arm-arago-linux-gnueabi-gcc static flag -static works
configure:9601: result: yes
configure:9616: checking if arm-arago-linux-gnueabi-gcc supports -c -o file.o
configure:9637: arm-arago-linux-gnueabi-gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:9641: $? = 0
configure:9663: result: yes
configure:9671: checking if arm-arago-linux-gnueabi-gcc supports -c -o file.o
configure:9718: result: yes
configure:9751: checking whether the arm-arago-linux-gnueabi-gcc linker (/home/embedded-linux/tool/ti-sdk/linux-devkit/arm-arago-linux-gnueabi/bin/ld) supports shared libraries
configure:10908: result: yes
configure:10945: checking whether -lc should be explicitly linked in
configure:10953: arm-arago-linux-gnueabi-gcc -c -g -O2  conftest.c >&5
configure:10956: $? = 0
configure:10971: arm-arago-linux-gnueabi-gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:10974: $? = 0
configure:10988: result: no
configure:11148: checking dynamic linker characteristics
configure:11648: arm-arago-linux-gnueabi-gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:11648: $? = 0
configure:11882: result: GNU/Linux ld.so
configure:11989: checking how to hardcode library paths into programs
configure:12014: result: immediate
configure:12554: checking whether stripping libraries is possible
configure:12559: result: yes
configure:12594: checking if libtool supports shared libraries
configure:12596: result: yes
configure:12599: checking whether to build shared libraries
configure:12620: result: yes
configure:12623: checking whether to build static libraries
configure:12627: result: no
configure:12710: checking for signalfd
configure:12710: arm-arago-linux-gnueabi-gcc -o conftest -g -O2   conftest.c  >&5
configure:12710: $? = 0
configure:12710: result: yes
configure:12718: checking for dlopen in -ldl
configure:12743: arm-arago-linux-gnueabi-gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:12743: $? = 0
configure:12752: result: yes
configure:12763: checking for GLIB
configure:12770: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.28"
configure:12773: $? = 0
configure:12787: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.28"
configure:12790: $? = 0
configure:12828: result: yes
configure:12916: checking for DBUS
configure:12923: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.4"
configure:12926: $? = 0
configure:12940: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.4"
configure:12943: $? = 0
configure:12981: result: yes
configure:12995: checking D-Bus configuration directory
configure:13001: result: /home/embedded-linux/tool/ti-sdk/rootfs-partial/rootfs-partial/etc
configure:13014: checking D-Bus system bus services dir
configure:13020: result: /home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr/share/dbus-1/system-services
configure:13033: checking D-Bus session bus services dir
configure:13039: result: /home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr/share/dbus-1/services
configure:13561: checking readline/readline.h usability
configure:13561: arm-arago-linux-gnueabi-gcc -c -g -O2  conftest.c >&5
configure:13561: $? = 0
configure:13561: result: yes
configure:13561: checking readline/readline.h presence
configure:13561: arm-arago-linux-gnueabi-gcc -E  conftest.c
configure:13561: $? = 0
configure:13561: result: yes
configure:13561: checking for readline/readline.h
configure:13561: result: yes
configure:13890: creating ./config.status

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

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

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

on randy

config.status:1148: creating Makefile
config.status:1148: creating src/bluetoothd.8
config.status:1148: creating lib/bluez.pc
config.status:1148: creating config.h
config.status:1377: executing depfiles commands
config.status:1377: executing libtool commands

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

ac_cv_build=x86_64-suse-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_restrict=__restrict
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_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_GTHREAD_CFLAGS_set=
ac_cv_env_GTHREAD_CFLAGS_value=
ac_cv_env_GTHREAD_LIBS_set=
ac_cv_env_GTHREAD_LIBS_value=
ac_cv_env_ICAL_CFLAGS_set=
ac_cv_env_ICAL_CFLAGS_value=
ac_cv_env_ICAL_LIBS_set=
ac_cv_env_ICAL_LIBS_value=
ac_cv_env_LDFLAGS_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=set
ac_cv_env_PKG_CONFIG_PATH_value=/home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_UDEV_CFLAGS_set=
ac_cv_env_UDEV_CFLAGS_value=
ac_cv_env_UDEV_LIBS_set=
ac_cv_env_UDEV_LIBS_value=
ac_cv_env_USB_CFLAGS_set=
ac_cv_env_USB_CFLAGS_value=
ac_cv_env_USB_LIBS_set=
ac_cv_env_USB_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-suse-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-arago-linux-gnueabi
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_signalfd=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_readline_readline_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=arm-arago-linux-gnueabi
ac_cv_lib_dl_dlopen=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/home/embedded-linux/tool/ti-sdk/linux-devkit/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AR=arm-arago-linux-gnueabi-ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=arm-arago-linux-gnueabi-gcc
ac_cv_prog_CPP='arm-arago-linux-gnueabi-gcc -E'
ac_cv_prog_OBJDUMP=arm-arago-linux-gnueabi-objdump
ac_cv_prog_RANLIB=arm-arago-linux-gnueabi-ranlib
ac_cv_prog_STRIP=arm-arago-linux-gnueabi-strip
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_cc_arm_arago_linux_gnueabi_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
ac_cv_safe_to_define___extensions__=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_tar_pax=gnutar
lt_cv_ar_at_file=@
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=/home/embedded-linux/tool/ti-sdk/linux-devkit/arm-arago-linux-gnueabi/bin/ld
lt_cv_path_NM='/home/embedded-linux/tool/ti-sdk/linux-devkit/bin/arm-arago-linux-gnueabi-nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
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_sharedlib_from_linklib_cmd='printf %s\n'
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'\'' | sed '\''/ __gnu_lto/d'\'''
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_max_cmd_len=1635000
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pkg_cv_DBUS_CFLAGS='-I/home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr/include/dbus-1.0 -I/home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr/lib/dbus-1.0/include  '
pkg_cv_DBUS_LIBS='-L/home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr/lib -ldbus-1  '
pkg_cv_GLIB_CFLAGS='-I/home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr/include/glib-2.0 -I/home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr/lib/glib-2.0/include  '
pkg_cv_GLIB_LIBS='-L/home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr/lib -lglib-2.0  '

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

ACLOCAL='${SHELL} /home/embedded-linux/tool/ti-sdk/bluez/bluez-5.2/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='arm-arago-linux-gnueabi-ar'
AUTOCONF='${SHELL} /home/embedded-linux/tool/ti-sdk/bluez/bluez-5.2/missing --run autoconf'
AUTOHEADER='${SHELL} /home/embedded-linux/tool/ti-sdk/bluez/bluez-5.2/missing --run autoheader'
AUTOMAKE='${SHELL} /home/embedded-linux/tool/ti-sdk/bluez/bluez-5.2/missing --run automake-1.11'
AWK='gawk'
CC='arm-arago-linux-gnueabi-gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CLIENT_FALSE='#'
CLIENT_TRUE=''
CPP='arm-arago-linux-gnueabi-gcc -E'
CPPFLAGS=''
CUPS_FALSE=''
CUPS_TRUE='#'
CYGPATH_W='echo'
DATAFILES_FALSE='#'
DATAFILES_TRUE=''
DBUS_CFLAGS='-I/home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr/include/dbus-1.0 -I/home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr/lib/dbus-1.0/include  '
DBUS_CONFDIR='/home/embedded-linux/tool/ti-sdk/rootfs-partial/rootfs-partial/etc'
DBUS_LIBS='-L/home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr/lib -ldbus-1  '
DBUS_SESSIONBUSDIR='/home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr/share/dbus-1/services'
DBUS_SYSTEMBUSDIR='/home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr/share/dbus-1/system-services'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
EXPERIMENTAL_FALSE=''
EXPERIMENTAL_TRUE='#'
FGREP='/usr/bin/grep -F'
GLIB_CFLAGS='-I/home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr/include/glib-2.0 -I/home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr/lib/glib-2.0/include  '
GLIB_LIBS='-L/home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr/lib -lglib-2.0  '
GREP='/usr/bin/grep'
GTHREAD_CFLAGS=''
GTHREAD_LIBS=''
HID2HCI_FALSE=''
HID2HCI_TRUE='#'
ICAL_CFLAGS=''
ICAL_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/home/embedded-linux/tool/ti-sdk/linux-devkit/arm-arago-linux-gnueabi/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBRARY_FALSE=''
LIBRARY_TRUE='#'
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/embedded-linux/tool/ti-sdk/bluez/bluez-5.2/missing --run makeinfo'
MANIFEST_TOOL=':'
MISC_CFLAGS=''
MISC_LDFLAGS=''
MKDIR_P='/usr/bin/mkdir -p'
MONITOR_FALSE='#'
MONITOR_TRUE=''
NM='/home/embedded-linux/tool/ti-sdk/linux-devkit/bin/arm-arago-linux-gnueabi-nm -B'
NMEDIT=''
OBEX_FALSE=''
OBEX_TRUE='#'
OBJDUMP='arm-arago-linux-gnueabi-objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='bluez'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='bluez'
PACKAGE_STRING='bluez 5.2'
PACKAGE_TARNAME='bluez'
PACKAGE_URL=''
PACKAGE_VERSION='5.2'
PATH_SEPARATOR=':'
PKG_CONFIG='/home/embedded-linux/tool/ti-sdk/linux-devkit/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr/lib/pkgconfig'
RANLIB='arm-arago-linux-gnueabi-ranlib'
READLINE_FALSE='#'
READLINE_TRUE=''
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='arm-arago-linux-gnueabi-strip'
SYSTEMD_FALSE=''
SYSTEMD_SYSTEMUNITDIR=''
SYSTEMD_TRUE='#'
SYSTEMD_USERUNITDIR=''
TEST_FALSE=''
TEST_TRUE='#'
TOOLS_FALSE='#'
TOOLS_TRUE=''
UDEV_CFLAGS=''
UDEV_DIR=''
UDEV_FALSE=''
UDEV_LIBS=''
UDEV_TRUE='#'
USB_CFLAGS=''
USB_FALSE=''
USB_LIBS=''
USB_TRUE='#'
VERSION='5.2'
WARNING_CFLAGS=''
ac_ct_AR=''
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__nodep='_no'
am__quote=''
am__tar='tar --format=posix -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='x86_64-suse-linux-gnu'
build_alias='x86_64-suse-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='suse'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='arm-arago-linux-gnueabi'
host_alias='arm-arago-linux-gnueabi'
host_cpu='arm'
host_os='linux-gnueabi'
host_vendor='arago'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/embedded-linux/tool/ti-sdk/bluez/bluez-5.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/lib'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/embedded-linux/tool/ti-sdk/board-support/linux-nelson-patched-with-bluez-5.2/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/home/embedded-linux/tool/ti-sdk/rootfs-partial/rootfs-partial/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "bluez"
#define PACKAGE_TARNAME "bluez"
#define PACKAGE_VERSION "5.2"
#define PACKAGE_STRING "bluez 5.2"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "bluez"
#define VERSION "5.2"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define restrict __restrict
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_READLINE_READLINE_H 1
#define STORAGEDIR "/var/lib/bluetooth"
#define CONFIGDIR "/home/embedded-linux/tool/ti-sdk/rootfs-partial/rootfs-partial/etc/bluetooth"

configure: exit 0

[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux