| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792 |
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by qnutdisc configure 3.0, which was
- generated by GNU Autoconf 2.65. Invocation command line was
- $ ./configure --disable-option-checking --prefix=/usr/local --cache-file=/dev/null --srcdir=.
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = workpc
- uname -m = x86_64
- uname -r = 4.4.1-2-ARCH
- uname -s = Linux
- uname -v = #1 SMP PREEMPT Wed Feb 3 13:12:33 UTC 2016
- /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: /usr/lib/hardening-wrapper/bin
- PATH: /usr/local/sbin
- PATH: /usr/local/bin
- PATH: /usr/bin
- PATH: /opt/android-sdk/platform-tools
- PATH: /usr/lib/jvm/default/bin
- PATH: /usr/bin/site_perl
- PATH: /usr/bin/vendor_perl
- PATH: /usr/bin/core_perl
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2417: checking for a BSD-compatible install
- configure:2485: result: /usr/bin/install -c
- configure:2496: checking whether build environment is sane
- configure:2546: result: yes
- configure:2687: checking for a thread-safe mkdir -p
- configure:2726: result: /usr/bin/mkdir -p
- configure:2739: checking for gawk
- configure:2755: found /usr/bin/gawk
- configure:2766: result: gawk
- configure:2777: checking whether make sets $(MAKE)
- configure:2799: result: yes
- configure:2882: checking whether to enable maintainer-specific portions of Makefiles
- configure:2891: result: no
- configure:2963: checking for g++
- configure:2979: found /usr/lib/hardening-wrapper/bin/g++
- configure:2990: result: g++
- configure:3017: checking for C++ compiler version
- configure:3026: g++ --version >&5
- g++ (GCC) 5.3.0
- Copyright (C) 2015 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:3037: $? = 0
- configure:3026: g++ -v >&5
- Using built-in specs.
- COLLECT_GCC=/usr/bin/g++
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper
- Target: x86_64-unknown-linux-gnu
- Configured with: /build/gcc-multilib/src/gcc-5.3.0/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release
- Thread model: posix
- gcc version 5.3.0 (GCC)
- configure:3037: $? = 0
- configure:3026: g++ -V >&5
- g++: error: unrecognized command line option '-V'
- g++: fatal error: no input files
- compilation terminated.
- configure:3037: $? = 1
- configure:3026: g++ -qversion >&5
- g++: error: unrecognized command line option '-qversion'
- g++: fatal error: no input files
- compilation terminated.
- configure:3037: $? = 1
- configure:3057: checking whether the C++ compiler works
- configure:3079: g++ conftest.cpp >&5
- configure:3083: $? = 0
- configure:3132: result: yes
- configure:3135: checking for C++ compiler default output file name
- configure:3137: result: a.out
- configure:3143: checking for suffix of executables
- configure:3150: g++ -o conftest conftest.cpp >&5
- configure:3154: $? = 0
- configure:3176: result:
- configure:3198: checking whether we are cross compiling
- configure:3206: g++ -o conftest conftest.cpp >&5
- configure:3210: $? = 0
- configure:3217: ./conftest
- configure:3221: $? = 0
- configure:3236: result: no
- configure:3241: checking for suffix of object files
- configure:3263: g++ -c conftest.cpp >&5
- configure:3267: $? = 0
- configure:3288: result: o
- configure:3292: checking whether we are using the GNU C++ compiler
- configure:3311: g++ -c conftest.cpp >&5
- configure:3311: $? = 0
- configure:3320: result: yes
- configure:3329: checking whether g++ accepts -g
- configure:3349: g++ -c -g conftest.cpp >&5
- configure:3349: $? = 0
- configure:3390: result: yes
- configure:3424: checking for style of include used by make
- configure:3452: result: GNU
- configure:3477: checking dependency style of g++
- configure:3587: result: gcc3
- configure:3607: checking for uic-qt4
- configure:3623: found /usr/bin/uic-qt4
- configure:3634: result: uic-qt4
- configure:3652: WARNING: Libtool does not cope well with whitespace in `pwd`
- configure:3679: checking build system type
- configure:3693: result: x86_64-unknown-linux-gnu
- configure:3713: checking host system type
- configure:3726: result: x86_64-unknown-linux-gnu
- configure:3794: checking for gcc
- configure:3810: found /usr/lib/hardening-wrapper/bin/gcc
- configure:3821: result: gcc
- configure:4050: checking for C compiler version
- configure:4059: gcc --version >&5
- gcc (GCC) 5.3.0
- Copyright (C) 2015 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:4070: $? = 0
- configure:4059: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=/usr/bin/gcc
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper
- Target: x86_64-unknown-linux-gnu
- Configured with: /build/gcc-multilib/src/gcc-5.3.0/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release
- Thread model: posix
- gcc version 5.3.0 (GCC)
- configure:4070: $? = 0
- configure:4059: gcc -V >&5
- gcc: error: unrecognized command line option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:4070: $? = 1
- configure:4059: gcc -qversion >&5
- gcc: error: unrecognized command line option '-qversion'
- gcc: fatal error: no input files
- compilation terminated.
- configure:4070: $? = 1
- configure:4074: checking whether we are using the GNU C compiler
- configure:4093: gcc -c conftest.c >&5
- configure:4093: $? = 0
- configure:4102: result: yes
- configure:4111: checking whether gcc accepts -g
- configure:4131: gcc -c -g conftest.c >&5
- configure:4131: $? = 0
- configure:4172: result: yes
- configure:4189: checking for gcc option to accept ISO C89
- configure:4253: gcc -c -g -O2 conftest.c >&5
- configure:4253: $? = 0
- configure:4266: result: none needed
- configure:4288: checking dependency style of gcc
- configure:4398: result: gcc3
- configure:4413: checking for a sed that does not truncate output
- configure:4477: result: /usr/bin/sed
- configure:4495: checking for grep that handles long lines and -e
- configure:4553: result: /usr/bin/grep
- configure:4558: checking for egrep
- configure:4620: result: /usr/bin/grep -E
- configure:4625: checking for fgrep
- configure:4687: result: /usr/bin/grep -F
- configure:4722: checking for ld used by gcc
- configure:4789: result: /usr/lib/hardening-wrapper/bin/ld
- configure:4796: checking if the linker (/usr/lib/hardening-wrapper/bin/ld) is GNU ld
- configure:4811: result: yes
- configure:4823: checking for BSD- or MS-compatible name lister (nm)
- configure:4872: result: /usr/bin/nm -B
- configure:4990: checking the name lister (/usr/bin/nm -B) interface
- configure:4997: gcc -c -g -O2 conftest.c >&5
- configure:5000: /usr/bin/nm -B "conftest.o"
- configure:5003: output
- 0000000000000000 B some_variable
- configure:5010: result: BSD nm
- configure:5013: checking whether ln -s works
- configure:5020: result: no, using ln
- configure:5025: checking the maximum length of command line arguments
- configure:5145: result: 1572864
- configure:5162: checking whether the shell understands some XSI constructs
- configure:5172: result: yes
- configure:5176: checking whether the shell understands "+="
- configure:5182: result: yes
- configure:5217: checking for /usr/lib/hardening-wrapper/bin/ld option to reload object files
- configure:5224: result: -r
- configure:5293: checking for objdump
- configure:5309: found /usr/bin/objdump
- configure:5320: result: objdump
- configure:5352: checking how to recognize dependent libraries
- configure:5548: result: pass_all
- configure:5608: checking for ar
- configure:5624: found /usr/bin/ar
- configure:5635: result: ar
- configure:5713: checking for strip
- configure:5729: found /usr/bin/strip
- configure:5740: result: strip
- configure:5812: checking for ranlib
- configure:5828: found /usr/bin/ranlib
- configure:5839: result: ranlib
- configure:5929: checking command to parse /usr/bin/nm -B output from gcc object
- configure:6047: gcc -c -g -O2 conftest.c >&5
- configure:6050: $? = 0
- configure:6054: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
- configure:6057: $? = 0
- configure:6111: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
- configure:6114: $? = 0
- configure:6152: result: ok
- configure:6248: gcc -c -g -O2 conftest.c >&5
- configure:6251: $? = 0
- configure:6961: checking how to run the C preprocessor
- configure:6992: gcc -E conftest.c
- configure:6992: $? = 0
- configure:7006: gcc -E conftest.c
- conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:7006: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "qnutdisc"
- | #define PACKAGE_TARNAME "qnutdisc"
- | #define PACKAGE_VERSION "3.0"
- | #define PACKAGE_STRING "qnutdisc 3.0"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "qnutdisc"
- | #define VERSION "3.0"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:7031: result: gcc -E
- configure:7051: gcc -E conftest.c
- configure:7051: $? = 0
- configure:7065: gcc -E conftest.c
- conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:7065: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "qnutdisc"
- | #define PACKAGE_TARNAME "qnutdisc"
- | #define PACKAGE_VERSION "3.0"
- | #define PACKAGE_STRING "qnutdisc 3.0"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "qnutdisc"
- | #define VERSION "3.0"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:7094: checking for ANSI C header files
- configure:7114: gcc -c -g -O2 conftest.c >&5
- configure:7114: $? = 0
- configure:7187: gcc -o conftest -g -O2 conftest.c >&5
- configure:7187: $? = 0
- configure:7187: ./conftest
- configure:7187: $? = 0
- configure:7198: result: yes
- configure:7211: checking for sys/types.h
- configure:7211: gcc -c -g -O2 conftest.c >&5
- configure:7211: $? = 0
- configure:7211: result: yes
- configure:7211: checking for sys/stat.h
- configure:7211: gcc -c -g -O2 conftest.c >&5
- configure:7211: $? = 0
- configure:7211: result: yes
- configure:7211: checking for stdlib.h
- configure:7211: gcc -c -g -O2 conftest.c >&5
- configure:7211: $? = 0
- configure:7211: result: yes
- configure:7211: checking for string.h
- configure:7211: gcc -c -g -O2 conftest.c >&5
- configure:7211: $? = 0
- configure:7211: result: yes
- configure:7211: checking for memory.h
- configure:7211: gcc -c -g -O2 conftest.c >&5
- configure:7211: $? = 0
- configure:7211: result: yes
- configure:7211: checking for strings.h
- configure:7211: gcc -c -g -O2 conftest.c >&5
- configure:7211: $? = 0
- configure:7211: result: yes
- configure:7211: checking for inttypes.h
- configure:7211: gcc -c -g -O2 conftest.c >&5
- configure:7211: $? = 0
- configure:7211: result: yes
- configure:7211: checking for stdint.h
- configure:7211: gcc -c -g -O2 conftest.c >&5
- configure:7211: $? = 0
- configure:7211: result: yes
- configure:7211: checking for unistd.h
- configure:7211: gcc -c -g -O2 conftest.c >&5
- configure:7211: $? = 0
- configure:7211: result: yes
- configure:7226: checking for dlfcn.h
- configure:7226: gcc -c -g -O2 conftest.c >&5
- configure:7226: $? = 0
- configure:7226: result: yes
- configure:7351: checking for C++ compiler version
- configure:7360: g++ --version >&5
- g++ (GCC) 5.3.0
- Copyright (C) 2015 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:7371: $? = 0
- configure:7360: g++ -v >&5
- Using built-in specs.
- COLLECT_GCC=/usr/bin/g++
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper
- Target: x86_64-unknown-linux-gnu
- Configured with: /build/gcc-multilib/src/gcc-5.3.0/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release
- Thread model: posix
- gcc version 5.3.0 (GCC)
- configure:7371: $? = 0
- configure:7360: g++ -V >&5
- g++: error: unrecognized command line option '-V'
- g++: fatal error: no input files
- compilation terminated.
- configure:7371: $? = 1
- configure:7360: g++ -qversion >&5
- g++: error: unrecognized command line option '-qversion'
- g++: fatal error: no input files
- compilation terminated.
- configure:7371: $? = 1
- configure:7375: checking whether we are using the GNU C++ compiler
- configure:7403: result: yes
- configure:7412: checking whether g++ accepts -g
- configure:7473: result: yes
- configure:7498: checking dependency style of g++
- configure:7608: result: gcc3
- configure:7631: checking how to run the C++ preprocessor
- configure:7658: g++ -E conftest.cpp
- configure:7658: $? = 0
- configure:7672: g++ -E conftest.cpp
- conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:7672: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "qnutdisc"
- | #define PACKAGE_TARNAME "qnutdisc"
- | #define PACKAGE_VERSION "3.0"
- | #define PACKAGE_STRING "qnutdisc 3.0"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "qnutdisc"
- | #define VERSION "3.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:7697: result: g++ -E
- configure:7717: g++ -E conftest.cpp
- configure:7717: $? = 0
- configure:7731: g++ -E conftest.cpp
- conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:7731: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "qnutdisc"
- | #define PACKAGE_TARNAME "qnutdisc"
- | #define PACKAGE_VERSION "3.0"
- | #define PACKAGE_STRING "qnutdisc 3.0"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "qnutdisc"
- | #define VERSION "3.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:7937: checking for objdir
- configure:7952: result: .libs
- configure:8244: checking if gcc supports -fno-rtti -fno-exceptions
- configure:8262: 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:8266: $? = 0
- configure:8279: result: no
- configure:8299: checking for gcc option to produce PIC
- configure:8571: result: -fPIC -DPIC
- configure:8583: checking if gcc PIC flag -fPIC -DPIC works
- configure:8601: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
- configure:8605: $? = 0
- configure:8618: result: yes
- configure:8642: checking if gcc static flag -static works
- configure:8670: result: yes
- configure:8685: checking if gcc supports -c -o file.o
- configure:8706: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
- configure:8710: $? = 0
- configure:8732: result: yes
- configure:8740: checking if gcc supports -c -o file.o
- configure:8787: result: yes
- configure:8820: checking whether the gcc linker (/usr/lib/hardening-wrapper/bin/ld -m elf_x86_64) supports shared libraries
- configure:9811: result: yes
- configure:9848: checking whether -lc should be explicitly linked in
- configure:9853: gcc -c -g -O2 conftest.c >&5
- configure:9856: $? = 0
- configure:9871: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
- configure:9874: $? = 0
- configure:9886: result: no
- configure:10050: checking dynamic linker characteristics
- configure:10483: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
- configure:10483: $? = 0
- configure:10713: result: GNU/Linux ld.so
- configure:10815: checking how to hardcode library paths into programs
- configure:10840: result: immediate
- configure:11360: checking whether stripping libraries is possible
- configure:11365: result: yes
- configure:11400: checking if libtool supports shared libraries
- configure:11402: result: yes
- configure:11405: checking whether to build shared libraries
- configure:11426: result: yes
- configure:11429: checking whether to build static libraries
- configure:11433: result: yes
- configure:11583: checking for ld used by g++
- configure:11650: result: /usr/lib/hardening-wrapper/bin/ld -m elf_x86_64
- configure:11657: checking if the linker (/usr/lib/hardening-wrapper/bin/ld -m elf_x86_64) is GNU ld
- configure:11672: result: yes
- configure:11727: checking whether the g++ linker (/usr/lib/hardening-wrapper/bin/ld -m elf_x86_64) supports shared libraries
- configure:12640: result: yes
- configure:12668: g++ -c -g -O2 conftest.cpp >&5
- configure:12671: $? = 0
- configure:12853: checking for g++ option to produce PIC
- configure:13170: result: -fPIC -DPIC
- configure:13179: checking if g++ PIC flag -fPIC -DPIC works
- configure:13197: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
- configure:13201: $? = 0
- configure:13214: result: yes
- configure:13235: checking if g++ static flag -static works
- configure:13263: result: yes
- configure:13275: checking if g++ supports -c -o file.o
- configure:13296: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
- configure:13300: $? = 0
- configure:13322: result: yes
- configure:13327: checking if g++ supports -c -o file.o
- configure:13374: result: yes
- configure:13404: checking whether the g++ linker (/usr/lib/hardening-wrapper/bin/ld -m elf_x86_64) supports shared libraries
- configure:13433: result: yes
- configure:13570: checking dynamic linker characteristics
- configure:13951: g++ -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.cpp >&5
- configure:13951: $? = 0
- configure:14181: result: GNU/Linux ld.so
- configure:14232: checking how to hardcode library paths into programs
- configure:14257: result: immediate
- configure:14367: checking for pkg-config
- configure:14385: found /usr/bin/pkg-config
- configure:14397: result: /usr/bin/pkg-config
- configure:14422: checking pkg-config is at least version 0.9.0
- configure:14425: result: yes
- configure:14436: checking for QNUTDISC
- configure:14444: $PKG_CONFIG --exists --print-errors "QtCore QtGui QtNetwork"
- configure:14447: $? = 0
- configure:14462: $PKG_CONFIG --exists --print-errors "QtCore QtGui QtNetwork"
- configure:14465: $? = 0
- configure:14520: result: yes
- configure:14660: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by qnutdisc config.status 3.0, which was
- generated by GNU Autoconf 2.65. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on workpc
- config.status:1134: creating Makefile
- config.status:1134: creating src/Makefile
- config.status:1134: creating config.h
- config.status:1306: config.h is unchanged
- config.status:1354: executing depfiles commands
- config.status:1354: executing libtool commands
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=x86_64-unknown-linux-gnu
- ac_cv_c_compiler_gnu=yes
- ac_cv_cxx_compiler_gnu=yes
- 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_LDFLAGS_set=
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_value=
- ac_cv_env_PKG_CONFIG_set=
- ac_cv_env_PKG_CONFIG_value=
- ac_cv_env_QNUTDISC_CFLAGS_set=
- ac_cv_env_QNUTDISC_CFLAGS_value=
- ac_cv_env_QNUTDISC_LIBS_set=
- ac_cv_env_QNUTDISC_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_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_unistd_h=yes
- ac_cv_host=x86_64-unknown-linux-gnu
- 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=/usr/bin/pkg-config
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_path_mkdir=/usr/bin/mkdir
- ac_cv_prog_AWK=gawk
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_CXXCPP='g++ -E'
- ac_cv_prog_UIC=uic-qt4
- 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_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
- am_cv_CC_dependencies_compiler_type=gcc3
- am_cv_CXX_dependencies_compiler_type=gcc3
- 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/lib/hardening-wrapper/bin/ld
- lt_cv_path_LDCXX='/usr/lib/hardening-wrapper/bin/ld -m elf_x86_64'
- lt_cv_path_NM='/usr/bin/nm -B'
- lt_cv_prog_compiler_c_o=yes
- lt_cv_prog_compiler_c_o_CXX=yes
- 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_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_max_cmd_len=1572864
- pkg_cv_QNUTDISC_CFLAGS='-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I/usr/include/qt4/QtCore'
- pkg_cv_QNUTDISC_LIBS='-lQtGui -lQtNetwork -lQtCore'
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} "/home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/qnutdisc/missing" --run aclocal-1.11'
- AMDEPBACKSLASH='\'
- AMDEP_FALSE='#'
- AMDEP_TRUE=''
- AMTAR='${SHELL} "/home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/qnutdisc/missing" --run tar'
- AM_BACKSLASH='\'
- AM_DEFAULT_VERBOSITY='0'
- AR='ar'
- AUTOCONF='${SHELL} "/home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/qnutdisc/missing" --run autoconf'
- AUTOHEADER='${SHELL} "/home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/qnutdisc/missing" --run autoheader'
- AUTOMAKE='${SHELL} "/home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/qnutdisc/missing" --run automake-1.11'
- AWK='gawk'
- CC='gcc'
- 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'
- DSYMUTIL=''
- DUMPBIN=''
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/usr/bin/grep -E'
- EXEEXT=''
- FGREP='/usr/bin/grep -F'
- GREP='/usr/bin/grep'
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
- LD='/usr/lib/hardening-wrapper/bin/ld -m elf_x86_64'
- LDFLAGS=''
- LIBOBJS=''
- LIBS=''
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
- LIPO=''
- LN_S='ln'
- LTLIBOBJS=''
- MAINT='#'
- MAINTAINER_MODE_FALSE=''
- MAINTAINER_MODE_TRUE='#'
- MAKEINFO='${SHELL} "/home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/qnutdisc/missing" --run makeinfo'
- MKDIR_P='/usr/bin/mkdir -p'
- NM='/usr/bin/nm -B'
- NMEDIT=''
- OBJDUMP='objdump'
- OBJEXT='o'
- OTOOL64=''
- OTOOL=''
- PACKAGE='qnutdisc'
- PACKAGE_BUGREPORT=''
- PACKAGE_NAME='qnutdisc'
- PACKAGE_STRING='qnutdisc 3.0'
- PACKAGE_TARNAME='qnutdisc'
- PACKAGE_URL=''
- PACKAGE_VERSION='3.0'
- PATH_SEPARATOR=':'
- PKG_CONFIG='/usr/bin/pkg-config'
- QNUTDISC_CFLAGS='-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I/usr/include/qt4/QtCore'
- QNUTDISC_LIBS='-lQtGui -lQtNetwork -lQtCore'
- RANLIB='ranlib'
- SED='/usr/bin/sed'
- SET_MAKE=''
- SHELL='/bin/sh'
- STRIP='strip'
- UIC='uic-qt4'
- VERSION='3.0'
- ac_ct_CC='gcc'
- ac_ct_CXX='g++'
- ac_ct_DUMPBIN=''
- am__EXEEXT_FALSE=''
- am__EXEEXT_TRUE='#'
- am__fastdepCC_FALSE='#'
- am__fastdepCC_TRUE=''
- am__fastdepCXX_FALSE='#'
- am__fastdepCXX_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='x86_64-unknown-linux-gnu'
- build_alias=''
- build_cpu='x86_64'
- build_os='linux-gnu'
- build_vendor='unknown'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='${prefix}'
- host='x86_64-unknown-linux-gnu'
- host_alias=''
- host_cpu='x86_64'
- host_os='linux-gnu'
- host_vendor='unknown'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- install_sh='${SHELL} '\''/home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/qnutdisc/install-sh'\'''
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- lt_ECHO='echo'
- mandir='${datarootdir}/man'
- mkdir_p='/usr/bin/mkdir -p'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='/usr/local'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "qnutdisc"
- #define PACKAGE_TARNAME "qnutdisc"
- #define PACKAGE_VERSION "3.0"
- #define PACKAGE_STRING "qnutdisc 3.0"
- #define PACKAGE_BUGREPORT ""
- #define PACKAGE_URL ""
- #define PACKAGE "qnutdisc"
- #define VERSION "3.0"
- #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/"
- configure: exit 0
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by qnutdisc config.status 3.0, which was
- generated by GNU Autoconf 2.65. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on workpc
- config.status:1134: creating Makefile
- config.status:1134: creating src/Makefile
- config.status:1134: creating config.h
- config.status:1306: config.h is unchanged
- config.status:1354: executing depfiles commands
- config.status:1354: executing libtool commands
|