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

It was created by osmo-trx configure 1.2.0.28-a714, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --enable-trx

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

hostname = cruise-P51s
uname -m = x86_64
uname -r = 5.3.0-46-generic
uname -s = Linux
uname -v = #38~18.04.1-Ubuntu SMP Tue Mar 31 04:17:56 UTC 2020

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

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

PATH: /opt/jvm/jdk1.8.0_231/bin
PATH: /home/cruise/.local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin


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

configure:2649: checking build system type
configure:2663: result: x86_64-pc-linux-gnu
configure:2683: checking host system type
configure:2696: result: x86_64-pc-linux-gnu
configure:2716: checking target system type
configure:2729: result: x86_64-pc-linux-gnu
configure:2772: checking for a BSD-compatible install
configure:2840: result: /usr/bin/install -c
configure:2851: checking whether build environment is sane
configure:2906: result: yes
configure:3057: checking for a thread-safe mkdir -p
configure:3096: result: /bin/mkdir -p
configure:3103: checking for gawk
configure:3119: found /usr/bin/gawk
configure:3130: result: gawk
configure:3141: checking whether make sets $(MAKE)
configure:3163: result: yes
configure:3192: checking whether make supports nested variables
configure:3209: result: yes
configure:3347: checking whether make supports nested variables
configure:3364: result: yes
configure:3391: checking for style of include used by make
configure:3419: result: GNU
configure:3490: checking for gcc
configure:3506: found /usr/bin/gcc
configure:3517: result: gcc
configure:3746: checking for C compiler version
configure:3755: gcc --version >&5
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 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:3766: $? = 0
configure:3755: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) 
configure:3766: $? = 0
configure:3755: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3766: $? = 1
configure:3755: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3766: $? = 1
configure:3786: checking whether the C compiler works
configure:3808: gcc    conftest.c  >&5
configure:3812: $? = 0
configure:3860: result: yes
configure:3863: checking for C compiler default output file name
configure:3865: result: a.out
configure:3871: checking for suffix of executables
configure:3878: gcc -o conftest    conftest.c  >&5
configure:3882: $? = 0
configure:3904: result: 
configure:3926: checking whether we are cross compiling
configure:3934: gcc -o conftest    conftest.c  >&5
configure:3938: $? = 0
configure:3945: ./conftest
configure:3949: $? = 0
configure:3964: result: no
configure:3969: checking for suffix of object files
configure:3991: gcc -c   conftest.c >&5
configure:3995: $? = 0
configure:4016: result: o
configure:4020: checking whether we are using the GNU C compiler
configure:4039: gcc -c   conftest.c >&5
configure:4039: $? = 0
configure:4048: result: yes
configure:4057: checking whether gcc accepts -g
configure:4077: gcc -c -g  conftest.c >&5
configure:4077: $? = 0
configure:4118: result: yes
configure:4135: checking for gcc option to accept ISO C89
configure:4198: gcc  -c -g -O2  conftest.c >&5
configure:4198: $? = 0
configure:4211: result: none needed
configure:4236: checking whether gcc understands -c and -o together
configure:4258: gcc -c conftest.c -o conftest2.o
configure:4261: $? = 0
configure:4258: gcc -c conftest.c -o conftest2.o
configure:4261: $? = 0
configure:4273: result: yes
configure:4292: checking dependency style of gcc
configure:4403: result: gcc3
configure:4427: checking dependency style of gcc
configure:4536: result: gcc3
configure:4599: checking for gcc
configure:4626: result: gcc
configure:4855: checking for C compiler version
configure:4864: gcc --version >&5
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 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:4875: $? = 0
configure:4864: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) 
configure:4875: $? = 0
configure:4864: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4875: $? = 1
configure:4864: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4875: $? = 1
configure:4879: checking whether we are using the GNU C compiler
configure:4907: result: yes
configure:4916: checking whether gcc accepts -g
configure:4977: result: yes
configure:4994: checking for gcc option to accept ISO C89
configure:5070: result: none needed
configure:5095: checking whether gcc understands -c and -o together
configure:5132: result: yes
configure:5151: checking dependency style of gcc
configure:5262: result: gcc3
configure:5335: checking for g++
configure:5351: found /usr/bin/g++
configure:5362: result: g++
configure:5389: checking for C++ compiler version
configure:5398: g++ --version >&5
g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 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:5409: $? = 0
configure:5398: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) 
configure:5409: $? = 0
configure:5398: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5409: $? = 1
configure:5398: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:5409: $? = 1
configure:5413: checking whether we are using the GNU C++ compiler
configure:5432: g++ -c   conftest.cpp >&5
configure:5432: $? = 0
configure:5441: result: yes
configure:5450: checking whether g++ accepts -g
configure:5470: g++ -c -g  conftest.cpp >&5
configure:5470: $? = 0
configure:5511: result: yes
configure:5536: checking dependency style of g++
configure:5647: result: gcc3
configure:5670: checking whether g++ supports C++11 features by default
configure:5964: g++ -c -g -O2  conftest.cpp >&5
configure:5964: $? = 0
configure:5971: result: yes
configure:6648: checking whether ln -s works
configure:6652: result: yes
configure:6659: checking whether make sets $(MAKE)
configure:6681: result: yes
configure:6693: checking for rm
configure:6711: found /bin/rm
configure:6723: result: /bin/rm
configure:6752: checking for pkg-config
configure:6770: found /usr/bin/pkg-config
configure:6783: result: /usr/bin/pkg-config
configure:6849: checking for pkg-config
configure:6867: found /usr/bin/pkg-config
configure:6879: result: /usr/bin/pkg-config
configure:6904: checking pkg-config is at least version 0.20
configure:6907: result: yes
configure:7325: checking how to print strings
configure:7352: result: printf
configure:7373: checking for a sed that does not truncate output
configure:7437: result: /bin/sed
configure:7455: checking for grep that handles long lines and -e
configure:7513: result: /bin/grep
configure:7518: checking for egrep
configure:7580: result: /bin/grep -E
configure:7585: checking for fgrep
configure:7647: result: /bin/grep -F
configure:7682: checking for ld used by gcc
configure:7749: result: /usr/bin/ld
configure:7756: checking if the linker (/usr/bin/ld) is GNU ld
configure:7771: result: yes
configure:7783: checking for BSD- or MS-compatible name lister (nm)
configure:7837: result: /usr/bin/nm -B
configure:7967: checking the name lister (/usr/bin/nm -B) interface
configure:7974: g++ -c -g -O2  conftest.cpp >&5
configure:7977: /usr/bin/nm -B "conftest.o"
configure:7980: output
0000000000000000 B some_variable
configure:7987: result: BSD nm
configure:7991: checking the maximum length of command line arguments
configure:8122: result: 1572864
configure:8170: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:8210: result: func_convert_file_noop
configure:8217: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:8237: result: func_convert_file_noop
configure:8244: checking for /usr/bin/ld option to reload object files
configure:8251: result: -r
configure:8325: checking for objdump
configure:8352: result: objdump
configure:8381: checking how to recognize dependent libraries
configure:8581: result: pass_all
configure:8666: checking for dlltool
configure:8693: result: dlltool
configure:8723: checking how to associate runtime and link libraries
configure:8750: result: printf %s\n
configure:8810: checking for ar
configure:8826: found /usr/bin/ar
configure:8837: result: ar
configure:8874: checking for archiver @FILE support
configure:8891: g++ -c -g -O2  conftest.cpp >&5
configure:8891: $? = 0
configure:8894: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:8897: $? = 0
configure:8902: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:8905: $? = 1
configure:8917: result: @
configure:8975: checking for strip
configure:8991: found /usr/bin/strip
configure:9002: result: strip
configure:9074: checking for ranlib
configure:9090: found /usr/bin/ranlib
configure:9101: result: ranlib
configure:9203: checking command to parse /usr/bin/nm -B output from gcc object
configure:9356: g++ -c -g -O2  conftest.cpp >&5
configure:9359: $? = 0
configure:9363: /usr/bin/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:9366: $? = 0
configure:9432: g++ -o conftest -g -O2   conftest.cpp conftstm.o >&5
configure:9435: $? = 0
configure:9473: result: ok
configure:9520: checking for sysroot
configure:9550: result: no
configure:9557: checking for a working dd
configure:9595: result: /bin/dd
configure:9599: checking how to truncate binary pipes
configure:9614: result: /bin/dd bs=4096 count=1
configure:9751: g++ -c -g -O2  conftest.cpp >&5
configure:9754: $? = 0
configure:9944: checking for mt
configure:9960: found /bin/mt
configure:9971: result: mt
configure:9994: checking if mt is a manifest tool
configure:10000: mt '-?'
configure:10008: result: no
configure:10685: checking how to run the C preprocessor
configure:10716: gcc -E  conftest.c
configure:10716: $? = 0
configure:10730: gcc -E  conftest.c
conftest.c:12:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:10730: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osmo-trx"
| #define PACKAGE_TARNAME "osmo-trx"
| #define PACKAGE_VERSION "1.2.0.28-a714"
| #define PACKAGE_STRING "osmo-trx 1.2.0.28-a714"
| #define PACKAGE_BUGREPORT "openbsc@lists.osmocom.org"
| #define PACKAGE_URL ""
| #define PACKAGE "osmo-trx"
| #define VERSION "1.2.0.28-a714"
| #define HAVE_CXX11 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:10755: result: gcc -E
configure:10775: gcc -E  conftest.c
configure:10775: $? = 0
configure:10789: gcc -E  conftest.c
conftest.c:12:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:10789: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osmo-trx"
| #define PACKAGE_TARNAME "osmo-trx"
| #define PACKAGE_VERSION "1.2.0.28-a714"
| #define PACKAGE_STRING "osmo-trx 1.2.0.28-a714"
| #define PACKAGE_BUGREPORT "openbsc@lists.osmocom.org"
| #define PACKAGE_URL ""
| #define PACKAGE "osmo-trx"
| #define VERSION "1.2.0.28-a714"
| #define HAVE_CXX11 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:10818: checking for ANSI C header files
configure:10838: gcc -c -g -O2  conftest.c >&5
configure:10838: $? = 0
configure:10911: gcc -o conftest -g -O2   conftest.c  >&5
configure:10911: $? = 0
configure:10911: ./conftest
configure:10911: $? = 0
configure:10922: result: yes
configure:10935: checking for sys/types.h
configure:10935: gcc -c -g -O2  conftest.c >&5
configure:10935: $? = 0
configure:10935: result: yes
configure:10935: checking for sys/stat.h
configure:10935: gcc -c -g -O2  conftest.c >&5
configure:10935: $? = 0
configure:10935: result: yes
configure:10935: checking for stdlib.h
configure:10935: gcc -c -g -O2  conftest.c >&5
configure:10935: $? = 0
configure:10935: result: yes
configure:10935: checking for string.h
configure:10935: gcc -c -g -O2  conftest.c >&5
configure:10935: $? = 0
configure:10935: result: yes
configure:10935: checking for memory.h
configure:10935: gcc -c -g -O2  conftest.c >&5
configure:10935: $? = 0
configure:10935: result: yes
configure:10935: checking for strings.h
configure:10935: gcc -c -g -O2  conftest.c >&5
configure:10935: $? = 0
configure:10935: result: yes
configure:10935: checking for inttypes.h
configure:10935: gcc -c -g -O2  conftest.c >&5
configure:10935: $? = 0
configure:10935: result: yes
configure:10935: checking for stdint.h
configure:10935: gcc -c -g -O2  conftest.c >&5
configure:10935: $? = 0
configure:10935: result: yes
configure:10935: checking for unistd.h
configure:10935: gcc -c -g -O2  conftest.c >&5
configure:10935: $? = 0
configure:10935: result: yes
configure:10949: checking for dlfcn.h
configure:10949: gcc -c -g -O2  conftest.c >&5
configure:10949: $? = 0
configure:10949: result: yes
configure:11153: checking for objdir
configure:11168: result: .libs
configure:11432: checking if gcc supports -fno-rtti -fno-exceptions
configure:11450: 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:11454: $? = 0
configure:11467: result: no
configure:11825: checking for gcc option to produce PIC
configure:11832: result: -fPIC -DPIC
configure:11840: checking if gcc PIC flag -fPIC -DPIC works
configure:11858: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:11862: $? = 0
configure:11875: result: yes
configure:11904: checking if gcc static flag -static works
configure:11932: result: yes
configure:11947: checking if gcc supports -c -o file.o
configure:11968: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:11972: $? = 0
configure:11994: result: yes
configure:12002: checking if gcc supports -c -o file.o
configure:12049: result: yes
configure:12082: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13345: result: yes
configure:13382: checking whether -lc should be explicitly linked in
configure:13390: gcc -c -g -O2  conftest.c >&5
configure:13393: $? = 0
configure:13408: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:13411: $? = 0
configure:13425: result: no
configure:13585: checking dynamic linker characteristics
configure:14166: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:14166: $? = 0
configure:14415: result: GNU/Linux ld.so
configure:14537: checking how to hardcode library paths into programs
configure:14562: result: immediate
configure:15110: checking whether stripping libraries is possible
configure:15115: result: yes
configure:15150: checking if libtool supports shared libraries
configure:15152: result: yes
configure:15155: checking whether to build shared libraries
configure:15180: result: yes
configure:15183: checking whether to build static libraries
configure:15187: result: no
configure:15210: checking how to run the C++ preprocessor
configure:15237: g++ -E  conftest.cpp
configure:15237: $? = 0
configure:15251: g++ -E  conftest.cpp
conftest.cpp:24:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:15251: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osmo-trx"
| #define PACKAGE_TARNAME "osmo-trx"
| #define PACKAGE_VERSION "1.2.0.28-a714"
| #define PACKAGE_STRING "osmo-trx 1.2.0.28-a714"
| #define PACKAGE_BUGREPORT "openbsc@lists.osmocom.org"
| #define PACKAGE_URL ""
| #define PACKAGE "osmo-trx"
| #define VERSION "1.2.0.28-a714"
| #define HAVE_CXX11 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 LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:15276: result: g++ -E
configure:15296: g++ -E  conftest.cpp
configure:15296: $? = 0
configure:15310: g++ -E  conftest.cpp
conftest.cpp:24:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:15310: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osmo-trx"
| #define PACKAGE_TARNAME "osmo-trx"
| #define PACKAGE_VERSION "1.2.0.28-a714"
| #define PACKAGE_STRING "osmo-trx 1.2.0.28-a714"
| #define PACKAGE_BUGREPORT "openbsc@lists.osmocom.org"
| #define PACKAGE_URL ""
| #define PACKAGE "osmo-trx"
| #define VERSION "1.2.0.28-a714"
| #define HAVE_CXX11 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 LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:15472: checking for ld used by g++
configure:15539: result: /usr/bin/ld -m elf_x86_64
configure:15546: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:15561: result: yes
configure:15616: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:16689: result: yes
configure:16725: g++ -c -g -O2  conftest.cpp >&5
configure:16728: $? = 0
configure:17209: checking for g++ option to produce PIC
configure:17216: result: -fPIC -DPIC
configure:17224: checking if g++ PIC flag -fPIC -DPIC works
configure:17242: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:17246: $? = 0
configure:17259: result: yes
configure:17282: checking if g++ static flag -static works
configure:17310: result: yes
configure:17322: checking if g++ supports -c -o file.o
configure:17343: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:17347: $? = 0
configure:17369: result: yes
configure:17374: checking if g++ supports -c -o file.o
configure:17421: result: yes
configure:17451: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:17494: result: yes
configure:17635: checking dynamic linker characteristics
configure:18392: result: GNU/Linux ld.so
configure:18457: checking how to hardcode library paths into programs
configure:18482: result: immediate
configure:18545: checking for ANSI C header files
configure:18649: result: yes
configure:18659: checking byteswap.h usability
configure:18659: g++ -c -g -O2  conftest.cpp >&5
configure:18659: $? = 0
configure:18659: result: yes
configure:18659: checking byteswap.h presence
configure:18659: g++ -E  conftest.cpp
configure:18659: $? = 0
configure:18659: result: yes
configure:18659: checking for byteswap.h
configure:18659: result: yes
configure:18670: checking for an ANSI C-conforming const
configure:18736: g++ -c -g -O2  conftest.cpp >&5
configure:18736: $? = 0
configure:18743: result: yes
configure:18751: checking for inline
configure:18767: g++ -c -g -O2  conftest.cpp >&5
configure:18767: $? = 0
configure:18775: result: inline
configure:18793: checking for size_t
configure:18793: g++ -c -g -O2  conftest.cpp >&5
configure:18793: $? = 0
configure:18793: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:62:20: error: expected primary-expression before ')' token
 if (sizeof ((size_t)))
                    ^
configure:18793: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osmo-trx"
| #define PACKAGE_TARNAME "osmo-trx"
| #define PACKAGE_VERSION "1.2.0.28-a714"
| #define PACKAGE_STRING "osmo-trx 1.2.0.28-a714"
| #define PACKAGE_BUGREPORT "openbsc@lists.osmocom.org"
| #define PACKAGE_URL ""
| #define PACKAGE "osmo-trx"
| #define VERSION "1.2.0.28-a714"
| #define HAVE_CXX11 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 LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_BYTESWAP_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:18793: result: yes
configure:18804: checking whether time.h and sys/time.h may both be included
configure:18824: g++ -c -g -O2  conftest.cpp >&5
configure:18824: $? = 0
configure:18831: result: yes
configure:18839: checking whether byte ordering is bigendian
configure:18854: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp:28:9: error: expected unqualified-id before 'not' token
         not a universal capable compiler
         ^~~
configure:18854: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osmo-trx"
| #define PACKAGE_TARNAME "osmo-trx"
| #define PACKAGE_VERSION "1.2.0.28-a714"
| #define PACKAGE_STRING "osmo-trx 1.2.0.28-a714"
| #define PACKAGE_BUGREPORT "openbsc@lists.osmocom.org"
| #define PACKAGE_URL ""
| #define PACKAGE "osmo-trx"
| #define VERSION "1.2.0.28-a714"
| #define HAVE_CXX11 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 LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_BYTESWAP_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:18899: g++ -c -g -O2  conftest.cpp >&5
configure:18899: $? = 0
configure:18917: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:34:8: error: 'big' was not declared in this scope
    not big endian
        ^~~
configure:18917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osmo-trx"
| #define PACKAGE_TARNAME "osmo-trx"
| #define PACKAGE_VERSION "1.2.0.28-a714"
| #define PACKAGE_STRING "osmo-trx 1.2.0.28-a714"
| #define PACKAGE_BUGREPORT "openbsc@lists.osmocom.org"
| #define PACKAGE_URL ""
| #define PACKAGE "osmo-trx"
| #define VERSION "1.2.0.28-a714"
| #define HAVE_CXX11 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 LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_BYTESWAP_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:19045: result: no
configure:19076: checking for gettid
configure:19076: gcc -o conftest -g -O2  -D_GNU_SOURCE  conftest.c  >&5
/tmp/ccPsKDSh.o: In function `main':
/home/cruise/openBSC/osmo-trx/conftest.c:61: undefined reference to `gettid'
collect2: error: ld returned 1 exit status
configure:19076: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "osmo-trx"
| #define PACKAGE_TARNAME "osmo-trx"
| #define PACKAGE_VERSION "1.2.0.28-a714"
| #define PACKAGE_STRING "osmo-trx 1.2.0.28-a714"
| #define PACKAGE_BUGREPORT "openbsc@lists.osmocom.org"
| #define PACKAGE_URL ""
| #define PACKAGE "osmo-trx"
| #define VERSION "1.2.0.28-a714"
| #define HAVE_CXX11 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 LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define HAVE_BYTESWAP_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| /* Define gettid to an innocuous variant, in case <limits.h> declares gettid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gettid innocuous_gettid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gettid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gettid
| 
| /* 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 gettid ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gettid || defined __stub___gettid
| choke me
| #endif
| 
| int
| main ()
| {
| return gettid ();
|   ;
|   return 0;
| }
configure:19076: result: no
configure:19095: checking for LIBOSMOCORE
configure:19102: $PKG_CONFIG --exists --print-errors "libosmocore >= 1.3.0"
configure:19105: $? = 0
configure:19119: $PKG_CONFIG --exists --print-errors "libosmocore >= 1.3.0"
configure:19122: $? = 0
configure:19180: result: yes
configure:19186: checking for LIBOSMOVTY
configure:19193: $PKG_CONFIG --exists --print-errors "libosmovty >= 1.3.0"
configure:19196: $? = 0
configure:19210: $PKG_CONFIG --exists --print-errors "libosmovty >= 1.3.0"
configure:19213: $? = 0
configure:19271: result: yes
configure:19277: checking for LIBOSMOCTRL
configure:19284: $PKG_CONFIG --exists --print-errors "libosmoctrl >= 1.3.0"
configure:19287: $? = 0
configure:19301: $PKG_CONFIG --exists --print-errors "libosmoctrl >= 1.3.0"
configure:19304: $? = 0
configure:19362: result: yes
configure:19669: checking for UHD
configure:19676: $PKG_CONFIG --exists --print-errors "uhd >= 003.011"
configure:19679: $? = 0
configure:19693: $PKG_CONFIG --exists --print-errors "uhd >= 003.011"
configure:19696: $? = 0
configure:20244: result: yes
configure:20286: checking whether C++ compiler accepts -msse3
configure:20305: g++ -c -g -O2  -msse3  conftest.cpp >&5
configure:20305: $? = 0
configure:20313: result: yes
configure:20339: checking whether C++ compiler accepts -msse4.1
configure:20358: g++ -c -g -O2  -msse4.1  conftest.cpp >&5
configure:20358: $? = 0
configure:20366: result: yes
configure:20421: checking whether gcc has __builtin_cpu_supports built-in
configure:20442: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:20442: $? = 0
configure:20452: result: yes
configure:20472: checking whether gcc has __sync_fetch_and_and built-in
configure:20493: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:20493: $? = 0
configure:20503: result: yes
configure:20522: checking whether gcc has __sync_or_and_fetch built-in
configure:20543: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:20543: $? = 0
configure:20553: result: yes
configure:20622: checking for LIBUSB
configure:20629: $PKG_CONFIG --exists --print-errors "libusb-1.0"
configure:20632: $? = 0
configure:20646: $PKG_CONFIG --exists --print-errors "libusb-1.0"
configure:20649: $? = 0
configure:20707: result: yes
configure:20713: checking for FFTWF
configure:20720: $PKG_CONFIG --exists --print-errors "fftw3f"
configure:20723: $? = 0
configure:20737: $PKG_CONFIG --exists --print-errors "fftw3f"
configure:20740: $? = 0
configure:20798: result: yes
configure:20887: result: CPPFLAGS=""
configure:20889: result: CFLAGS="-g -O2"
configure:20891: result: CXXFLAGS="-g -O2"
configure:20893: result: LDFLAGS=""
configure:21009: checking that generated files are newer than configure
configure:21015: result: done
configure:21103: creating ./config.status

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

This file was extended by osmo-trx config.status 1.2.0.28-a714, which was
generated by GNU Autoconf 2.69.  Invocation command line was

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

on cruise-P51s

config.status:1235: creating Makefile
config.status:1235: creating CommonLibs/Makefile
config.status:1235: creating GSM/Makefile
config.status:1235: creating Transceiver52M/Makefile
config.status:1235: creating Transceiver52M/arch/Makefile
config.status:1235: creating Transceiver52M/arch/common/Makefile
config.status:1235: creating Transceiver52M/arch/arm/Makefile
config.status:1235: creating Transceiver52M/arch/x86/Makefile
config.status:1235: creating Transceiver52M/device/Makefile
config.status:1235: creating Transceiver52M/device/common/Makefile
config.status:1235: creating Transceiver52M/device/uhd/Makefile
config.status:1235: creating Transceiver52M/device/usrp1/Makefile
config.status:1235: creating Transceiver52M/device/lms/Makefile
config.status:1235: creating tests/Makefile
config.status:1235: creating tests/CommonLibs/Makefile
config.status:1235: creating tests/Transceiver52M/Makefile
config.status:1235: creating doc/Makefile
config.status:1235: creating doc/examples/Makefile
config.status:1235: creating contrib/Makefile
config.status:1235: creating contrib/systemd/Makefile
config.status:1235: creating doc/manuals/Makefile
config.status:1235: creating config.h
config.status:1416: config.h is unchanged
config.status:1464: executing tests/atconfig commands
config.status:1464: executing depfiles commands
config.status:1464: executing libtool commands
configure:23556: WARNING: unrecognized options: --enable-trx

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

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_FFTWF_CFLAGS_set=
ac_cv_env_FFTWF_CFLAGS_value=
ac_cv_env_FFTWF_LIBS_set=
ac_cv_env_FFTWF_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBOSMOCORE_CFLAGS_set=
ac_cv_env_LIBOSMOCORE_CFLAGS_value=
ac_cv_env_LIBOSMOCORE_LIBS_set=
ac_cv_env_LIBOSMOCORE_LIBS_value=
ac_cv_env_LIBOSMOCTRL_CFLAGS_set=
ac_cv_env_LIBOSMOCTRL_CFLAGS_value=
ac_cv_env_LIBOSMOCTRL_LIBS_set=
ac_cv_env_LIBOSMOCTRL_LIBS_value=
ac_cv_env_LIBOSMOVTY_CFLAGS_set=
ac_cv_env_LIBOSMOVTY_CFLAGS_value=
ac_cv_env_LIBOSMOVTY_LIBS_set=
ac_cv_env_LIBOSMOVTY_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBUSB_CFLAGS_set=
ac_cv_env_LIBUSB_CFLAGS_value=
ac_cv_env_LIBUSB_LIBS_set=
ac_cv_env_LIBUSB_LIBS_value=
ac_cv_env_LMS_CFLAGS_set=
ac_cv_env_LMS_CFLAGS_value=
ac_cv_env_LMS_LIBS_set=
ac_cv_env_LMS_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_OSMO_GSM_MANUALS_DIR_set=
ac_cv_env_OSMO_GSM_MANUALS_DIR_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_UHD_CFLAGS_set=
ac_cv_env_UHD_CFLAGS_value=
ac_cv_env_UHD_LIBS_set=
ac_cv_env_UHD_LIBS_value=
ac_cv_env_USRP_CFLAGS_set=
ac_cv_env_USRP_CFLAGS_value=
ac_cv_env_USRP_LIBS_set=
ac_cv_env_USRP_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_gettid=no
ac_cv_header_byteswap_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
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_PKG_CONFIG_INSTALLED=/usr/bin/pkg-config
ac_cv_path_RM_PROG=/bin/rm
ac_cv_path_SED=/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_DLLTOOL=dlltool
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=x86_64-pc-linux-gnu
ac_cv_type_size_t=yes
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_check_cxxflags___msse3=yes
ax_cv_check_cxxflags___msse4_1=yes
ax_cv_cxx_compile_cxx11=yes
ax_cv_support_sse3_ext=yes
ax_cv_support_sse41_ext=yes
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=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
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][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
osmo_cv_cc_has___builtin_cpu_supports=yes
osmo_cv_cc_has___sync_fetch_and_and=yes
osmo_cv_cc_has___sync_or_and_fetch=yes
pkg_cv_FFTWF_CFLAGS=
pkg_cv_FFTWF_LIBS=-lfftw3f
pkg_cv_LIBOSMOCORE_CFLAGS='-pthread -I/usr/local/include/'
pkg_cv_LIBOSMOCORE_LIBS='-L/usr/local/lib -ltalloc -losmocore'
pkg_cv_LIBOSMOCTRL_CFLAGS=-I/usr/local/include/
pkg_cv_LIBOSMOCTRL_LIBS='-L/usr/local/lib -ltalloc -losmoctrl -losmogsm -losmocore'
pkg_cv_LIBOSMOVTY_CFLAGS=-I/usr/local/include/
pkg_cv_LIBOSMOVTY_LIBS='-L/usr/local/lib -ltalloc -losmovty -losmocore'
pkg_cv_LIBUSB_CFLAGS=-I/usr/include/libusb-1.0
pkg_cv_LIBUSB_LIBS=-lusb-1.0
pkg_cv_UHD_CFLAGS=-I/usr/local/include
pkg_cv_UHD_LIBS='-L/usr/local/lib -luhd -lboost_system'

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

ACLOCAL='${SHELL} /home/cruise/openBSC/osmo-trx/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
ARCH_ARM_A15_FALSE=''
ARCH_ARM_A15_TRUE='#'
ARCH_ARM_FALSE=''
ARCH_ARM_TRUE='#'
AS='as'
AUTOCONF='${SHELL} /home/cruise/openBSC/osmo-trx/missing autoconf'
AUTOHEADER='${SHELL} /home/cruise/openBSC/osmo-trx/missing autoheader'
AUTOMAKE='${SHELL} /home/cruise/openBSC/osmo-trx/missing automake-1.15'
AWK='gawk'
BUILD_MANUALS_FALSE=''
BUILD_MANUALS_TRUE='#'
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-g -O2'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DEVICE_LMS_FALSE=''
DEVICE_LMS_TRUE='#'
DEVICE_UHD_FALSE='#'
DEVICE_UHD_TRUE=''
DEVICE_USRP1_FALSE=''
DEVICE_USRP1_TRUE='#'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FFTWF_CFLAGS=''
FFTWF_LIBS='-lfftw3f'
FGREP='/bin/grep -F'
GREP='/bin/grep'
HAVE_CXX11='1'
HAVE_SSE3_FALSE='#'
HAVE_SSE3_TRUE=''
HAVE_SSE4_1_FALSE='#'
HAVE_SSE4_1_TRUE=''
HAVE_SYSTEMD_FALSE='#'
HAVE_SYSTEMD_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBOSMOCORE_CFLAGS='-pthread -I/usr/local/include/'
LIBOSMOCORE_LIBS='-L/usr/local/lib -ltalloc -losmocore'
LIBOSMOCTRL_CFLAGS='-I/usr/local/include/'
LIBOSMOCTRL_LIBS='-L/usr/local/lib -ltalloc -losmoctrl -losmogsm -losmocore'
LIBOSMOVTY_CFLAGS='-I/usr/local/include/'
LIBOSMOVTY_LIBS='-L/usr/local/lib -ltalloc -losmovty -losmocore'
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBUSB_CFLAGS='-I/usr/include/libusb-1.0'
LIBUSB_LIBS='-lusb-1.0'
LIPO=''
LMS_CFLAGS=''
LMS_LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /home/cruise/openBSC/osmo-trx/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OSMO_GSM_MANUALS_DIR=''
OTOOL64=''
OTOOL=''
PACKAGE='osmo-trx'
PACKAGE_BUGREPORT='openbsc@lists.osmocom.org'
PACKAGE_NAME='osmo-trx'
PACKAGE_STRING='osmo-trx 1.2.0.28-a714'
PACKAGE_TARNAME='osmo-trx'
PACKAGE_URL=''
PACKAGE_VERSION='1.2.0.28-a714'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_INSTALLED='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
RANLIB='ranlib'
RELMAKE='-include osmo-release.mk'
RM_PROG='/bin/rm'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SIMD_FLAGS=' -msse3 -msse4.1'
STRIP='strip'
UHD_CFLAGS='-I/usr/local/include'
UHD_LIBS='-L/usr/local/lib -luhd -lboost_system'
USRP_CFLAGS=''
USRP_LIBS=''
VERSION='1.2.0.28-a714'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/cruise/openBSC/osmo-trx/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
systemdsystemunitdir='/lib/systemd/system'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'

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

/* confdefs.h */
#define PACKAGE_NAME "osmo-trx"
#define PACKAGE_TARNAME "osmo-trx"
#define PACKAGE_VERSION "1.2.0.28-a714"
#define PACKAGE_STRING "osmo-trx 1.2.0.28-a714"
#define PACKAGE_BUGREPORT "openbsc@lists.osmocom.org"
#define PACKAGE_URL ""
#define PACKAGE "osmo-trx"
#define VERSION "1.2.0.28-a714"
#define HAVE_CXX11 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 LT_OBJDIR ".libs/"
#define STDC_HEADERS 1
#define HAVE_BYTESWAP_H 1
#define TIME_WITH_SYS_TIME 1
#define USE_UHD_3_11 1
#define HAVE_SSE3 /**/
#define HAVE_SSE4_1 /**/
#define HAVE___BUILTIN_CPU_SUPPORTS 1
#define HAVE___SYNC_FETCH_AND_AND 1
#define HAVE___SYNC_OR_AND_FETCH 1
#define HAVE_ATOMIC_OPS 1

configure: exit 0
