Results 1 to 4 of 4

Thread: Soweq ubuntu 16.04

  1. #1
    Registered User
    Join Date
    Nov 2016
    Posts
    4

    Soweq ubuntu 16.04

    hi all,

    I'm trying to install showeq on ububtu 16.04.
    I installed the packages I thought were needed but keep running into some error.

    when I run ./configure:
    checking for Qt... no
    >> Unable to locate your Qt includes...
    configure: error: Please verify your Qt devel install!

    I installed Qt though.

    here is my configure log:

    Code:
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    
    It was created by showeq configure 5.13.10.43, which was
    generated by GNU Autoconf 2.63.  Invocation command line was
    
      $ ./configure 
    
    ## --------- ##
    ## Platform. ##
    ## --------- ##
    
    hostname = sam
    uname -m = x86_64
    uname -r = 4.4.0-47-generic
    uname -s = Linux
    uname -v = #68-Ubuntu SMP Wed Oct 26 19:39:52 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: /home/sam/bin
    PATH: /home/sam/.local/bin
    PATH: /usr/local/sbin
    PATH: /usr/local/bin
    PATH: /usr/sbin
    PATH: /usr/bin
    PATH: /sbin
    PATH: /bin
    PATH: /usr/games
    PATH: /usr/local/games
    PATH: /snap/bin
    
    
    ## ----------- ##
    ## Core tests. ##
    ## ----------- ##
    
    configure:2167: checking build system type
    configure:2185: result: x86_64-unknown-linux-gnu
    configure:2207: checking host system type
    configure:2222: result: x86_64-unknown-linux-gnu
    configure:2244: checking target system type
    configure:2259: result: x86_64-unknown-linux-gnu
    configure:2306: checking for a BSD-compatible install
    configure:2374: result: /usr/bin/install -c
    configure:2385: checking whether build environment is sane
    configure:2445: result: yes
    configure:2586: checking for a thread-safe mkdir -p
    configure:2625: result: /bin/mkdir -p
    configure:2638: checking for gawk
    configure:2668: result: no
    configure:2638: checking for mawk
    configure:2654: found /usr/bin/mawk
    configure:2665: result: mawk
    configure:2676: checking whether make sets $(MAKE)
    configure:2698: result: yes
    configure:2781: checking whether to enable maintainer-specific portions of Makefiles
    configure:2790: result: no
    configure:2810: checking for gcc
    configure:2826: found /usr/bin/gcc
    configure:2837: result: gcc
    configure:2852: checking for g++
    configure:2868: found /usr/bin/g++
    configure:2879: result: g++
    configure:2913: checking for supported compiler version
    configure:2933: checking for style of include used by make
    configure:2961: result: GNU
    configure:3095: checking for C++ compiler version
    configure:3103: g++ --version >&5
    g++ (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609
    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:3107: $? = 0
    configure:3114: g++ -v >&5
    Using built-in specs.
    COLLECT_GCC=g++
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
    Target: x86_64-linux-gnu
    Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.1' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
    Thread model: posix
    gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.1) 
    configure:3118: $? = 0
    configure:3125: g++ -V >&5
    g++: error: unrecognized command line option '-V'
    g++: fatal error: no input files
    compilation terminated.
    configure:3129: $? = 1
    configure:3152: checking for C++ compiler default output file name
    configure:3174: g++    conftest.cpp  >&5
    configure:3178: $? = 0
    configure:3216: result: a.out
    configure:3235: checking whether the C++ compiler works
    configure:3245: ./a.out
    configure:3249: $? = 0
    configure:3268: result: yes
    configure:3275: checking whether we are cross compiling
    configure:3277: result: no
    configure:3280: checking for suffix of executables
    configure:3287: g++ -o conftest    conftest.cpp  >&5
    configure:3291: $? = 0
    configure:3317: result: 
    configure:3323: checking for suffix of object files
    configure:3349: g++ -c   conftest.cpp >&5
    configure:3353: $? = 0
    configure:3378: result: o
    configure:3382: checking whether we are using the GNU C++ compiler
    configure:3411: g++ -c   conftest.cpp >&5
    configure:3418: $? = 0
    configure:3435: result: yes
    configure:3444: checking whether g++ accepts -g
    configure:3474: g++ -c -g  conftest.cpp >&5
    configure:3481: $? = 0
    configure:3582: result: yes
    configure:3607: checking dependency style of g++
    configure:3717: result: gcc3
    configure:3785: g++ -o conftest -g -O2   conftest.cpp  >&5
    configure:3792: $? = 0
    configure:3801: result: yes
    configure:4063: checking for gcc
    configure:4090: result: gcc
    configure:4322: checking for C compiler version
    configure:4330: gcc --version >&5
    gcc (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609
    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:4334: $? = 0
    configure:4341: gcc -v >&5
    Using built-in specs.
    COLLECT_GCC=gcc
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
    Target: x86_64-linux-gnu
    Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.1' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
    Thread model: posix
    gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.1) 
    configure:4345: $? = 0
    configure:4352: gcc -V >&5
    gcc: error: unrecognized command line option '-V'
    gcc: fatal error: no input files
    compilation terminated.
    configure:4356: $? = 1
    configure:4359: checking whether we are using the GNU C compiler
    configure:4388: gcc -c   conftest.c >&5
    configure:4395: $? = 0
    configure:4412: result: yes
    configure:4421: checking whether gcc accepts -g
    configure:4451: gcc -c -g  conftest.c >&5
    configure:4458: $? = 0
    configure:4559: result: yes
    configure:4576: checking for gcc option to accept ISO C89
    configure:4650: gcc  -c -g -O2  conftest.c >&5
    configure:4657: $? = 0
    configure:4680: result: none needed
    configure:4700: checking dependency style of gcc
    configure:4810: result: gcc3
    configure:4937: checking for C++ compiler version
    configure:4945: g++ --version >&5
    g++ (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609
    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:4949: $? = 0
    configure:4956: g++ -v >&5
    Using built-in specs.
    COLLECT_GCC=g++
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
    Target: x86_64-linux-gnu
    Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.1' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
    Thread model: posix
    gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.1) 
    configure:4960: $? = 0
    configure:4967: g++ -V >&5
    g++: error: unrecognized command line option '-V'
    g++: fatal error: no input files
    compilation terminated.
    configure:4971: $? = 1
    configure:4974: checking whether we are using the GNU C++ compiler
    configure:5027: result: yes
    configure:5036: checking whether g++ accepts -g
    configure:5174: result: yes
    configure:5199: checking dependency style of g++
    configure:5309: result: gcc3
    configure:5329: checking how to run the C preprocessor
    configure:5369: gcc -E  conftest.c
    configure:5376: $? = 0
    configure:5407: gcc -E  conftest.c
    conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
    compilation terminated.
    configure:5414: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.13.10.43"
    | #define PACKAGE_STRING "showeq 5.13.10.43"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.13.10.43"
    | /* end confdefs.h.  */
    | #include <ac_nonexistent.h>
    configure:5447: result: gcc -E
    configure:5476: gcc -E  conftest.c
    configure:5483: $? = 0
    configure:5514: gcc -E  conftest.c
    conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
    compilation terminated.
    configure:5521: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.13.10.43"
    | #define PACKAGE_STRING "showeq 5.13.10.43"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.13.10.43"
    | /* end confdefs.h.  */
    | #include <ac_nonexistent.h>
    configure:5562: checking for an ANSI C-conforming const
    configure:5637: gcc -c -g -O2  conftest.c >&5
    configure:5644: $? = 0
    configure:5659: result: yes
    configure:5684: checking for a BSD-compatible install
    configure:5752: result: /usr/bin/install -c
    configure:5763: checking whether ln -s works
    configure:5767: result: yes
    configure:5774: checking whether make sets $(MAKE)
    configure:5796: result: yes
    configure:5830: checking for a sed that does not truncate output
    configure:5896: result: /bin/sed
    configure:5914: checking for grep that handles long lines and -e
    configure:5974: result: /bin/grep
    configure:5979: checking for egrep
    configure:6043: result: /bin/grep -E
    configure:6048: checking for fgrep
    configure:6112: result: /bin/grep -F
    configure:6147: checking for ld used by gcc
    configure:6214: result: /usr/bin/ld
    configure:6223: checking if the linker (/usr/bin/ld) is GNU ld
    configure:6238: result: yes
    configure:6250: checking for BSD- or MS-compatible name lister (nm)
    configure:6299: result: /usr/bin/nm -B
    configure:6417: checking the name lister (/usr/bin/nm -B) interface
    configure:6424: gcc -c -g -O2  conftest.c >&5
    configure:6427: /usr/bin/nm -B "conftest.o"
    configure:6430: output
    0000000000000000 B some_variable
    configure:6437: result: BSD nm
    configure:6441: checking the maximum length of command line arguments
    configure:6561: result: 1572864
    configure:6578: checking whether the shell understands some XSI constructs
    configure:6588: result: yes
    configure:6592: checking whether the shell understands "+="
    configure:6598: result: yes
    configure:6633: checking for /usr/bin/ld option to reload object files
    configure:6640: result: -r
    configure:6709: checking for objdump
    configure:6725: found /usr/bin/objdump
    configure:6736: result: objdump
    configure:6768: checking how to recognize dependent libraries
    configure:6964: result: pass_all
    configure:7024: checking for ar
    configure:7040: found /usr/bin/ar
    configure:7051: result: ar
    configure:7129: checking for strip
    configure:7145: found /usr/bin/strip
    configure:7156: result: strip
    configure:7228: checking for ranlib
    configure:7244: found /usr/bin/ranlib
    configure:7255: result: ranlib
    configure:7345: checking command to parse /usr/bin/nm -B output from gcc object
    configure:7463: gcc -c -g -O2  conftest.c >&5
    configure:7466: $? = 0
    configure:7470: /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:7473: $? = 0
    configure:7527: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
    configure:7530: $? = 0
    configure:7568: result: ok
    configure:7663: gcc -c -g -O2  conftest.c >&5
    configure:7666: $? = 0
    configure:8430: checking for ANSI C header files
    configure:8460: gcc -c -g -O2  conftest.c >&5
    configure:8467: $? = 0
    configure:8566: gcc -o conftest -g -O2   conftest.c  >&5
    configure:8570: $? = 0
    configure:8576: ./conftest
    configure:8580: $? = 0
    configure:8598: result: yes
    configure:8622: checking for sys/types.h
    configure:8643: gcc -c -g -O2  conftest.c >&5
    configure:8650: $? = 0
    configure:8667: result: yes
    configure:8622: checking for sys/stat.h
    configure:8643: gcc -c -g -O2  conftest.c >&5
    configure:8650: $? = 0
    configure:8667: result: yes
    configure:8622: checking for stdlib.h
    configure:8643: gcc -c -g -O2  conftest.c >&5
    configure:8650: $? = 0
    configure:8667: result: yes
    configure:8622: checking for string.h
    configure:8643: gcc -c -g -O2  conftest.c >&5
    configure:8650: $? = 0
    configure:8667: result: yes
    configure:8622: checking for memory.h
    configure:8643: gcc -c -g -O2  conftest.c >&5
    configure:8650: $? = 0
    configure:8667: result: yes
    configure:8622: checking for strings.h
    configure:8643: gcc -c -g -O2  conftest.c >&5
    configure:8650: $? = 0
    configure:8667: result: yes
    configure:8622: checking for inttypes.h
    configure:8643: gcc -c -g -O2  conftest.c >&5
    configure:8650: $? = 0
    configure:8667: result: yes
    configure:8622: checking for stdint.h
    configure:8643: gcc -c -g -O2  conftest.c >&5
    configure:8650: $? = 0
    configure:8667: result: yes
    configure:8622: checking for unistd.h
    configure:8643: gcc -c -g -O2  conftest.c >&5
    configure:8650: $? = 0
    configure:8667: result: yes
    configure:8685: checking for dlfcn.h
    configure:8706: gcc -c -g -O2  conftest.c >&5
    configure:8713: $? = 0
    configure:8730: result: yes
    configure:8857: checking for C++ compiler version
    configure:8865: g++ --version >&5
    g++ (Ubuntu 5.4.0-6ubuntu1~16.04.1) 5.4.0 20160609
    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:8869: $? = 0
    configure:8876: g++ -v >&5
    Using built-in specs.
    COLLECT_GCC=g++
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
    Target: x86_64-linux-gnu
    Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.1' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
    Thread model: posix
    gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.1) 
    configure:8880: $? = 0
    configure:8887: g++ -V >&5
    g++: error: unrecognized command line option '-V'
    g++: fatal error: no input files
    compilation terminated.
    configure:8891: $? = 1
    configure:8894: checking whether we are using the GNU C++ compiler
    configure:8947: result: yes
    configure:8956: checking whether g++ accepts -g
    configure:9094: result: yes
    configure:9119: checking dependency style of g++
    configure:9229: result: gcc3
    configure:9252: checking how to run the C++ preprocessor
    configure:9288: g++ -E  conftest.cpp
    configure:9295: $? = 0
    configure:9326: g++ -E  conftest.cpp
    conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
    compilation terminated.
    configure:9333: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.13.10.43"
    | #define PACKAGE_STRING "showeq 5.13.10.43"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.13.10.43"
    | #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:9366: result: g++ -E
    configure:9395: g++ -E  conftest.cpp
    configure:9402: $? = 0
    configure:9433: g++ -E  conftest.cpp
    conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
    compilation terminated.
    configure:9440: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.13.10.43"
    | #define PACKAGE_STRING "showeq 5.13.10.43"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.13.10.43"
    | #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:9653: checking for objdir
    configure:9668: result: .libs
    configure:9964: checking if gcc supports -fno-rtti -fno-exceptions
    configure:9982: 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:9986: $? = 0
    configure:9999: result: no
    configure:10019: checking for gcc option to produce PIC
    configure:10291: result: -fPIC -DPIC
    configure:10303: checking if gcc PIC flag -fPIC -DPIC works
    configure:10321: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
    configure:10325: $? = 0
    configure:10338: result: yes
    configure:10362: checking if gcc static flag -static works
    configure:10390: result: yes
    configure:10405: checking if gcc supports -c -o file.o
    configure:10426: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
    configure:10430: $? = 0
    configure:10452: result: yes
    configure:10460: checking if gcc supports -c -o file.o
    configure:10507: result: yes
    configure:10540: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
    configure:11614: result: yes
    configure:11651: checking whether -lc should be explicitly linked in
    configure:11656: gcc -c -g -O2  conftest.c >&5
    configure:11659: $? = 0
    configure:11674: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
    configure:11677: $? = 0
    configure:11689: result: no
    configure:11853: checking dynamic linker characteristics
    configure:12296: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
    configure:12303: $? = 0
    configure:12539: result: GNU/Linux ld.so
    configure:12641: checking how to hardcode library paths into programs
    configure:12666: result: immediate
    configure:13499: checking whether stripping libraries is possible
    configure:13504: result: yes
    configure:13539: checking if libtool supports shared libraries
    configure:13541: result: yes
    configure:13544: checking whether to build shared libraries
    configure:13565: result: yes
    configure:13568: checking whether to build static libraries
    configure:13572: result: yes
    configure:13722: checking for ld used by g++
    configure:13789: result: /usr/bin/ld -m elf_x86_64
    configure:13798: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
    configure:13813: result: yes
    configure:13868: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
    configure:14843: result: yes
    configure:14871: g++ -c -g -O2  conftest.cpp >&5
    configure:14874: $? = 0
    configure:15056: checking for g++ option to produce PIC
    configure:15373: result: -fPIC -DPIC
    configure:15382: checking if g++ PIC flag -fPIC -DPIC works
    configure:15400: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
    configure:15404: $? = 0
    configure:15417: result: yes
    configure:15438: checking if g++ static flag -static works
    configure:15466: result: yes
    configure:15478: checking if g++ supports -c -o file.o
    configure:15499: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
    configure:15503: $? = 0
    configure:15525: result: yes
    configure:15530: checking if g++ supports -c -o file.o
    configure:15577: result: yes
    configure:15607: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
    configure:15633: result: yes
    configure:15770: checking dynamic linker characteristics
    configure:16161: g++ -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.cpp  >&5
    configure:16168: $? = 0
    configure:16404: result: GNU/Linux ld.so
    configure:16455: checking how to hardcode library paths into programs
    configure:16480: result: immediate
    configure:16546: checking for supported libc version
    configure:16583: g++ -o conftest -g -O2   conftest.cpp  >&5
    configure:16590: $? = 0
    configure:16599: result: yes
    configure:17146: checking for X
    configure:17261: gcc -E  conftest.c
    configure:17268: $? = 0
    configure:17317: gcc -o conftest -g -O2   conftest.c -lX11  >&5
    configure:17324: $? = 0
    configure:17386: result: libraries , headers 
    configure:17461: checking for IceConnectionNumber in -lICE
    configure:17496: gcc -o conftest -g -O2   -L/usr/lib conftest.c -lICE   >&5
    /usr/bin/ld: cannot find -lICE
    collect2: error: ld returned 1 exit status
    configure:17503: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.13.10.43"
    | #define PACKAGE_STRING "showeq 5.13.10.43"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.13.10.43"
    | #define STDC_HEADERS 1
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_SYS_STAT_H 1
    | #define HAVE_STDLIB_H 1
    | #define HAVE_STRING_H 1
    | #define HAVE_MEMORY_H 1
    | #define HAVE_STRINGS_H 1
    | #define HAVE_INTTYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_UNISTD_H 1
    | #define HAVE_DLFCN_H 1
    | #define LT_OBJDIR ".libs/"
    | /* end confdefs.h.  */
    | 
    | /* Override any GCC internal prototype to avoid an error.
    |    Use char because int might match the return type of a GCC
    |    builtin and then its argument prototype would still apply.  */
    | #ifdef __cplusplus
    | extern "C"
    | #endif
    | char IceConnectionNumber ();
    | int
    | main ()
    | {
    | return IceConnectionNumber ();
    |   ;
    |   return 0;
    | }
    configure:17524: result: no
    configure:17538: checking for libXext
    configure:17575: gcc -o conftest -g -O2  -L/usr/lib  conftest.c -lXext -lX11  >&5
    configure:17582: $? = 0
    configure:17609: result: yes
    configure:17630: checking for extra includes
    configure:17658: result: no
    configure:17662: checking for extra libs
    configure:17691: result: no
    configure:17697: checking for libz
    configure:17736: gcc -o conftest -g -O2 -I.   conftest.c -L/usr/lib -lz  >&5
    configure:17743: $? = 0
    configure:17774: result: -lz
    configure:17786: checking for libpng
    configure:17829: gcc -o conftest -g -O2 -I.   conftest.c  -L/usr/lib -lpng -lz -lm -lX11  >&5
    conftest.c:24:20: fatal error: png.h: No such file or directory
    compilation terminated.
    configure:17836: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.13.10.43"
    | #define PACKAGE_STRING "showeq 5.13.10.43"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.13.10.43"
    | #define STDC_HEADERS 1
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_SYS_STAT_H 1
    | #define HAVE_STDLIB_H 1
    | #define HAVE_STRING_H 1
    | #define HAVE_MEMORY_H 1
    | #define HAVE_STRINGS_H 1
    | #define HAVE_INTTYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_UNISTD_H 1
    | #define HAVE_DLFCN_H 1
    | #define LT_OBJDIR ".libs/"
    | #define HAVE_LIBZ 1
    | /* end confdefs.h.  */
    | 
    |     #include<png.h>
    | 
    | int
    | main ()
    | {
    | 
    |     png_structp png_ptr = png_create_read_struct(  /* image ptr */
    |         PNG_LIBPNG_VER_STRING, 0, 0, 0 );
    |     return( png_ptr != 0 );
    | 
    |   ;
    |   return 0;
    | }
    configure:17871: result: no
    configure:17885: checking for Qt
    configure:18053: error: Please verify your Qt devel install!
    
    ## ---------------- ##
    ## Cache variables. ##
    ## ---------------- ##
    
    ac_cv_build=x86_64-unknown-linux-gnu
    ac_cv_c_compiler_gnu=yes
    ac_cv_c_const=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_XMKMF_set=
    ac_cv_env_XMKMF_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_have_x='have_x=yes          kde_x_includes=. ac_x_libraries=/usr/lib'
    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_lib_ICE_IceConnectionNumber=no
    ac_cv_lib_png=no
    ac_cv_lib_z=-lz
    ac_cv_objext=o
    ac_cv_path_EGREP='/bin/grep -E'
    ac_cv_path_FGREP='/bin/grep -F'
    ac_cv_path_GREP=/bin/grep
    ac_cv_path_SED=/bin/sed
    ac_cv_path_install='/usr/bin/install -c'
    ac_cv_path_mkdir=/bin/mkdir
    ac_cv_prog_AWK=mawk
    ac_cv_prog_CCd=gcc
    ac_cv_prog_CPP='gcc -E'
    ac_cv_prog_CXXCPP='g++ -E'
    ac_cv_prog_CXXd=g++
    ac_cv_prog_ac_ct_AR=ar
    ac_cv_prog_ac_ct_CC=gcc
    ac_cv_prog_ac_ct_OBJDUMP=objdump
    ac_cv_prog_ac_ct_RANLIB=ranlib
    ac_cv_prog_ac_ct_STRIP=strip
    ac_cv_prog_cc_c89=
    ac_cv_prog_cc_g=yes
    ac_cv_prog_cxx_g=yes
    ac_cv_prog_make_make_set=yes
    ac_cv_target=x86_64-unknown-linux-gnu
    am_cv_CC_dependencies_compiler_type=gcc3
    am_cv_CXX_dependencies_compiler_type=gcc3
    kde_cv_have_libXext=yes
    lt_cv_deplibs_check_method=pass_all
    lt_cv_file_magic_cmd='$MAGIC_CMD'
    lt_cv_file_magic_test_file=
    lt_cv_ld_reload_flag=-r
    lt_cv_nm_interface='BSD nm'
    lt_cv_objdir=.libs
    lt_cv_path_LD=/usr/bin/ld
    lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
    lt_cv_path_NM='/usr/bin/nm -B'
    lt_cv_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/sam/Downloads/showeq-5.13.10.43/missing --run aclocal-1.11'
    AMDEPBACKSLASH='\'
    AMDEP_FALSE='#'
    AMDEP_TRUE=''
    AMTAR='${SHELL} /home/sam/Downloads/showeq-5.13.10.43/missing --run tar'
    AR='ar'
    AUTOCONF='${SHELL} /home/sam/Downloads/showeq-5.13.10.43/missing --run autoconf'
    AUTOHEADER='${SHELL} /home/sam/Downloads/showeq-5.13.10.43/missing --run autoheader'
    AUTOMAKE='${SHELL} /home/sam/Downloads/showeq-5.13.10.43/missing --run automake-1.11'
    AWK='mawk'
    CC='gcc'
    CCDEPMODE='depmode=gcc3'
    CCd='gcc'
    CFLAGS='-g -O2'
    CGIDIR=''
    CGI_FALSE=''
    CGI_ICONS=''
    CGI_ICON_DIR=''
    CGI_TRUE=''
    CPP='gcc -E'
    CPPFLAGS=''
    CXX='g++'
    CXXCPP='g++ -E'
    CXXDEPMODE='depmode=gcc3'
    CXXFLAGS='-g -O2'
    CXXd='g++'
    CYGPATH_W='echo'
    DEBUG=''
    DEFS=''
    DEPDIR='.deps'
    DSYMUTIL=''
    DUMPBIN=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP='/bin/grep -E'
    EXEEXT=''
    FGREP='/bin/grep -F'
    GREP='/bin/grep'
    HAVE_GD_FALSE=''
    HAVE_GD_TRUE=''
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
    LD='/usr/bin/ld -m elf_x86_64'
    LDFLAGS=''
    LIBGETOPT=''
    LIBOBJS=''
    LIBPNG=''
    LIBPTHREAD=''
    LIBS=''
    LIBSM=''
    LIBTOOL='$(SHELL) $(top_builddir)/libtool'
    LIBZ='-lz'
    LIB_QT=''
    LIB_X11='-lX11 $(LIBSOCKET)'
    LIPO=''
    LN_S='ln -s'
    LTLIBOBJS=''
    MAINT='#'
    MAINTAINER_MODE_FALSE=''
    MAINTAINER_MODE_TRUE='#'
    MAKEINFO='${SHELL} /home/sam/Downloads/showeq-5.13.10.43/missing --run makeinfo'
    MEMORY_LIBS=''
    MKDIR_P='/bin/mkdir -p'
    MOC=''
    NM='/usr/bin/nm -B'
    NMEDIT=''
    OBJDUMP='objdump'
    OBJEXT='o'
    OTOOL64=''
    OTOOL=''
    PACKAGE='showeq'
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME='showeq'
    PACKAGE_STRING='showeq 5.13.10.43'
    PACKAGE_TARNAME='showeq'
    PACKAGE_VERSION='5.13.10.43'
    PATH_SEPARATOR=':'
    PROFILE_LIBS=''
    QT_DOCS=''
    QT_INCLUDES=''
    QT_LDFLAGS=''
    RANLIB='ranlib'
    SED='/bin/sed'
    SET_MAKE=''
    SHELL='/bin/bash'
    SHOWEQ_EXTRA_RPATH=''
    SHOWEQ_RPATH=''
    STRIP='strip'
    TEST_SERVER_FALSE=''
    TEST_SERVER_TRUE=''
    UIC=''
    USER_INCLUDES=''
    USER_LDFLAGS=''
    USE_THREADS=''
    VERSION='5.13.10.43'
    XMKMF=''
    X_INCLUDES='-I.'
    X_LDFLAGS='-L/usr/lib'
    X_PRE_LIBS=''
    ac_ct_CC='gcc'
    ac_ct_CXX=''
    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='NONE'
    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/sam/Downloads/showeq-5.13.10.43/install-sh'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='${prefix}/var'
    lt_ECHO='echo'
    mandir='${datarootdir}/man'
    mkdir_p='/bin/mkdir -p'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    prefix='NONE'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    qt_docs=''
    qt_includes=''
    qt_libraries=''
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target='x86_64-unknown-linux-gnu'
    target_alias=''
    target_cpu='x86_64'
    target_os='linux-gnu'
    target_vendor='unknown'
    x_includes='.'
    x_libraries='/usr/lib'
    
    ## ----------- ##
    ## confdefs.h. ##
    ## ----------- ##
    
    #define PACKAGE_NAME "showeq"
    #define PACKAGE_TARNAME "showeq"
    #define PACKAGE_VERSION "5.13.10.43"
    #define PACKAGE_STRING "showeq 5.13.10.43"
    #define PACKAGE_BUGREPORT ""
    #define PACKAGE "showeq"
    #define VERSION "5.13.10.43"
    #define STDC_HEADERS 1
    #define HAVE_SYS_TYPES_H 1
    #define HAVE_SYS_STAT_H 1
    #define HAVE_STDLIB_H 1
    #define HAVE_STRING_H 1
    #define HAVE_MEMORY_H 1
    #define HAVE_STRINGS_H 1
    #define HAVE_INTTYPES_H 1
    #define HAVE_STDINT_H 1
    #define HAVE_UNISTD_H 1
    #define HAVE_DLFCN_H 1
    #define LT_OBJDIR ".libs/"
    #define HAVE_LIBZ 1
    
    configure: exit 1

  2. #2
    Registered User
    Join Date
    Nov 2016
    Posts
    4

    Re: Soweq ubuntu 16.04

    Note: since previous message I installed libpng, but the other errors remain, and I'm really stuck with those.

  3. #3
    Registered User
    Join Date
    Nov 2016
    Posts
    4

    Re: Soweq ubuntu 16.04

    after installing qttools5-dev

    Code:
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    
    It was created by showeq configure 5.13.10.43, which was
    generated by GNU Autoconf 2.63.  Invocation command line was
    
      $ ./configure 
    
    ## --------- ##
    ## Platform. ##
    ## --------- ##
    
    hostname = sam
    uname -m = x86_64
    uname -r = 4.4.0-47-generic
    uname -s = Linux
    uname -v = #68-Ubuntu SMP Wed Oct 26 19:39:52 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: /home/sam/bin
    PATH: /home/sam/.local/bin
    PATH: /usr/local/sbin
    PATH: /usr/local/bin
    PATH: /usr/sbin
    PATH: /usr/bin
    PATH: /sbin
    PATH: /bin
    PATH: /usr/games
    PATH: /usr/local/games
    PATH: /snap/bin
    
    
    ## ----------- ##
    ## Core tests. ##
    ## ----------- ##
    
    configure:2167: checking build system type
    configure:2185: result: x86_64-unknown-linux-gnu
    configure:2207: checking host system type
    configure:2222: result: x86_64-unknown-linux-gnu
    configure:2244: checking target system type
    configure:2259: result: x86_64-unknown-linux-gnu
    configure:2306: checking for a BSD-compatible install
    configure:2374: result: /usr/bin/install -c
    configure:2385: checking whether build environment is sane
    configure:2445: result: yes
    configure:2586: checking for a thread-safe mkdir -p
    configure:2625: result: /bin/mkdir -p
    configure:2638: checking for gawk
    configure:2668: result: no
    configure:2638: checking for mawk
    configure:2654: found /usr/bin/mawk
    configure:2665: result: mawk
    configure:2676: checking whether make sets $(MAKE)
    configure:2698: result: yes
    configure:2781: checking whether to enable maintainer-specific portions of Makefiles
    configure:2790: result: no
    configure:2810: checking for gcc
    configure:2826: found /usr/bin/gcc
    configure:2837: result: gcc
    configure:2852: checking for g++
    configure:2868: found /usr/bin/g++
    configure:2879: result: g++
    configure:2913: checking for supported compiler version
    configure:2933: checking for style of include used by make
    configure:2961: result: GNU
    configure:3095: checking for C++ compiler version
    configure:3103: g++ --version >&5
    g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
    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:3107: $? = 0
    configure:3114: g++ -v >&5
    Using built-in specs.
    COLLECT_GCC=g++
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
    Target: x86_64-linux-gnu
    Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
    Thread model: posix
    gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 
    configure:3118: $? = 0
    configure:3125: g++ -V >&5
    g++: error: unrecognized command line option '-V'
    g++: fatal error: no input files
    compilation terminated.
    configure:3129: $? = 1
    configure:3152: checking for C++ compiler default output file name
    configure:3174: g++    conftest.cpp  >&5
    configure:3178: $? = 0
    configure:3216: result: a.out
    configure:3235: checking whether the C++ compiler works
    configure:3245: ./a.out
    configure:3249: $? = 0
    configure:3268: result: yes
    configure:3275: checking whether we are cross compiling
    configure:3277: result: no
    configure:3280: checking for suffix of executables
    configure:3287: g++ -o conftest    conftest.cpp  >&5
    configure:3291: $? = 0
    configure:3317: result: 
    configure:3323: checking for suffix of object files
    configure:3349: g++ -c   conftest.cpp >&5
    configure:3353: $? = 0
    configure:3378: result: o
    configure:3382: checking whether we are using the GNU C++ compiler
    configure:3411: g++ -c   conftest.cpp >&5
    configure:3418: $? = 0
    configure:3435: result: yes
    configure:3444: checking whether g++ accepts -g
    configure:3474: g++ -c -g  conftest.cpp >&5
    configure:3481: $? = 0
    configure:3582: result: yes
    configure:3607: checking dependency style of g++
    configure:3717: result: gcc3
    configure:3785: g++ -o conftest -g -O2   conftest.cpp  >&5
    configure:3792: $? = 0
    configure:3801: result: yes
    configure:4063: checking for gcc
    configure:4090: result: gcc
    configure:4322: checking for C compiler version
    configure:4330: gcc --version >&5
    gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
    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:4334: $? = 0
    configure:4341: gcc -v >&5
    Using built-in specs.
    COLLECT_GCC=gcc
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
    Target: x86_64-linux-gnu
    Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
    Thread model: posix
    gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 
    configure:4345: $? = 0
    configure:4352: gcc -V >&5
    gcc: error: unrecognized command line option '-V'
    gcc: fatal error: no input files
    compilation terminated.
    configure:4356: $? = 1
    configure:4359: checking whether we are using the GNU C compiler
    configure:4388: gcc -c   conftest.c >&5
    configure:4395: $? = 0
    configure:4412: result: yes
    configure:4421: checking whether gcc accepts -g
    configure:4451: gcc -c -g  conftest.c >&5
    configure:4458: $? = 0
    configure:4559: result: yes
    configure:4576: checking for gcc option to accept ISO C89
    configure:4650: gcc  -c -g -O2  conftest.c >&5
    configure:4657: $? = 0
    configure:4680: result: none needed
    configure:4700: checking dependency style of gcc
    configure:4810: result: gcc3
    configure:4937: checking for C++ compiler version
    configure:4945: g++ --version >&5
    g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
    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:4949: $? = 0
    configure:4956: g++ -v >&5
    Using built-in specs.
    COLLECT_GCC=g++
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
    Target: x86_64-linux-gnu
    Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
    Thread model: posix
    gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 
    configure:4960: $? = 0
    configure:4967: g++ -V >&5
    g++: error: unrecognized command line option '-V'
    g++: fatal error: no input files
    compilation terminated.
    configure:4971: $? = 1
    configure:4974: checking whether we are using the GNU C++ compiler
    configure:5027: result: yes
    configure:5036: checking whether g++ accepts -g
    configure:5174: result: yes
    configure:5199: checking dependency style of g++
    configure:5309: result: gcc3
    configure:5329: checking how to run the C preprocessor
    configure:5369: gcc -E  conftest.c
    configure:5376: $? = 0
    configure:5407: gcc -E  conftest.c
    conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
    compilation terminated.
    configure:5414: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.13.10.43"
    | #define PACKAGE_STRING "showeq 5.13.10.43"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.13.10.43"
    | /* end confdefs.h.  */
    | #include <ac_nonexistent.h>
    configure:5447: result: gcc -E
    configure:5476: gcc -E  conftest.c
    configure:5483: $? = 0
    configure:5514: gcc -E  conftest.c
    conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
    compilation terminated.
    configure:5521: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.13.10.43"
    | #define PACKAGE_STRING "showeq 5.13.10.43"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.13.10.43"
    | /* end confdefs.h.  */
    | #include <ac_nonexistent.h>
    configure:5562: checking for an ANSI C-conforming const
    configure:5637: gcc -c -g -O2  conftest.c >&5
    configure:5644: $? = 0
    configure:5659: result: yes
    configure:5684: checking for a BSD-compatible install
    configure:5752: result: /usr/bin/install -c
    configure:5763: checking whether ln -s works
    configure:5767: result: yes
    configure:5774: checking whether make sets $(MAKE)
    configure:5796: result: yes
    configure:5830: checking for a sed that does not truncate output
    configure:5896: result: /bin/sed
    configure:5914: checking for grep that handles long lines and -e
    configure:5974: result: /bin/grep
    configure:5979: checking for egrep
    configure:6043: result: /bin/grep -E
    configure:6048: checking for fgrep
    configure:6112: result: /bin/grep -F
    configure:6147: checking for ld used by gcc
    configure:6214: result: /usr/bin/ld
    configure:6223: checking if the linker (/usr/bin/ld) is GNU ld
    configure:6238: result: yes
    configure:6250: checking for BSD- or MS-compatible name lister (nm)
    configure:6299: result: /usr/bin/nm -B
    configure:6417: checking the name lister (/usr/bin/nm -B) interface
    configure:6424: gcc -c -g -O2  conftest.c >&5
    configure:6427: /usr/bin/nm -B "conftest.o"
    configure:6430: output
    0000000000000000 B some_variable
    configure:6437: result: BSD nm
    configure:6441: checking the maximum length of command line arguments
    configure:6561: result: 1572864
    configure:6578: checking whether the shell understands some XSI constructs
    configure:6588: result: yes
    configure:6592: checking whether the shell understands "+="
    configure:6598: result: yes
    configure:6633: checking for /usr/bin/ld option to reload object files
    configure:6640: result: -r
    configure:6709: checking for objdump
    configure:6725: found /usr/bin/objdump
    configure:6736: result: objdump
    configure:6768: checking how to recognize dependent libraries
    configure:6964: result: pass_all
    configure:7024: checking for ar
    configure:7040: found /usr/bin/ar
    configure:7051: result: ar
    configure:7129: checking for strip
    configure:7145: found /usr/bin/strip
    configure:7156: result: strip
    configure:7228: checking for ranlib
    configure:7244: found /usr/bin/ranlib
    configure:7255: result: ranlib
    configure:7345: checking command to parse /usr/bin/nm -B output from gcc object
    configure:7463: gcc -c -g -O2  conftest.c >&5
    configure:7466: $? = 0
    configure:7470: /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:7473: $? = 0
    configure:7527: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
    configure:7530: $? = 0
    configure:7568: result: ok
    configure:7663: gcc -c -g -O2  conftest.c >&5
    configure:7666: $? = 0
    configure:8430: checking for ANSI C header files
    configure:8460: gcc -c -g -O2  conftest.c >&5
    configure:8467: $? = 0
    configure:8566: gcc -o conftest -g -O2   conftest.c  >&5
    configure:8570: $? = 0
    configure:8576: ./conftest
    configure:8580: $? = 0
    configure:8598: result: yes
    configure:8622: checking for sys/types.h
    configure:8643: gcc -c -g -O2  conftest.c >&5
    configure:8650: $? = 0
    configure:8667: result: yes
    configure:8622: checking for sys/stat.h
    configure:8643: gcc -c -g -O2  conftest.c >&5
    configure:8650: $? = 0
    configure:8667: result: yes
    configure:8622: checking for stdlib.h
    configure:8643: gcc -c -g -O2  conftest.c >&5
    configure:8650: $? = 0
    configure:8667: result: yes
    configure:8622: checking for string.h
    configure:8643: gcc -c -g -O2  conftest.c >&5
    configure:8650: $? = 0
    configure:8667: result: yes
    configure:8622: checking for memory.h
    configure:8643: gcc -c -g -O2  conftest.c >&5
    configure:8650: $? = 0
    configure:8667: result: yes
    configure:8622: checking for strings.h
    configure:8643: gcc -c -g -O2  conftest.c >&5
    configure:8650: $? = 0
    configure:8667: result: yes
    configure:8622: checking for inttypes.h
    configure:8643: gcc -c -g -O2  conftest.c >&5
    configure:8650: $? = 0
    configure:8667: result: yes
    configure:8622: checking for stdint.h
    configure:8643: gcc -c -g -O2  conftest.c >&5
    configure:8650: $? = 0
    configure:8667: result: yes
    configure:8622: checking for unistd.h
    configure:8643: gcc -c -g -O2  conftest.c >&5
    configure:8650: $? = 0
    configure:8667: result: yes
    configure:8685: checking for dlfcn.h
    configure:8706: gcc -c -g -O2  conftest.c >&5
    configure:8713: $? = 0
    configure:8730: result: yes
    configure:8857: checking for C++ compiler version
    configure:8865: g++ --version >&5
    g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
    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:8869: $? = 0
    configure:8876: g++ -v >&5
    Using built-in specs.
    COLLECT_GCC=g++
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
    Target: x86_64-linux-gnu
    Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
    Thread model: posix
    gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 
    configure:8880: $? = 0
    configure:8887: g++ -V >&5
    g++: error: unrecognized command line option '-V'
    g++: fatal error: no input files
    compilation terminated.
    configure:8891: $? = 1
    configure:8894: checking whether we are using the GNU C++ compiler
    configure:8947: result: yes
    configure:8956: checking whether g++ accepts -g
    configure:9094: result: yes
    configure:9119: checking dependency style of g++
    configure:9229: result: gcc3
    configure:9252: checking how to run the C++ preprocessor
    configure:9288: g++ -E  conftest.cpp
    configure:9295: $? = 0
    configure:9326: g++ -E  conftest.cpp
    conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
    compilation terminated.
    configure:9333: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.13.10.43"
    | #define PACKAGE_STRING "showeq 5.13.10.43"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.13.10.43"
    | #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:9366: result: g++ -E
    configure:9395: g++ -E  conftest.cpp
    configure:9402: $? = 0
    configure:9433: g++ -E  conftest.cpp
    conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
    compilation terminated.
    configure:9440: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.13.10.43"
    | #define PACKAGE_STRING "showeq 5.13.10.43"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.13.10.43"
    | #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:9653: checking for objdir
    configure:9668: result: .libs
    configure:9964: checking if gcc supports -fno-rtti -fno-exceptions
    configure:9982: 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:9986: $? = 0
    configure:9999: result: no
    configure:10019: checking for gcc option to produce PIC
    configure:10291: result: -fPIC -DPIC
    configure:10303: checking if gcc PIC flag -fPIC -DPIC works
    configure:10321: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
    configure:10325: $? = 0
    configure:10338: result: yes
    configure:10362: checking if gcc static flag -static works
    configure:10390: result: yes
    configure:10405: checking if gcc supports -c -o file.o
    configure:10426: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
    configure:10430: $? = 0
    configure:10452: result: yes
    configure:10460: checking if gcc supports -c -o file.o
    configure:10507: result: yes
    configure:10540: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
    configure:11614: result: yes
    configure:11651: checking whether -lc should be explicitly linked in
    configure:11656: gcc -c -g -O2  conftest.c >&5
    configure:11659: $? = 0
    configure:11674: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
    configure:11677: $? = 0
    configure:11689: result: no
    configure:11853: checking dynamic linker characteristics
    configure:12296: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
    configure:12303: $? = 0
    configure:12539: result: GNU/Linux ld.so
    configure:12641: checking how to hardcode library paths into programs
    configure:12666: result: immediate
    configure:13499: checking whether stripping libraries is possible
    configure:13504: result: yes
    configure:13539: checking if libtool supports shared libraries
    configure:13541: result: yes
    configure:13544: checking whether to build shared libraries
    configure:13565: result: yes
    configure:13568: checking whether to build static libraries
    configure:13572: result: yes
    configure:13722: checking for ld used by g++
    configure:13789: result: /usr/bin/ld -m elf_x86_64
    configure:13798: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
    configure:13813: result: yes
    configure:13868: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
    configure:14843: result: yes
    configure:14871: g++ -c -g -O2  conftest.cpp >&5
    configure:14874: $? = 0
    configure:15056: checking for g++ option to produce PIC
    configure:15373: result: -fPIC -DPIC
    configure:15382: checking if g++ PIC flag -fPIC -DPIC works
    configure:15400: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
    configure:15404: $? = 0
    configure:15417: result: yes
    configure:15438: checking if g++ static flag -static works
    configure:15466: result: yes
    configure:15478: checking if g++ supports -c -o file.o
    configure:15499: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
    configure:15503: $? = 0
    configure:15525: result: yes
    configure:15530: checking if g++ supports -c -o file.o
    configure:15577: result: yes
    configure:15607: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
    configure:15633: result: yes
    configure:15770: checking dynamic linker characteristics
    configure:16161: g++ -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.cpp  >&5
    configure:16168: $? = 0
    configure:16404: result: GNU/Linux ld.so
    configure:16455: checking how to hardcode library paths into programs
    configure:16480: result: immediate
    configure:16546: checking for supported libc version
    configure:16583: g++ -o conftest -g -O2   conftest.cpp  >&5
    configure:16590: $? = 0
    configure:16599: result: yes
    configure:17146: checking for X
    configure:17261: gcc -E  conftest.c
    configure:17268: $? = 0
    configure:17317: gcc -o conftest -g -O2   conftest.c -lX11  >&5
    configure:17324: $? = 0
    configure:17386: result: libraries , headers 
    configure:17461: checking for IceConnectionNumber in -lICE
    configure:17496: gcc -o conftest -g -O2   -L/usr/lib conftest.c -lICE   >&5
    /usr/bin/ld: cannot find -lICE
    collect2: error: ld returned 1 exit status
    configure:17503: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.13.10.43"
    | #define PACKAGE_STRING "showeq 5.13.10.43"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.13.10.43"
    | #define STDC_HEADERS 1
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_SYS_STAT_H 1
    | #define HAVE_STDLIB_H 1
    | #define HAVE_STRING_H 1
    | #define HAVE_MEMORY_H 1
    | #define HAVE_STRINGS_H 1
    | #define HAVE_INTTYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_UNISTD_H 1
    | #define HAVE_DLFCN_H 1
    | #define LT_OBJDIR ".libs/"
    | /* end confdefs.h.  */
    | 
    | /* Override any GCC internal prototype to avoid an error.
    |    Use char because int might match the return type of a GCC
    |    builtin and then its argument prototype would still apply.  */
    | #ifdef __cplusplus
    | extern "C"
    | #endif
    | char IceConnectionNumber ();
    | int
    | main ()
    | {
    | return IceConnectionNumber ();
    |   ;
    |   return 0;
    | }
    configure:17524: result: no
    configure:17538: checking for libXext
    configure:17575: gcc -o conftest -g -O2  -L/usr/lib  conftest.c -lXext -lX11  >&5
    configure:17582: $? = 0
    configure:17609: result: yes
    configure:17630: checking for extra includes
    configure:17658: result: no
    configure:17662: checking for extra libs
    configure:17691: result: no
    configure:17697: checking for libz
    configure:17736: gcc -o conftest -g -O2 -I.   conftest.c -L/usr/lib -lz  >&5
    configure:17743: $? = 0
    configure:17774: result: -lz
    configure:17786: checking for libpng
    configure:17829: gcc -o conftest -g -O2 -I.   conftest.c  -L/usr/lib -lpng -lz -lm -lX11  >&5
    configure:17836: $? = 0
    configure:17868: result: -lpng -lz -lm
    configure:17885: checking for Qt
    configure:18053: error: Please verify your Qt devel install!
    
    ## ---------------- ##
    ## Cache variables. ##
    ## ---------------- ##
    
    ac_cv_build=x86_64-unknown-linux-gnu
    ac_cv_c_compiler_gnu=yes
    ac_cv_c_const=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_XMKMF_set=
    ac_cv_env_XMKMF_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_have_x='have_x=yes          kde_x_includes=. ac_x_libraries=/usr/lib'
    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_lib_ICE_IceConnectionNumber=no
    ac_cv_lib_png='-lpng -lz -lm'
    ac_cv_lib_z=-lz
    ac_cv_objext=o
    ac_cv_path_EGREP='/bin/grep -E'
    ac_cv_path_FGREP='/bin/grep -F'
    ac_cv_path_GREP=/bin/grep
    ac_cv_path_SED=/bin/sed
    ac_cv_path_install='/usr/bin/install -c'
    ac_cv_path_mkdir=/bin/mkdir
    ac_cv_prog_AWK=mawk
    ac_cv_prog_CCd=gcc
    ac_cv_prog_CPP='gcc -E'
    ac_cv_prog_CXXCPP='g++ -E'
    ac_cv_prog_CXXd=g++
    ac_cv_prog_ac_ct_AR=ar
    ac_cv_prog_ac_ct_CC=gcc
    ac_cv_prog_ac_ct_OBJDUMP=objdump
    ac_cv_prog_ac_ct_RANLIB=ranlib
    ac_cv_prog_ac_ct_STRIP=strip
    ac_cv_prog_cc_c89=
    ac_cv_prog_cc_g=yes
    ac_cv_prog_cxx_g=yes
    ac_cv_prog_make_make_set=yes
    ac_cv_target=x86_64-unknown-linux-gnu
    am_cv_CC_dependencies_compiler_type=gcc3
    am_cv_CXX_dependencies_compiler_type=gcc3
    kde_cv_have_libXext=yes
    lt_cv_deplibs_check_method=pass_all
    lt_cv_file_magic_cmd='$MAGIC_CMD'
    lt_cv_file_magic_test_file=
    lt_cv_ld_reload_flag=-r
    lt_cv_nm_interface='BSD nm'
    lt_cv_objdir=.libs
    lt_cv_path_LD=/usr/bin/ld
    lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
    lt_cv_path_NM='/usr/bin/nm -B'
    lt_cv_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/sam/Downloads/showeq-5.13.10.43/missing --run aclocal-1.11'
    AMDEPBACKSLASH='\'
    AMDEP_FALSE='#'
    AMDEP_TRUE=''
    AMTAR='${SHELL} /home/sam/Downloads/showeq-5.13.10.43/missing --run tar'
    AR='ar'
    AUTOCONF='${SHELL} /home/sam/Downloads/showeq-5.13.10.43/missing --run autoconf'
    AUTOHEADER='${SHELL} /home/sam/Downloads/showeq-5.13.10.43/missing --run autoheader'
    AUTOMAKE='${SHELL} /home/sam/Downloads/showeq-5.13.10.43/missing --run automake-1.11'
    AWK='mawk'
    CC='gcc'
    CCDEPMODE='depmode=gcc3'
    CCd='gcc'
    CFLAGS='-g -O2'
    CGIDIR=''
    CGI_FALSE=''
    CGI_ICONS=''
    CGI_ICON_DIR=''
    CGI_TRUE=''
    CPP='gcc -E'
    CPPFLAGS=''
    CXX='g++'
    CXXCPP='g++ -E'
    CXXDEPMODE='depmode=gcc3'
    CXXFLAGS='-g -O2'
    CXXd='g++'
    CYGPATH_W='echo'
    DEBUG=''
    DEFS=''
    DEPDIR='.deps'
    DSYMUTIL=''
    DUMPBIN=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP='/bin/grep -E'
    EXEEXT=''
    FGREP='/bin/grep -F'
    GREP='/bin/grep'
    HAVE_GD_FALSE=''
    HAVE_GD_TRUE=''
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
    LD='/usr/bin/ld -m elf_x86_64'
    LDFLAGS=''
    LIBGETOPT=''
    LIBOBJS=''
    LIBPNG='-lpng -lz -lm'
    LIBPTHREAD=''
    LIBS=''
    LIBSM=''
    LIBTOOL='$(SHELL) $(top_builddir)/libtool'
    LIBZ='-lz'
    LIB_QT=''
    LIB_X11='-lX11 $(LIBSOCKET)'
    LIPO=''
    LN_S='ln -s'
    LTLIBOBJS=''
    MAINT='#'
    MAINTAINER_MODE_FALSE=''
    MAINTAINER_MODE_TRUE='#'
    MAKEINFO='${SHELL} /home/sam/Downloads/showeq-5.13.10.43/missing --run makeinfo'
    MEMORY_LIBS=''
    MKDIR_P='/bin/mkdir -p'
    MOC=''
    NM='/usr/bin/nm -B'
    NMEDIT=''
    OBJDUMP='objdump'
    OBJEXT='o'
    OTOOL64=''
    OTOOL=''
    PACKAGE='showeq'
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME='showeq'
    PACKAGE_STRING='showeq 5.13.10.43'
    PACKAGE_TARNAME='showeq'
    PACKAGE_VERSION='5.13.10.43'
    PATH_SEPARATOR=':'
    PROFILE_LIBS=''
    QT_DOCS=''
    QT_INCLUDES=''
    QT_LDFLAGS=''
    RANLIB='ranlib'
    SED='/bin/sed'
    SET_MAKE=''
    SHELL='/bin/bash'
    SHOWEQ_EXTRA_RPATH=''
    SHOWEQ_RPATH=''
    STRIP='strip'
    TEST_SERVER_FALSE=''
    TEST_SERVER_TRUE=''
    UIC=''
    USER_INCLUDES=''
    USER_LDFLAGS=''
    USE_THREADS=''
    VERSION='5.13.10.43'
    XMKMF=''
    X_INCLUDES='-I.'
    X_LDFLAGS='-L/usr/lib'
    X_PRE_LIBS=''
    ac_ct_CC='gcc'
    ac_ct_CXX=''
    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='NONE'
    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/sam/Downloads/showeq-5.13.10.43/install-sh'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='${prefix}/var'
    lt_ECHO='echo'
    mandir='${datarootdir}/man'
    mkdir_p='/bin/mkdir -p'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    prefix='NONE'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    qt_docs=''
    qt_includes=''
    qt_libraries=''
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target='x86_64-unknown-linux-gnu'
    target_alias=''
    target_cpu='x86_64'
    target_os='linux-gnu'
    target_vendor='unknown'
    x_includes='.'
    x_libraries='/usr/lib'
    
    ## ----------- ##
    ## confdefs.h. ##
    ## ----------- ##
    
    #define PACKAGE_NAME "showeq"
    #define PACKAGE_TARNAME "showeq"
    #define PACKAGE_VERSION "5.13.10.43"
    #define PACKAGE_STRING "showeq 5.13.10.43"
    #define PACKAGE_BUGREPORT ""
    #define PACKAGE "showeq"
    #define VERSION "5.13.10.43"
    #define STDC_HEADERS 1
    #define HAVE_SYS_TYPES_H 1
    #define HAVE_SYS_STAT_H 1
    #define HAVE_STDLIB_H 1
    #define HAVE_STRING_H 1
    #define HAVE_MEMORY_H 1
    #define HAVE_STRINGS_H 1
    #define HAVE_INTTYPES_H 1
    #define HAVE_STDINT_H 1
    #define HAVE_UNISTD_H 1
    #define HAVE_DLFCN_H 1
    #define LT_OBJDIR ".libs/"
    #define HAVE_LIBZ 1
    #define HAVE_LIBPNG 1
    
    configure: exit 1
    Last edited by jahan; 11-20-2016 at 04:17 PM.

  4. #4
    Registered User
    Join Date
    Nov 2016
    Posts
    4

    Re: Soweq ubuntu 16.04

    OK if anyone is in the same situation, ./configure went through after installing libqt3-headers

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On