Results 1 to 11 of 11

Thread: configure & make errors

Threaded View

  1. #1
    Registered User
    Join Date
    Jan 2016
    Posts
    7

    Question configure & make errors

    RESOLVED! See last port for solution



    RESOAfter a long absence from ShowEQ, I've returned and run into a few snags compiling.

    I'm running Centos 6.7 (Final) on VMWare
    Kernel Linux 2.6.32-220.el6.x86_64
    Gnome 2.28.2

    Allocated 2GB Ram and CPU is an i7

    did the following from what I remembered the last time I got a box up and running:

    Code:
    sudo yum update
    sudo yum groupinstall "Development Tools"
    cd /root
    sudo svn co https://svn.code.sf.net/p/seq/svn/showeq/trunk showeq
    cd showeq
    make -f Makefile.dist build
    ./configure && make && make install
    Getting an errror:
    Code:
    ...
    checking for extra includes... no
    checking for extra libs... no
    checking for libz... -lz
    checking for libpng... -lpng -lz -lm
    checking for Qt... no
    >> Unable to locate your Qt includes...
    configure: error: Please verify your Qt devel install!
    Here is my 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.37, which was
    generated by GNU Autoconf 2.63.  Invocation command line was
    
      $ ./configure
    
    ## --------- ##
    ## Platform. ##
    ## --------- ##
    
    hostname = localhost.localdomain
    uname -m = x86_64
    uname -r = 2.6.32-220.el6.x86_64
    uname -s = Linux
    uname -v = #1 SMP Tue Dec 6 19:48:22 GMT 2011
    
    /usr/bin/uname -p = unknown
    /bin/uname -X     = unknown
    
    /bin/arch              = x86_64
    /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/lib64/qt-3.3/bin
    PATH: /usr/local/bin
    PATH: /usr/bin
    PATH: /bin
    PATH: /usr/local/sbin
    PATH: /usr/sbin
    PATH: /sbin
    PATH: /home/tom/bin
    
    
    ## ----------- ##
    ## Core tests. ##
    ## ----------- ##
    
    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.37, which was
    generated by GNU Autoconf 2.63.  Invocation command line was
    
      $ ./configure
    
    ## --------- ##
    ## Platform. ##
    ## --------- ##
    
    hostname = localhost.localdomain
    uname -m = x86_64
    uname -r = 2.6.32-220.el6.x86_64
    uname -s = Linux
    uname -v = #1 SMP Tue Dec 6 19:48:22 GMT 2011
    
    /usr/bin/uname -p = unknown
    /bin/uname -X     = unknown
    
    /bin/arch              = x86_64
    /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/lib64/qt-3.3/bin
    PATH: /usr/local/bin
    PATH: /usr/bin
    PATH: /bin
    PATH: /usr/local/sbin
    PATH: /usr/sbin
    PATH: /sbin
    PATH: /home/tom/bin
    
    
    ## ----------- ##
    ## Core tests. ##
    ## ----------- ##
    
    configure:2037: checking build system type
    configure:2055: result: x86_64-unknown-linux-gnu
    configure:2077: checking host system type
    configure:2092: result: x86_64-unknown-linux-gnu
    configure:2114: checking target system type
    configure:2129: result: x86_64-unknown-linux-gnu
    configure:2176: checking for a BSD-compatible install
    configure:2244: result: /usr/bin/install -c
    configure:2255: checking whether build environment is sane
    configure:2315: result: yes
    configure:2456: checking for a thread-safe mkdir -p
    configure:2495: result: /bin/mkdir -p
    configure:2508: checking for gawk
    configure:2524: found /usr/bin/gawk
    configure:2535: result: gawk
    configure:2546: checking whether make sets $(MAKE)
    configure:2568: result: yes
    configure:2651: checking whether to enable maintainer-specific portions of Makefiles
    configure:2660: result: no
    configure:2680: checking for gcc
    configure:2696: found /usr/bin/gcc
    configure:2707: result: gcc
    configure:2722: checking for g++
    configure:2738: found /usr/bin/g++
    configure:2749: result: g++
    configure:2783: checking for supported compiler version
    configure:2803: checking for style of include used by make
    configure:2831: result: GNU
    configure:2965: checking for C++ compiler version
    configure:2973: g++ --version >&5
    g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-16)
    Copyright (C) 2010 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:2977: $? = 0
    configure:2984: g++ -v >&5
    Using built-in specs.
    Target: x86_64-redhat-linux
    Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
    Thread model: posix
    gcc version 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC)
    configure:2988: $? = 0
    configure:2995: g++ -V >&5
    g++: '-V' option must have argument
    configure:2999: $? = 1
    configure:3022: checking for C++ compiler default output file name
    configure:3044: g++    conftest.cpp  >&5
    configure:3048: $? = 0
    configure:3086: result: a.out
    configure:3105: checking whether the C++ compiler works
    configure:3115: ./a.out
    configure:3119: $? = 0
    configure:3138: result: yes
    configure:3145: checking whether we are cross compiling
    configure:3147: result: no
    configure:3150: checking for suffix of executables
    configure:3157: g++ -o conftest    conftest.cpp  >&5
    configure:3161: $? = 0
    configure:3187: result:
    configure:3193: checking for suffix of object files
    configure:3219: g++ -c   conftest.cpp >&5
    configure:3223: $? = 0
    configure:3248: result: o
    configure:3252: checking whether we are using the GNU C++ compiler
    configure:3281: g++ -c   conftest.cpp >&5
    configure:3288: $? = 0
    configure:3305: result: yes
    configure:3314: checking whether g++ accepts -g
    configure:3344: g++ -c -g  conftest.cpp >&5
    configure:3351: $? = 0
    configure:3452: result: yes
    configure:3477: checking dependency style of g++
    configure:3587: result: gcc3
    configure:3655: g++ -o conftest -g -O2   conftest.cpp  >&5
    configure:3662: $? = 0
    configure:3671: result: yes
    configure:3933: checking for gcc
    configure:3960: result: gcc
    configure:4192: checking for C compiler version
    configure:4200: gcc --version >&5
    gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-16)
    Copyright (C) 2010 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:4204: $? = 0
    configure:4211: gcc -v >&5
    Using built-in specs.
    Target: x86_64-redhat-linux
    Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
    Thread model: posix
    gcc version 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC)
    configure:4215: $? = 0
    configure:4222: gcc -V >&5
    gcc: '-V' option must have argument
    configure:4226: $? = 1
    configure:4229: checking whether we are using the GNU C compiler
    configure:4258: gcc -c   conftest.c >&5
    configure:4265: $? = 0
    configure:4282: result: yes
    configure:4291: checking whether gcc accepts -g
    configure:4321: gcc -c -g  conftest.c >&5
    configure:4328: $? = 0
    configure:4429: result: yes
    configure:4446: checking for gcc option to accept ISO C89
    configure:4520: gcc  -c -g -O2  conftest.c >&5
    configure:4527: $? = 0
    configure:4550: result: none needed
    configure:4570: checking dependency style of gcc
    configure:4680: result: gcc3
    configure:4807: checking for C++ compiler version
    configure:4815: g++ --version >&5
    g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-16)
    Copyright (C) 2010 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:4819: $? = 0
    configure:4826: g++ -v >&5
    Using built-in specs.
    Target: x86_64-redhat-linux
    Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
    Thread model: posix
    gcc version 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC)
    configure:4830: $? = 0
    configure:4837: g++ -V >&5
    g++: '-V' option must have argument
    configure:4841: $? = 1
    configure:4844: checking whether we are using the GNU C++ compiler
    configure:4897: result: yes
    configure:4906: checking whether g++ accepts -g
    configure:5044: result: yes
    configure:5069: checking dependency style of g++
    configure:5179: result: gcc3
    configure:5199: checking how to run the C preprocessor
    configure:5239: gcc -E  conftest.c
    configure:5246: $? = 0
    configure:5277: gcc -E  conftest.c
    conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
    configure:5284: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.13.10.37"
    | #define PACKAGE_STRING "showeq 5.13.10.37"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.13.10.37"
    | /* end confdefs.h.  */
    | #include <ac_nonexistent.h>
    configure:5317: result: gcc -E
    configure:5346: gcc -E  conftest.c
    configure:5353: $? = 0
    configure:5384: gcc -E  conftest.c
    conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
    configure:5391: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.13.10.37"
    | #define PACKAGE_STRING "showeq 5.13.10.37"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.13.10.37"
    | /* end confdefs.h.  */
    | #include <ac_nonexistent.h>
    configure:5432: checking for an ANSI C-conforming const
    configure:5507: gcc -c -g -O2  conftest.c >&5
    configure:5514: $? = 0
    configure:5529: result: yes
    configure:5554: checking for a BSD-compatible install
    configure:5622: result: /usr/bin/install -c
    configure:5633: checking whether ln -s works
    configure:5637: result: yes
    configure:5644: checking whether make sets $(MAKE)
    configure:5666: result: yes
    configure:5721: checking how to print strings
    configure:5748: result: printf
    configure:5769: checking for a sed that does not truncate output
    configure:5835: result: /bin/sed
    configure:5853: checking for grep that handles long lines and -e
    configure:5913: result: /bin/grep
    configure:5918: checking for egrep
    configure:5982: result: /bin/grep -E
    configure:5987: checking for fgrep
    configure:6051: result: /bin/grep -F
    configure:6086: checking for ld used by gcc
    configure:6153: result: /usr/bin/ld
    configure:6162: checking if the linker (/usr/bin/ld) is GNU ld
    configure:6177: result: yes
    configure:6189: checking for BSD- or MS-compatible name lister (nm)
    configure:6238: result: /usr/bin/nm -B
    configure:6368: checking the name lister (/usr/bin/nm -B) interface
    configure:6375: gcc -c -g -O2  conftest.c >&5
    configure:6378: /usr/bin/nm -B "conftest.o"
    configure:6381: output
    0000000000000000 B some_variable
    configure:6388: result: BSD nm
    configure:6392: checking the maximum length of command line arguments
    configure:6517: result: 1966080
    configure:6534: checking whether the shell understands some XSI constructs
    configure:6544: result: yes
    configure:6548: checking whether the shell understands "+="
    configure:6554: result: yes
    configure:6589: checking for /usr/bin/ld option to reload object files
    configure:6596: result: -r
    configure:6665: checking for objdump
    configure:6681: found /usr/bin/objdump
    configure:6692: result: objdump
    configure:6724: checking how to recognize dependent libraries
    configure:6926: result: pass_all
    configure:6986: checking for ar
    configure:7002: found /usr/bin/ar
    configure:7013: result: ar
    configure:7091: checking for strip
    configure:7107: found /usr/bin/strip
    configure:7118: result: strip
    configure:7190: checking for ranlib
    configure:7206: found /usr/bin/ranlib
    configure:7217: result: ranlib
    configure:7319: checking command to parse /usr/bin/nm -B output from gcc object
    configure:7437: gcc -c -g -O2  conftest.c >&5
    configure:7440: $? = 0
    configure:7444: /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:7447: $? = 0
    configure:7501: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
    configure:7504: $? = 0
    configure:7542: result: ok
    configure:7637: gcc -c -g -O2  conftest.c >&5
    configure:7640: $? = 0
    configure:8436: checking for ANSI C header files
    configure:8466: gcc -c -g -O2  conftest.c >&5
    configure:8473: $? = 0
    configure:8572: gcc -o conftest -g -O2   conftest.c  >&5
    configure:8576: $? = 0
    configure:8582: ./conftest
    configure:8586: $? = 0
    configure:8604: result: yes
    configure:8628: checking for sys/types.h
    configure:8649: gcc -c -g -O2  conftest.c >&5
    configure:8656: $? = 0
    configure:8673: result: yes
    configure:8628: checking for sys/stat.h
    configure:8649: gcc -c -g -O2  conftest.c >&5
    configure:8656: $? = 0
    configure:8673: result: yes
    configure:8691: checking for dlfcn.h
    configure:8712: gcc -c -g -O2  conftest.c >&5
    configure:8719: $? = 0
    configure:8736: result: yes
    configure:8925: checking for objdir
    configure:8940: result: .libs
    configure:9211: checking if gcc supports -fno-rtti -fno-exceptions
    configure:9229: 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:9233: $? = 0
    configure:9246: result: no
    configure:9266: checking for gcc option to produce PIC
    configure:9551: result: -fPIC -DPIC
    configure:9563: checking if gcc PIC flag -fPIC -DPIC works
    configure:9581: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
    configure:9585: $? = 0
    configure:9598: result: yes
    configure:9622: checking if gcc static flag -static works
    configure:9650: result: no
    configure:9665: checking if gcc supports -c -o file.o
    configure:9686: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
    configure:9690: $? = 0
    configure:9712: result: yes
    configure:9720: checking if gcc supports -c -o file.o
    configure:9767: result: yes
    configure:9800: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
    configure:10963: result: yes
    configure:11000: checking whether -lc should be explicitly linked in
    configure:11008: gcc -c -g -O2  conftest.c >&5
    configure:11011: $? = 0
    configure:11026: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
    configure:11029: $? = 0
    configure:11043: result: no
    configure:11208: checking dynamic linker characteristics
    configure:11673: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
    configure:11680: $? = 0
    configure:11921: result: GNU/Linux ld.so
    configure:12028: checking how to hardcode library paths into programs
    configure:12053: result: immediate
    configure:12906: checking whether stripping libraries is possible
    configure:12911: result: yes
    configure:12946: checking if libtool supports shared libraries
    configure:12948: result: yes
    configure:12951: checking whether to build shared libraries
    configure:12972: result: yes
    configure:12975: checking whether to build static libraries
    configure:12979: result: yes
    configure:13002: checking how to run the C++ preprocessor
    configure:13038: g++ -E  conftest.cpp
    configure:13045: $? = 0
    configure:13076: g++ -E  conftest.cpp
    conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
    configure:13083: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.13.10.37"
    | #define PACKAGE_STRING "showeq 5.13.10.37"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.13.10.37"
    | #define STDC_HEADERS 1
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_SYS_STAT_H 1
    | #define HAVE_STDLIB_H 1
    | #define HAVE_STRING_H 1
    | #define HAVE_MEMORY_H 1
    | #define HAVE_STRINGS_H 1
    | #define HAVE_INTTYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_UNISTD_H 1
    | #define HAVE_DLFCN_H 1
    | #define LT_OBJDIR ".libs/"
    | /* end confdefs.h.  */
    | #include <ac_nonexistent.h>
    configure:13116: result: g++ -E
    configure:13145: g++ -E  conftest.cpp
    configure:13152: $? = 0
    configure:13183: g++ -E  conftest.cpp
    conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
    configure:13190: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.13.10.37"
    | #define PACKAGE_STRING "showeq 5.13.10.37"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.13.10.37"
    | #define STDC_HEADERS 1
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_SYS_STAT_H 1
    | #define HAVE_STDLIB_H 1
    | #define HAVE_STRING_H 1
    | #define HAVE_MEMORY_H 1
    | #define HAVE_STRINGS_H 1
    | #define HAVE_INTTYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_UNISTD_H 1
    | #define HAVE_DLFCN_H 1
    | #define LT_OBJDIR ".libs/"
    | /* end confdefs.h.  */
    | #include <ac_nonexistent.h>
    configure:13369: checking for ld used by g++
    configure:13436: result: /usr/bin/ld -m elf_x86_64
    configure:13445: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
    configure:13460: result: yes
    configure:13515: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
    configure:14509: result: yes
    configure:14537: g++ -c -g -O2  conftest.cpp >&5
    configure:14540: $? = 0
    configure:14722: checking for g++ option to produce PIC
    configure:15044: result: -fPIC -DPIC
    configure:15053: checking if g++ PIC flag -fPIC -DPIC works
    configure:15071: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
    configure:15075: $? = 0
    configure:15088: result: yes
    configure:15109: checking if g++ static flag -static works
    configure:15137: result: no
    configure:15149: checking if g++ supports -c -o file.o
    configure:15170: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
    configure:15174: $? = 0
    configure:15196: result: yes
    configure:15201: checking if g++ supports -c -o file.o
    configure:15248: result: yes
    configure:15278: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
    configure:15306: result: yes
    configure:15449: checking dynamic linker characteristics
    configure:16096: result: GNU/Linux ld.so
    configure:16149: checking how to hardcode library paths into programs
    configure:16174: result: immediate
    configure:16240: checking for supported libc version
    configure:16277: g++ -o conftest -g -O2   conftest.cpp  >&5
    configure:16284: $? = 0
    configure:16293: result: yes
    configure:16840: checking for X
    configure:16955: gcc -E  conftest.c
    configure:16962: $? = 0
    configure:17011: gcc -o conftest -g -O2   conftest.c -lX11  >&5
    configure:17018: $? = 0
    configure:17080: result: libraries , headers
    configure:17155: checking for IceConnectionNumber in -lICE
    configure:17190: gcc -o conftest -g -O2   -L/usr/lib conftest.c -lICE   >&5
    configure:17197: $? = 0
    configure:17218: result: yes
    configure:17232: checking for libXext
    configure:17269: gcc -o conftest -g -O2  -L/usr/lib  conftest.c -lXext -lX11  >&5
    configure:17276: $? = 0
    configure:17303: result: yes
    configure:17324: checking for extra includes
    configure:17352: result: no
    configure:17356: checking for extra libs
    configure:17385: result: no
    configure:17391: checking for libz
    configure:17430: gcc -o conftest -g -O2 -I.   conftest.c -L/usr/lib -lz  >&5
    configure:17437: $? = 0
    configure:17468: result: -lz
    configure:17480: checking for libpng
    configure:17523: gcc -o conftest -g -O2 -I.   conftest.c  -L/usr/lib -lpng -lz -lm -lX11  >&5
    configure:17530: $? = 0
    configure:17562: result: -lpng -lz -lm
    configure:17579: checking for Qt
    configure:17747: 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=yes
    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=gawk
    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_archive_cmds_need_lc=no
    lt_cv_deplibs_check_method=pass_all
    lt_cv_file_magic_cmd='$MAGIC_CMD'
    lt_cv_file_magic_test_file=
    lt_cv_ld_reload_flag=-r
    lt_cv_nm_interface='BSD nm'
    lt_cv_objdir=.libs
    lt_cv_path_LD=/usr/bin/ld
    lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
    lt_cv_path_NM='/usr/bin/nm -B'
    lt_cv_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=no
    lt_cv_prog_compiler_static_works_CXX=no
    lt_cv_prog_gnu_ld=yes
    lt_cv_prog_gnu_ldcxx=yes
    lt_cv_shlibpath_overrides_runpath=no
    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=1966080
    
    ## ----------------- ##
    ## Output variables. ##
    ## ----------------- ##
    
    ACLOCAL='${SHELL} /home/tom/showeq-5.13.10.37/missing --run aclocal-1.11'
    AMDEPBACKSLASH='\'
    AMDEP_FALSE='#'
    AMDEP_TRUE=''
    AMTAR='${SHELL} /home/tom/showeq-5.13.10.37/missing --run tar'
    AR='ar'
    AUTOCONF='${SHELL} /home/tom/showeq-5.13.10.37/missing --run autoconf'
    AUTOHEADER='${SHELL} /home/tom/showeq-5.13.10.37/missing --run autoheader'
    AUTOMAKE='${SHELL} /home/tom/showeq-5.13.10.37/missing --run automake-1.11'
    AWK='gawk'
    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=' -lSM'
    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/tom/showeq-5.13.10.37/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.37'
    PACKAGE_TARNAME='showeq'
    PACKAGE_VERSION='5.13.10.37'
    PATH_SEPARATOR=':'
    PROFILE_LIBS=''
    QT_DOCS=''
    QT_INCLUDES=''
    QT_LDFLAGS=''
    RANLIB='ranlib'
    SED='/bin/sed'
    SET_MAKE=''
    SHELL='/bin/sh'
    SHOWEQ_EXTRA_RPATH=''
    SHOWEQ_RPATH=''
    STRIP='strip'
    TEST_SERVER_FALSE=''
    TEST_SERVER_TRUE=''
    UIC=''
    USER_INCLUDES=''
    USER_LDFLAGS=''
    USE_THREADS=''
    VERSION='5.13.10.37'
    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_os='linux-gnu'
    host_vendor='unknown'
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    install_sh='${SHELL} /home/tom/showeq-5.13.10.37/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='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.37"
    #define PACKAGE_STRING "showeq 5.13.10.37"
    #define PACKAGE_BUGREPORT ""
    #define PACKAGE "showeq"
    #define VERSION "5.13.10.37"
    #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
    Any help would be appreciated!

    Thanks,
    Ixtabay
    Last edited by Ixtabay; 01-23-2016 at 09:54 AM.

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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