This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by bmorse configure 0.1.01, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = X301 uname -m = i686 uname -r = 3.8.0-26-generic uname -s = Linux uname -v = #38-Ubuntu SMP Mon Jun 17 21:46:08 UTC 2013 /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/i386-linux-gnu/qt4/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 ## ----------- ## ## Core tests. ## ## ----------- ## configure:2143: checking for a BSD-compatible install configure:2211: result: /usr/bin/install -c configure:2222: checking whether build environment is sane configure:2272: result: yes configure:2413: checking for a thread-safe mkdir -p configure:2452: result: /bin/mkdir -p configure:2465: checking for gawk configure:2481: found /usr/bin/gawk configure:2492: result: gawk configure:2503: checking whether make sets $(MAKE) configure:2525: result: yes configure:2680: checking whether make supports nested variables configure:2697: result: yes configure:2709: checking whether to enable maintainer-specific portions of Makefiles configure:2718: result: no configure:2848: checking for g++ configure:2864: found /usr/bin/g++ configure:2875: result: g++ configure:2902: checking for C++ compiler version configure:2911: g++ --version >&5 g++ (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3 Copyright (C) 2012 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:2922: $? = 0 configure:2911: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.7/lto-wrapper Target: i686-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --enable-targets=all --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu Thread model: posix gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) configure:2922: $? = 0 configure:2911: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:2922: $? = 4 configure:2911: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:2922: $? = 4 configure:2942: checking whether the C++ compiler works configure:2964: g++ conftest.cpp >&5 conftest.cpp:11:0: warning: "VERSION" redefined [enabled by default] conftest.cpp:9:0: note: this is the location of the previous definition configure:2968: $? = 0 configure:3016: result: yes configure:3019: checking for C++ compiler default output file name configure:3021: result: a.out configure:3027: checking for suffix of executables configure:3034: g++ -o conftest conftest.cpp >&5 conftest.cpp:11:0: warning: "VERSION" redefined [enabled by default] conftest.cpp:9:0: note: this is the location of the previous definition configure:3038: $? = 0 configure:3060: result: configure:3082: checking whether we are cross compiling configure:3090: g++ -o conftest conftest.cpp >&5 conftest.cpp:11:0: warning: "VERSION" redefined [enabled by default] conftest.cpp:9:0: note: this is the location of the previous definition configure:3094: $? = 0 configure:3101: ./conftest configure:3105: $? = 0 configure:3120: result: no configure:3125: checking for suffix of object files configure:3147: g++ -c conftest.cpp >&5 conftest.cpp:11:0: warning: "VERSION" redefined [enabled by default] conftest.cpp:9:0: note: this is the location of the previous definition configure:3151: $? = 0 configure:3172: result: o configure:3176: checking whether we are using the GNU C++ compiler configure:3195: g++ -c conftest.cpp >&5 conftest.cpp:11:0: warning: "VERSION" redefined [enabled by default] conftest.cpp:9:0: note: this is the location of the previous definition configure:3195: $? = 0 configure:3204: result: yes configure:3213: checking whether g++ accepts -g configure:3233: g++ -c -g conftest.cpp >&5 conftest.cpp:11:0: warning: "VERSION" redefined [enabled by default] conftest.cpp:9:0: note: this is the location of the previous definition configure:3233: $? = 0 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "bmorse" | #define PACKAGE_TARNAME "bmorse" | #define PACKAGE_VERSION "0.1.01" | #define PACKAGE_STRING "bmorse 0.1.01" | #define PACKAGE_BUGREPORT "ag1le@innomore.com" | #define PACKAGE_URL "" | #define PACKAGE "bmorse" | #define VERSION "0.1.0" | #define PACKAGE "bmorse" | #define VERSION "0.1.01" | #define FLDIGI_AUTHORS "Mauri Niininen" | #define PACKAGE_HOME "https://github.com/ag1le/morse-wip" | #define PACKAGE_DL "https://github.com/ag1le/morse-wip" | #define PACKAGE_NEWBUG "https://github.com/ag1le/morse-wip/issues" | #define PACKAGE_DOCS "https://github.com/ag1le/morse-wip/wiki" | #define PACKAGE_GUIDE "https://github.com/ag1le/morse-wip/wiki" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3248: g++ -c conftest.cpp >&5 conftest.cpp:11:0: warning: "VERSION" redefined [enabled by default] conftest.cpp:9:0: note: this is the location of the previous definition configure:3248: $? = 0 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "bmorse" | #define PACKAGE_TARNAME "bmorse" | #define PACKAGE_VERSION "0.1.01" | #define PACKAGE_STRING "bmorse 0.1.01" | #define PACKAGE_BUGREPORT "ag1le@innomore.com" | #define PACKAGE_URL "" | #define PACKAGE "bmorse" | #define VERSION "0.1.0" | #define PACKAGE "bmorse" | #define VERSION "0.1.01" | #define FLDIGI_AUTHORS "Mauri Niininen" | #define PACKAGE_HOME "https://github.com/ag1le/morse-wip" | #define PACKAGE_DL "https://github.com/ag1le/morse-wip" | #define PACKAGE_NEWBUG "https://github.com/ag1le/morse-wip/issues" | #define PACKAGE_DOCS "https://github.com/ag1le/morse-wip/wiki" | #define PACKAGE_GUIDE "https://github.com/ag1le/morse-wip/wiki" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3264: g++ -c -g conftest.cpp >&5 conftest.cpp:11:0: warning: "VERSION" redefined [enabled by default] conftest.cpp:9:0: note: this is the location of the previous definition configure:3264: $? = 0 configure:3274: result: yes configure:3308: checking for style of include used by make configure:3336: result: GNU configure:3362: checking dependency style of g++ configure:3473: result: gcc3 configure:3490: checking dependency style of g++ configure:3601: result: gcc3 configure:3664: checking for gcc configure:3680: found /usr/bin/gcc configure:3691: result: gcc configure:3920: checking for C compiler version configure:3929: gcc --version >&5 gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3 Copyright (C) 2012 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:3940: $? = 0 configure:3929: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.7/lto-wrapper Target: i686-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --enable-targets=all --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu Thread model: posix gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) configure:3940: $? = 0 configure:3929: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3940: $? = 4 configure:3929: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3940: $? = 4 configure:3944: checking whether we are using the GNU C compiler configure:3963: gcc -c conftest.c >&5 conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:3963: $? = 0 configure:3972: result: yes configure:3981: checking whether gcc accepts -g configure:4001: gcc -c -g conftest.c >&5 conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:4001: $? = 0 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "bmorse" | #define PACKAGE_TARNAME "bmorse" | #define PACKAGE_VERSION "0.1.01" | #define PACKAGE_STRING "bmorse 0.1.01" | #define PACKAGE_BUGREPORT "ag1le@innomore.com" | #define PACKAGE_URL "" | #define PACKAGE "bmorse" | #define VERSION "0.1.0" | #define PACKAGE "bmorse" | #define VERSION "0.1.01" | #define FLDIGI_AUTHORS "Mauri Niininen" | #define PACKAGE_HOME "https://github.com/ag1le/morse-wip" | #define PACKAGE_DL "https://github.com/ag1le/morse-wip" | #define PACKAGE_NEWBUG "https://github.com/ag1le/morse-wip/issues" | #define PACKAGE_DOCS "https://github.com/ag1le/morse-wip/wiki" | #define PACKAGE_GUIDE "https://github.com/ag1le/morse-wip/wiki" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:4016: gcc -c conftest.c >&5 conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:4016: $? = 0 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "bmorse" | #define PACKAGE_TARNAME "bmorse" | #define PACKAGE_VERSION "0.1.01" | #define PACKAGE_STRING "bmorse 0.1.01" | #define PACKAGE_BUGREPORT "ag1le@innomore.com" | #define PACKAGE_URL "" | #define PACKAGE "bmorse" | #define VERSION "0.1.0" | #define PACKAGE "bmorse" | #define VERSION "0.1.01" | #define FLDIGI_AUTHORS "Mauri Niininen" | #define PACKAGE_HOME "https://github.com/ag1le/morse-wip" | #define PACKAGE_DL "https://github.com/ag1le/morse-wip" | #define PACKAGE_NEWBUG "https://github.com/ag1le/morse-wip/issues" | #define PACKAGE_DOCS "https://github.com/ag1le/morse-wip/wiki" | #define PACKAGE_GUIDE "https://github.com/ag1le/morse-wip/wiki" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:4032: gcc -c -g conftest.c >&5 conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:4032: $? = 0 configure:4042: result: yes configure:4059: checking for gcc option to accept ISO C89 configure:4122: gcc -c -g -O2 conftest.c >&5 conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:4122: $? = 0 configure:4135: result: none needed configure:4157: checking dependency style of gcc configure:4268: result: gcc3 configure:4285: checking dependency style of gcc configure:4396: result: gcc3 configure:4417: checking how to run the C preprocessor configure:4448: gcc -E conftest.c conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:4448: $? = 0 configure:4462: gcc -E conftest.c conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition conftest.c:19:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4462: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "bmorse" | #define PACKAGE_TARNAME "bmorse" | #define PACKAGE_VERSION "0.1.01" | #define PACKAGE_STRING "bmorse 0.1.01" | #define PACKAGE_BUGREPORT "ag1le@innomore.com" | #define PACKAGE_URL "" | #define PACKAGE "bmorse" | #define VERSION "0.1.0" | #define PACKAGE "bmorse" | #define VERSION "0.1.01" | #define FLDIGI_AUTHORS "Mauri Niininen" | #define PACKAGE_HOME "https://github.com/ag1le/morse-wip" | #define PACKAGE_DL "https://github.com/ag1le/morse-wip" | #define PACKAGE_NEWBUG "https://github.com/ag1le/morse-wip/issues" | #define PACKAGE_DOCS "https://github.com/ag1le/morse-wip/wiki" | #define PACKAGE_GUIDE "https://github.com/ag1le/morse-wip/wiki" | /* end confdefs.h. */ | #include configure:4487: result: gcc -E configure:4507: gcc -E conftest.c conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:4507: $? = 0 configure:4521: gcc -E conftest.c conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition conftest.c:19:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4521: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "bmorse" | #define PACKAGE_TARNAME "bmorse" | #define PACKAGE_VERSION "0.1.01" | #define PACKAGE_STRING "bmorse 0.1.01" | #define PACKAGE_BUGREPORT "ag1le@innomore.com" | #define PACKAGE_URL "" | #define PACKAGE "bmorse" | #define VERSION "0.1.0" | #define PACKAGE "bmorse" | #define VERSION "0.1.01" | #define FLDIGI_AUTHORS "Mauri Niininen" | #define PACKAGE_HOME "https://github.com/ag1le/morse-wip" | #define PACKAGE_DL "https://github.com/ag1le/morse-wip" | #define PACKAGE_NEWBUG "https://github.com/ag1le/morse-wip/issues" | #define PACKAGE_DOCS "https://github.com/ag1le/morse-wip/wiki" | #define PACKAGE_GUIDE "https://github.com/ag1le/morse-wip/wiki" | /* end confdefs.h. */ | #include configure:4550: checking for grep that handles long lines and -e configure:4608: result: /bin/grep configure:4613: checking for egrep configure:4675: result: /bin/grep -E configure:4680: checking for ANSI C header files configure:4700: gcc -c -g -O2 conftest.c >&5 conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:4700: $? = 0 conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:4773: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:4773: $? = 0 configure:4773: ./conftest configure:4773: $? = 0 configure:4784: result: yes configure:4797: checking for sys/types.h configure:4797: gcc -c -g -O2 conftest.c >&5 conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:4797: $? = 0 configure:4797: result: yes configure:4797: checking for sys/stat.h configure:4797: gcc -c -g -O2 conftest.c >&5 conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:4797: $? = 0 configure:4797: result: yes configure:4797: checking for stdlib.h configure:4797: gcc -c -g -O2 conftest.c >&5 conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:4797: $? = 0 configure:4797: result: yes configure:4797: checking for string.h configure:4797: gcc -c -g -O2 conftest.c >&5 conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:4797: $? = 0 configure:4797: result: yes configure:4797: checking for memory.h configure:4797: gcc -c -g -O2 conftest.c >&5 conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:4797: $? = 0 configure:4797: result: yes configure:4797: checking for strings.h configure:4797: gcc -c -g -O2 conftest.c >&5 conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:4797: $? = 0 configure:4797: result: yes configure:4797: checking for inttypes.h configure:4797: gcc -c -g -O2 conftest.c >&5 conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:4797: $? = 0 configure:4797: result: yes configure:4797: checking for stdint.h configure:4797: gcc -c -g -O2 conftest.c >&5 conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:4797: $? = 0 configure:4797: result: yes configure:4797: checking for unistd.h configure:4797: gcc -c -g -O2 conftest.c >&5 conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:4797: $? = 0 configure:4797: result: yes configure:4810: checking minix/config.h usability configure:4810: gcc -c -g -O2 conftest.c >&5 conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition conftest.c:62:26: fatal error: minix/config.h: No such file or directory compilation terminated. configure:4810: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "bmorse" | #define PACKAGE_TARNAME "bmorse" | #define PACKAGE_VERSION "0.1.01" | #define PACKAGE_STRING "bmorse 0.1.01" | #define PACKAGE_BUGREPORT "ag1le@innomore.com" | #define PACKAGE_URL "" | #define PACKAGE "bmorse" | #define VERSION "0.1.0" | #define PACKAGE "bmorse" | #define VERSION "0.1.01" | #define FLDIGI_AUTHORS "Mauri Niininen" | #define PACKAGE_HOME "https://github.com/ag1le/morse-wip" | #define PACKAGE_DL "https://github.com/ag1le/morse-wip" | #define PACKAGE_NEWBUG "https://github.com/ag1le/morse-wip/issues" | #define PACKAGE_DOCS "https://github.com/ag1le/morse-wip/wiki" | #define PACKAGE_GUIDE "https://github.com/ag1le/morse-wip/wiki" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:4810: result: no configure:4810: checking minix/config.h presence configure:4810: gcc -E conftest.c conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition conftest.c:29:26: fatal error: minix/config.h: No such file or directory compilation terminated. configure:4810: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "bmorse" | #define PACKAGE_TARNAME "bmorse" | #define PACKAGE_VERSION "0.1.01" | #define PACKAGE_STRING "bmorse 0.1.01" | #define PACKAGE_BUGREPORT "ag1le@innomore.com" | #define PACKAGE_URL "" | #define PACKAGE "bmorse" | #define VERSION "0.1.0" | #define PACKAGE "bmorse" | #define VERSION "0.1.01" | #define FLDIGI_AUTHORS "Mauri Niininen" | #define PACKAGE_HOME "https://github.com/ag1le/morse-wip" | #define PACKAGE_DL "https://github.com/ag1le/morse-wip" | #define PACKAGE_NEWBUG "https://github.com/ag1le/morse-wip/issues" | #define PACKAGE_DOCS "https://github.com/ag1le/morse-wip/wiki" | #define PACKAGE_GUIDE "https://github.com/ag1le/morse-wip/wiki" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:4810: result: no configure:4810: checking for minix/config.h configure:4810: result: no configure:4831: checking whether it is safe to define __EXTENSIONS__ configure:4849: gcc -c -g -O2 conftest.c >&5 conftest.c:11:0: warning: "VERSION" redefined [enabled by default] conftest.c:9:0: note: this is the location of the previous definition configure:4849: $? = 0 configure:4856: result: yes configure:5029: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by bmorse config.status 0.1.01, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on X301 config.status:882: creating Makefile config.status:882: creating src/Makefile config.status:882: creating config.h config.status:1063: config.h is unchanged config.status:1111: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## 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_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_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no 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_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ 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_safe_to_define___extensions__=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/mauri/Projects/morse/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AUTOCONF='${SHELL} /home/mauri/Projects/morse/missing --run autoconf' AUTOHEADER='${SHELL} /home/mauri/Projects/morse/missing --run autoheader' AUTOMAKE='${SHELL} /home/mauri/Projects/morse/missing --run automake-1.11' AWK='gawk' BMORSE_AUTHORS='' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/mauri/Projects/morse/missing --run makeinfo' MKDIR_P='/bin/mkdir -p' OBJEXT='o' PACKAGE='bmorse' PACKAGE_BUGREPORT='ag1le@innomore.com' PACKAGE_DL='https://github.com/ag1le/morse-wip' PACKAGE_DOCS='https://github.com/ag1le/morse-wip/wiki' PACKAGE_GUIDE='https://github.com/ag1le/morse-wip/wiki' PACKAGE_HOME='https://github.com/ag1le/morse-wip' PACKAGE_NAME='bmorse' PACKAGE_NEWBUG='https://github.com/ag1le/morse-wip/issues' PACKAGE_PROJ='https://github.com/ag1le/morse-wip' PACKAGE_STRING='bmorse 0.1.01' PACKAGE_TARNAME='bmorse' PACKAGE_URL='' PACKAGE_VERSION='0.1.01' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/bash' STRIP='' VERSION='0.1.01' ac_ct_CC='gcc' ac_ct_CXX='g++' 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__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/mauri/Projects/morse/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/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 "bmorse" #define PACKAGE_TARNAME "bmorse" #define PACKAGE_VERSION "0.1.01" #define PACKAGE_STRING "bmorse 0.1.01" #define PACKAGE_BUGREPORT "ag1le@innomore.com" #define PACKAGE_URL "" #define PACKAGE "bmorse" #define VERSION "0.1.0" #define PACKAGE "bmorse" #define VERSION "0.1.01" #define FLDIGI_AUTHORS "Mauri Niininen" #define PACKAGE_HOME "https://github.com/ag1le/morse-wip" #define PACKAGE_DL "https://github.com/ag1le/morse-wip" #define PACKAGE_NEWBUG "https://github.com/ag1le/morse-wip/issues" #define PACKAGE_DOCS "https://github.com/ag1le/morse-wip/wiki" #define PACKAGE_GUIDE "https://github.com/ag1le/morse-wip/wiki" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 configure: exit 0