| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781 |
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by nutdisc configure 3.0.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:2419: checking for a BSD-compatible install
- configure:2487: result: /usr/bin/install -c
- configure:2498: checking whether build environment is sane
- configure:2548: result: yes
- configure:2689: checking for a thread-safe mkdir -p
- configure:2728: result: /usr/bin/mkdir -p
- configure:2741: checking for gawk
- configure:2757: found /usr/bin/gawk
- configure:2768: result: gawk
- configure:2779: checking whether make sets $(MAKE)
- configure:2801: result: yes
- configure:2884: checking whether to enable maintainer-specific portions of Makefiles
- configure:2893: result: no
- configure:2955: checking for gcc
- configure:2971: found /usr/lib/hardening-wrapper/bin/gcc
- configure:2982: result: gcc
- configure:3211: checking for C compiler version
- configure:3220: 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:3231: $? = 0
- configure:3220: 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:3231: $? = 0
- configure:3220: gcc -V >&5
- gcc: error: unrecognized command line option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:3231: $? = 1
- configure:3220: gcc -qversion >&5
- gcc: error: unrecognized command line option '-qversion'
- gcc: fatal error: no input files
- compilation terminated.
- configure:3231: $? = 1
- configure:3251: checking whether the C compiler works
- configure:3273: gcc conftest.c >&5
- configure:3277: $? = 0
- configure:3326: result: yes
- configure:3329: checking for C compiler default output file name
- configure:3331: result: a.out
- configure:3337: checking for suffix of executables
- configure:3344: gcc -o conftest conftest.c >&5
- configure:3348: $? = 0
- configure:3370: result:
- configure:3392: checking whether we are cross compiling
- configure:3400: gcc -o conftest conftest.c >&5
- configure:3404: $? = 0
- configure:3411: ./conftest
- configure:3415: $? = 0
- configure:3430: result: no
- configure:3435: checking for suffix of object files
- configure:3457: gcc -c conftest.c >&5
- configure:3461: $? = 0
- configure:3482: result: o
- configure:3486: checking whether we are using the GNU C compiler
- configure:3505: gcc -c conftest.c >&5
- configure:3505: $? = 0
- configure:3514: result: yes
- configure:3523: checking whether gcc accepts -g
- configure:3543: gcc -c -g conftest.c >&5
- configure:3543: $? = 0
- configure:3584: result: yes
- configure:3601: checking for gcc option to accept ISO C89
- configure:3665: gcc -c -g -O2 conftest.c >&5
- configure:3665: $? = 0
- configure:3678: result: none needed
- configure:3709: checking for style of include used by make
- configure:3737: result: GNU
- configure:3762: checking dependency style of gcc
- configure:3872: result: gcc3
- configure:3920: checking wxWidgets version
- configure:3923: result: 3.0.2
- configure:3935: checking for propgrid
- configure:3938: wxpropgrid enabled
- configure:3940: checking for wxpropgrid
- configure:3945: checking for /usr/include/wx-3.0/wx/propgrid/propgrid.h
- configure:3959: result: yes
- configure:3998: wxpropgrid enabled
- configure:4010: checking for nutdisc
- configure:4022: nutdisc enabled
- configure:4044: checking how to run the C preprocessor
- configure:4075: gcc -E conftest.c
- configure:4075: $? = 0
- configure:4089: gcc -E conftest.c
- conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:4089: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "nutdisc"
- | #define PACKAGE_TARNAME "nutdisc"
- | #define PACKAGE_VERSION "3.0.0"
- | #define PACKAGE_STRING "nutdisc 3.0.0"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "nutdisc"
- | #define VERSION "3.0.0"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:4114: result: gcc -E
- configure:4134: gcc -E conftest.c
- configure:4134: $? = 0
- configure:4148: gcc -E conftest.c
- conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:4148: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "nutdisc"
- | #define PACKAGE_TARNAME "nutdisc"
- | #define PACKAGE_VERSION "3.0.0"
- | #define PACKAGE_STRING "nutdisc 3.0.0"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "nutdisc"
- | #define VERSION "3.0.0"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:4234: checking for g++
- configure:4250: found /usr/lib/hardening-wrapper/bin/g++
- configure:4261: result: g++
- configure:4288: checking for C++ compiler version
- configure:4297: 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:4308: $? = 0
- configure:4297: 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:4308: $? = 0
- configure:4297: g++ -V >&5
- g++: error: unrecognized command line option '-V'
- g++: fatal error: no input files
- compilation terminated.
- configure:4308: $? = 1
- configure:4297: g++ -qversion >&5
- g++: error: unrecognized command line option '-qversion'
- g++: fatal error: no input files
- compilation terminated.
- configure:4308: $? = 1
- configure:4312: checking whether we are using the GNU C++ compiler
- configure:4331: g++ -c conftest.cpp >&5
- configure:4331: $? = 0
- configure:4340: result: yes
- configure:4349: checking whether g++ accepts -g
- configure:4369: g++ -c -g conftest.cpp >&5
- configure:4369: $? = 0
- configure:4410: result: yes
- configure:4435: checking dependency style of g++
- configure:4545: result: gcc3
- configure:4563: WARNING: Libtool does not cope well with whitespace in `pwd`
- configure:4590: checking build system type
- configure:4604: result: x86_64-unknown-linux-gnu
- configure:4624: checking host system type
- configure:4637: result: x86_64-unknown-linux-gnu
- configure:4657: checking for a sed that does not truncate output
- configure:4721: result: /usr/bin/sed
- configure:4739: checking for grep that handles long lines and -e
- configure:4797: result: /usr/bin/grep
- configure:4802: checking for egrep
- configure:4864: result: /usr/bin/grep -E
- configure:4869: checking for fgrep
- configure:4931: result: /usr/bin/grep -F
- configure:4966: checking for ld used by gcc
- configure:5033: result: /usr/lib/hardening-wrapper/bin/ld
- configure:5040: checking if the linker (/usr/lib/hardening-wrapper/bin/ld) is GNU ld
- configure:5055: result: yes
- configure:5067: checking for BSD- or MS-compatible name lister (nm)
- configure:5116: result: /usr/bin/nm -B
- configure:5234: checking the name lister (/usr/bin/nm -B) interface
- configure:5241: gcc -c -g -O2 conftest.c >&5
- configure:5244: /usr/bin/nm -B "conftest.o"
- configure:5247: output
- 0000000000000000 B some_variable
- configure:5254: result: BSD nm
- configure:5257: checking whether ln -s works
- configure:5264: result: no, using ln
- configure:5269: checking the maximum length of command line arguments
- configure:5389: result: 1572864
- configure:5406: checking whether the shell understands some XSI constructs
- configure:5416: result: yes
- configure:5420: checking whether the shell understands "+="
- configure:5426: result: yes
- configure:5461: checking for /usr/lib/hardening-wrapper/bin/ld option to reload object files
- configure:5468: result: -r
- configure:5537: checking for objdump
- configure:5553: found /usr/bin/objdump
- configure:5564: result: objdump
- configure:5596: checking how to recognize dependent libraries
- configure:5792: result: pass_all
- configure:5852: checking for ar
- configure:5868: found /usr/bin/ar
- configure:5879: result: ar
- configure:5957: checking for strip
- configure:5973: found /usr/bin/strip
- configure:5984: result: strip
- configure:6056: checking for ranlib
- configure:6072: found /usr/bin/ranlib
- configure:6083: result: ranlib
- configure:6173: checking command to parse /usr/bin/nm -B output from gcc object
- configure:6291: gcc -c -g -O2 conftest.c >&5
- configure:6294: $? = 0
- configure:6298: /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:6301: $? = 0
- configure:6355: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
- configure:6358: $? = 0
- configure:6396: result: ok
- configure:6492: gcc -c -g -O2 conftest.c >&5
- configure:6495: $? = 0
- configure:7201: checking for ANSI C header files
- configure:7221: gcc -c -g -O2 conftest.c >&5
- configure:7221: $? = 0
- configure:7294: gcc -o conftest -g -O2 conftest.c >&5
- configure:7294: $? = 0
- configure:7294: ./conftest
- configure:7294: $? = 0
- configure:7305: result: yes
- configure:7318: checking for sys/types.h
- configure:7318: gcc -c -g -O2 conftest.c >&5
- configure:7318: $? = 0
- configure:7318: result: yes
- configure:7318: checking for sys/stat.h
- configure:7318: gcc -c -g -O2 conftest.c >&5
- configure:7318: $? = 0
- configure:7318: result: yes
- configure:7318: checking for stdlib.h
- configure:7318: gcc -c -g -O2 conftest.c >&5
- configure:7318: $? = 0
- configure:7318: result: yes
- configure:7318: checking for string.h
- configure:7318: gcc -c -g -O2 conftest.c >&5
- configure:7318: $? = 0
- configure:7318: result: yes
- configure:7318: checking for memory.h
- configure:7318: gcc -c -g -O2 conftest.c >&5
- configure:7318: $? = 0
- configure:7318: result: yes
- configure:7318: checking for strings.h
- configure:7318: gcc -c -g -O2 conftest.c >&5
- configure:7318: $? = 0
- configure:7318: result: yes
- configure:7318: checking for inttypes.h
- configure:7318: gcc -c -g -O2 conftest.c >&5
- configure:7318: $? = 0
- configure:7318: result: yes
- configure:7318: checking for stdint.h
- configure:7318: gcc -c -g -O2 conftest.c >&5
- configure:7318: $? = 0
- configure:7318: result: yes
- configure:7318: checking for unistd.h
- configure:7318: gcc -c -g -O2 conftest.c >&5
- configure:7318: $? = 0
- configure:7318: result: yes
- configure:7333: checking for dlfcn.h
- configure:7333: gcc -c -g -O2 conftest.c >&5
- configure:7333: $? = 0
- configure:7333: result: yes
- configure:7458: checking for C++ compiler version
- configure:7467: 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:7478: $? = 0
- configure:7467: 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:7478: $? = 0
- configure:7467: g++ -V >&5
- g++: error: unrecognized command line option '-V'
- g++: fatal error: no input files
- compilation terminated.
- configure:7478: $? = 1
- configure:7467: g++ -qversion >&5
- g++: error: unrecognized command line option '-qversion'
- g++: fatal error: no input files
- compilation terminated.
- configure:7478: $? = 1
- configure:7482: checking whether we are using the GNU C++ compiler
- configure:7510: result: yes
- configure:7519: checking whether g++ accepts -g
- configure:7580: result: yes
- configure:7605: checking dependency style of g++
- configure:7715: result: gcc3
- configure:7738: checking how to run the C++ preprocessor
- configure:7765: g++ -E conftest.cpp
- configure:7765: $? = 0
- configure:7779: g++ -E conftest.cpp
- conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:7779: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "nutdisc"
- | #define PACKAGE_TARNAME "nutdisc"
- | #define PACKAGE_VERSION "3.0.0"
- | #define PACKAGE_STRING "nutdisc 3.0.0"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "nutdisc"
- | #define VERSION "3.0.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:7804: result: g++ -E
- configure:7824: g++ -E conftest.cpp
- configure:7824: $? = 0
- configure:7838: g++ -E conftest.cpp
- conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:7838: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "nutdisc"
- | #define PACKAGE_TARNAME "nutdisc"
- | #define PACKAGE_VERSION "3.0.0"
- | #define PACKAGE_STRING "nutdisc 3.0.0"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "nutdisc"
- | #define VERSION "3.0.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:8044: checking for objdir
- configure:8059: result: .libs
- configure:8351: checking if gcc supports -fno-rtti -fno-exceptions
- configure:8369: 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:8373: $? = 0
- configure:8386: result: no
- configure:8406: checking for gcc option to produce PIC
- configure:8678: result: -fPIC -DPIC
- configure:8690: checking if gcc PIC flag -fPIC -DPIC works
- configure:8708: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
- configure:8712: $? = 0
- configure:8725: result: yes
- configure:8749: checking if gcc static flag -static works
- configure:8777: result: yes
- configure:8792: checking if gcc supports -c -o file.o
- configure:8813: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
- configure:8817: $? = 0
- configure:8839: result: yes
- configure:8847: checking if gcc supports -c -o file.o
- configure:8894: result: yes
- configure:8927: checking whether the gcc linker (/usr/lib/hardening-wrapper/bin/ld -m elf_x86_64) supports shared libraries
- configure:9918: result: yes
- configure:9955: checking whether -lc should be explicitly linked in
- configure:9960: gcc -c -g -O2 conftest.c >&5
- configure:9963: $? = 0
- configure:9978: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
- configure:9981: $? = 0
- configure:9993: result: no
- configure:10157: checking dynamic linker characteristics
- configure:10590: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
- configure:10590: $? = 0
- configure:10820: result: GNU/Linux ld.so
- configure:10922: checking how to hardcode library paths into programs
- configure:10947: result: immediate
- configure:11467: checking whether stripping libraries is possible
- configure:11472: result: yes
- configure:11507: checking if libtool supports shared libraries
- configure:11509: result: yes
- configure:11512: checking whether to build shared libraries
- configure:11533: result: yes
- configure:11536: checking whether to build static libraries
- configure:11540: result: yes
- configure:11690: checking for ld used by g++
- configure:11757: result: /usr/lib/hardening-wrapper/bin/ld -m elf_x86_64
- configure:11764: checking if the linker (/usr/lib/hardening-wrapper/bin/ld -m elf_x86_64) is GNU ld
- configure:11779: result: yes
- configure:11834: checking whether the g++ linker (/usr/lib/hardening-wrapper/bin/ld -m elf_x86_64) supports shared libraries
- configure:12747: result: yes
- configure:12775: g++ -c -g -O2 conftest.cpp >&5
- configure:12778: $? = 0
- configure:12960: checking for g++ option to produce PIC
- configure:13277: result: -fPIC -DPIC
- configure:13286: checking if g++ PIC flag -fPIC -DPIC works
- configure:13304: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
- configure:13308: $? = 0
- configure:13321: result: yes
- configure:13342: checking if g++ static flag -static works
- configure:13370: result: yes
- configure:13382: checking if g++ supports -c -o file.o
- configure:13403: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
- configure:13407: $? = 0
- configure:13429: result: yes
- configure:13434: checking if g++ supports -c -o file.o
- configure:13481: result: yes
- configure:13511: checking whether the g++ linker (/usr/lib/hardening-wrapper/bin/ld -m elf_x86_64) supports shared libraries
- configure:13540: result: yes
- configure:13677: checking dynamic linker characteristics
- configure:14058: g++ -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.cpp >&5
- configure:14058: $? = 0
- configure:14288: result: GNU/Linux ld.so
- configure:14339: checking how to hardcode library paths into programs
- configure:14364: result: immediate
- configure:14569: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by nutdisc config.status 3.0.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:1137: creating Makefile
- config.status:1137: creating src/Makefile
- config.status:1137: creating config.h
- config.status:1309: config.h is unchanged
- config.status:1357: executing depfiles commands
- config.status:1357: 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_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_file__usr_include_wx_3_0_wx_propgrid_propgrid_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_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_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_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
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} "/home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/nutdisc/missing" --run aclocal-1.11'
- AMDEPBACKSLASH='\'
- AMDEP_FALSE='#'
- AMDEP_TRUE=''
- AMTAR='${SHELL} "/home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/nutdisc/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/nutdisc/missing" --run autoconf'
- AUTOHEADER='${SHELL} "/home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/nutdisc/missing" --run autoheader'
- AUTOMAKE='${SHELL} "/home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/nutdisc/missing" --run automake-1.11'
- AWK='gawk'
- BUILD_NUTDISC_FALSE='#'
- BUILD_NUTDISC_TRUE=''
- 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/nutdisc/missing" --run makeinfo'
- MKDIR_P='/usr/bin/mkdir -p'
- NM='/usr/bin/nm -B'
- NMEDIT=''
- OBJDUMP='objdump'
- OBJEXT='o'
- OTOOL64=''
- OTOOL=''
- PACKAGE='nutdisc'
- PACKAGE_BUGREPORT=''
- PACKAGE_NAME='nutdisc'
- PACKAGE_STRING='nutdisc 3.0.0'
- PACKAGE_TARNAME='nutdisc'
- PACKAGE_URL=''
- PACKAGE_VERSION='3.0.0'
- PATH_SEPARATOR=':'
- RANLIB='ranlib'
- SED='/usr/bin/sed'
- SET_MAKE=''
- SHELL='/bin/sh'
- STRIP='strip'
- VERSION='3.0.0'
- WX_CPPFLAGS='-I/usr/lib/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__'
- WX_CXXFLAGS='-I/usr/lib/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread'
- WX_LIBS='-pthread -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_webview-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 '
- WX_PROPGRID='-lwx_gtk2u_propgrid-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/nutdisc/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 "nutdisc"
- #define PACKAGE_TARNAME "nutdisc"
- #define PACKAGE_VERSION "3.0.0"
- #define PACKAGE_STRING "nutdisc 3.0.0"
- #define PACKAGE_BUGREPORT ""
- #define PACKAGE_URL ""
- #define PACKAGE "nutdisc"
- #define VERSION "3.0.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 nutdisc config.status 3.0.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:1137: creating Makefile
- config.status:1137: creating src/Makefile
- config.status:1137: creating config.h
- config.status:1309: config.h is unchanged
- config.status:1357: executing depfiles commands
- config.status:1357: executing libtool commands
|