Results 1 to 11 of 11

Thread: configure: error: libEQ.a not found

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    18

    configure: error: libEQ.a not found

    On a Debian sid system, updated today.

    With today's cvs:

    ls -l /usr/local/lib

    -rw-r--r-- 1 root root 6786 Dec 18 17:34 libEQ.a
    -rw-r--r-- 1 root root 42 Dec 18 18:02 libEQ.a.md5
    -rw-rw-r-- 1 steven steven 5652 May 22 2001 libEQ.a_dont_use


    md5sum

    8da5608635e69205807fbf6e41e9bc2f /usr/local/lib/libEQ.a

    make -f Makefile.dist
    <looks normal>

    ./configure

    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking for a BSD compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking whether make sets ${MAKE}... yes
    checking for working aclocal... found
    checking for working autoconf... found
    checking for working automake... found
    checking for working autoheader... found
    checking for working makeinfo... missing
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for gcc... gcc
    checking for C compiler default output... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for executable suffix...
    checking for object suffix... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking how to run the C preprocessor... gcc -E
    checking for gcc option to accept ANSI C... none needed
    checking for an ANSI C-conforming const... yes
    checking for a BSD compatible install... /usr/bin/install -c
    checking whether ln -s works... yes
    checking whether make sets ${MAKE}... (cached) yes
    checking for ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking how to recognise dependant libraries... pass_all
    checking command to parse /usr/bin/nm -B output... ok
    checking how to run the C++ preprocessor... g++ -E
    checking for dlfcn.h... yes
    checking for ranlib... ranlib
    checking for strip... strip
    checking for objdir... .libs
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... no
    checking if we can lock with hard links... yes
    checking if gcc supports -fno-rtti -fno-exceptions... yes
    checking whether the linker (/usr/bin/ld) supports shared libraries... yes
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking whether -lc should be explicitly linked in... no
    creating libtool
    checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
    checking for IceConnectionNumber in -lICE... yes
    checking for libXext... yes
    checking for extra includes... no
    checking for extra libs... no
    checking for libz... -lz
    checking for libpng... -lpng -lz -lm
    checking for Qt... yes
    >> Found version.: 2.3.1
    >>> Headers......: /usr/include/qt/
    >>>> Libraries...: /usr/lib/
    >>>>> Workable...: -*{ YES }*-
    checking for Qt MOC... yes
    checking if Qt compiles without flags... yes
    checking for pthread_create in -lpthread... yes
    checking for pcap_open_live in -lpcap... yes
    checking for gdImageCreate in -lgd... no
    ./configure: havegd: command not found
    checking for gdImagePng in -lgd... no
    checking for inflate in -lz... yes
    checking for gdbm_open in -lgdbm... yes
    checking for ANSI C header files... yes
    checking for deque.h... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for size_t... yes
    checking for ProcessPacket in -lEQ... no
    configure: error: libEQ.a not found. Be sure libEQ.a is already installed in /usr/local/lib or /usr/lib.

    As you can see above, I have the latest version of libEQ.a in /usr/local/lib, and a simlink to it in /usr/lib. I plan on deleteing the simlink once things get working. Can someone point me in a direction to get around this problem?

    Thanks

    Quack

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    3
    I am getting this error as well and have copies of libEQ.a in /usr/lib and /usr/local/lib.

  3. #3
    Registered User
    Join Date
    Dec 2001
    Posts
    18

    config.log part I

    In a different thread with the same problem, it was requested to see the last 10 lines of config.log. Those lines to not appear to have anything interesting, so I'm including the entire config.log. Any suggestions would be appriciated.

    ps.. I have also attempted to get this to work using gcc-3.0, and get the same results.

    quack

    --------------------------------------------------
    Part I
    --------------------------------------------------
    cat config.log

    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.

    It was created by configure, which was
    generated by GNU Autoconf 2.52. Invocation command line was

    $ ./configure

    ## ---------- ##
    ## Platform. ##
    ## ---------- ##

    hostname = xxx
    uname -m = i686
    uname -r = 2.4.17
    uname -s = Linux
    uname -v = #1 SMP Fri Dec 21 17:56:13 CST 2001

    /usr/bin/uname -p = unknown
    /bin/uname -X = unknown

    /bin/arch = i686
    /usr/bin/arch -k = unknown
    /usr/convex/getsysinfo = unknown
    hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown

    PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/bin/X11:/usr/local/sbin:/usr/local/bin

    ## ------------ ##
    ## Core tests. ##
    ## ------------ ##

    configure:1167: PATH=".;."; conftest.sh
    ./configure: conftest.sh: command not found
    configure:1170: $? = 127
    configure:1210: checking build system type
    configure:1228: result: i686-pc-linux-gnu
    configure:1235: checking host system type
    configure:1249: result: i686-pc-linux-gnu
    configure:1256: checking target system type
    configure:1270: result: i686-pc-linux-gnu
    configure:1300: checking for a BSD compatible install
    configure:1349: result: /usr/bin/install -c
    configure:1360: checking whether build environment is sane
    configure:1403: result: yes
    configure:1418: checking whether make sets ${MAKE}
    configure:1438: result: yes
    configure:1466: checking for working aclocal
    configure:1473: result: found
    configure:1481: checking for working autoconf
    configure:1488: result: found
    configure:1496: checking for working automake
    configure:1503: result: found
    configure:1511: checking for working autoheader
    configure:1518: result: found
    configure:1526: checking for working makeinfo
    configure:1537: result: missing
    configure:1541: checking whether to enable maintainer-specific portions of Makefiles
    configure:1550: result: no
    configure:1605: checking for gcc
    configure:1620: found /usr/bin/gcc
    configure:1628: result: gcc
    configure:1856: checking for C compiler version
    configure:1859: gcc --version </dev/null >&5
    2.95.4
    configure:1862: $? = 0
    configure:1864: gcc -v </dev/null >&5
    Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
    gcc version 2.95.4 20011006 (Debian prerelease)
    configure:1867: $? = 0
    configure:1869: gcc -V </dev/null >&5
    gcc: argument to `-V' is missing
    configure:1872: $? = 1
    configure:1892: checking for C compiler default output
    configure:1895: gcc conftest.c >&5
    configure:1898: $? = 0
    configure:1927: result: a.out
    configure:1932: checking whether the C compiler works
    configure:1938: ./a.out
    configure:1941: $? = 0
    configure:1956: result: yes
    configure:1963: checking whether we are cross compiling
    configure:1965: result: no
    configure:1968: checking for executable suffix
    configure:1970: gcc -o conftest conftest.c >&5
    configure:1973: $? = 0
    configure:1995: result:
    configure:2001: checking for object suffix
    configure:2019: gcc -c conftest.c >&5
    configure:2022: $? = 0
    configure:2041: result: o
    configure:2045: checking whether we are using the GNU C compiler
    configure:2066: gcc -c conftest.c >&5
    configure:2069: $? = 0
    configure:2072: test -s conftest.o
    configure:2075: $? = 0
    configure:2087: result: yes
    configure:2093: checking whether gcc accepts -g
    configure:2111: gcc -c -g conftest.c >&5
    configure:2114: $? = 0
    configure:2117: test -s conftest.o
    configure:2120: $? = 0
    configure:2130: result: yes
    configure:2157: gcc -c -g -O2 conftest.c >&5
    conftest.c:2: parse error before `me'
    configure:2160: $? = 1
    configure: failed program was:
    #ifndef __cplusplus
    choke me
    #endif
    configure:2307: checking for g++
    configure:2322: found /usr/bin/g++
    configure:2330: result: g++
    configure:2345: checking for C++ compiler version
    configure:2348: g++ --version </dev/null >&5
    2.95.4
    configure:2351: $? = 0
    configure:2353: g++ -v </dev/null >&5
    Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
    gcc version 2.95.4 20011006 (Debian prerelease)
    configure:2356: $? = 0
    configure:2358: g++ -V </dev/null >&5
    g++: argument to `-V' missing

    configure:2361: $? = 1
    configure:2364: checking whether we are using the GNU C++ compiler
    configure:2385: g++ -c conftest.cc >&5
    configure:2388: $? = 0
    configure:2391: test -s conftest.o
    configure:2394: $? = 0
    configure:2406: result: yes
    configure:2412: checking whether g++ accepts -g
    configure:2430: g++ -c -g conftest.cc >&5
    configure:2433: $? = 0
    configure:2436: test -s conftest.o
    configure:2439: $? = 0
    configure:2449: result: yes
    configure:2489: g++ -c -g -O2 conftest.cc >&5
    configure:2492: $? = 0
    configure:2495: test -s conftest.o
    configure:2498: $? = 0
    configure:2520: g++ -c -g -O2 conftest.cc >&5
    configure:2523: $? = 0
    configure:2526: test -s conftest.o
    configure:2529: $? = 0
    configure:2556: checking how to run the C preprocessor
    configure:2582: gcc -E conftest.c
    configure:2588: $? = 0
    configure:2615: gcc -E conftest.c
    configure:2612: ac_nonexistent.h: No such file or directory
    configure:2621: $? = 1
    configure: failed program was:
    #line 2611 "configure"
    #include "confdefs.h"
    #include <ac_nonexistent.h>
    configure:2658: result: gcc -E
    configure:2673: gcc -E conftest.c
    configure:2679: $? = 0
    configure:2706: gcc -E conftest.c
    configure:2703: ac_nonexistent.h: No such file or directory
    configure:2712: $? = 1
    configure: failed program was:
    #line 2702 "configure"
    #include "confdefs.h"
    #include <ac_nonexistent.h>
    configure:2751: checking for gcc option to accept ANSI C
    configure:2808: gcc -c -g -O2 conftest.c >&5
    configure:2811: $? = 0
    configure:2814: test -s conftest.o
    configure:2817: $? = 0
    configure:2834: result: none needed
    configure:2842: checking for an ANSI C-conforming const
    configure:2906: gcc -c -g -O2 conftest.c >&5
    configure:2909: $? = 0
    configure:2912: test -s conftest.o
    configure:2915: $? = 0
    configure:2925: result: yes
    configure:2953: checking for a BSD compatible install
    configure:3002: result: /usr/bin/install -c
    configure:3013: checking whether ln -s works
    configure:3017: result: yes
    configure:3024: checking whether make sets ${MAKE}
    configure:3044: result: yes
    configure:3140: checking for ld used by GCC
    configure:3203: result: /usr/bin/ld
    configure:3212: checking if the linker (/usr/bin/ld) is GNU ld
    GNU ld version 2.11.92.0.12.3 20011121 Debian/GNU Linux
    configure:3224: result: yes
    configure:3228: checking for /usr/bin/ld option to reload object files
    configure:3235: result: -r
    configure:3240: checking for BSD-compatible nm
    configure:3276: result: /usr/bin/nm -B
    configure:3279: checking how to recognise dependant libraries
    configure:3457: result: pass_all
    configure:3463: checking command to parse /usr/bin/nm -B output
    configure:3544: g++ -c -g -O2 conftest.cc >&5
    configure:3547: $? = 0
    configure:3551: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
    configure:3554: $? = 0
    configure:3606: g++ -o conftest -g -O2 conftest.cc conftstm.o >&5
    configure:3609: $? = 0
    configure:3653: result: ok
    configure:3662: checking how to run the C++ preprocessor
    configure:3684: g++ -E conftest.cc
    configure:3690: $? = 0
    configure:3717: g++ -E conftest.cc
    configure:3714: ac_nonexistent.h: No such file or directory
    configure:3723: $? = 1
    configure: failed program was:
    #line 3713 "configure"
    #include "confdefs.h"
    #include <ac_nonexistent.h>
    configure:3760: result: g++ -E
    configure:3775: g++ -E conftest.cc
    configure:3781: $? = 0
    configure:3808: g++ -E conftest.cc
    configure:3805: ac_nonexistent.h: No such file or directory
    configure:3814: $? = 1
    configure: failed program was:
    #line 3804 "configure"
    #include "confdefs.h"
    #include <ac_nonexistent.h>
    configure:3856: checking for dlfcn.h
    configure:3866: g++ -E conftest.cc
    configure:3872: $? = 0
    configure:3891: result: yes
    configure:4078: checking for ranlib
    configure:4093: found /usr/bin/ranlib
    configure:4102: result: ranlib
    configure:4152: checking for strip
    configure:4167: found /usr/bin/strip
    configure:4176: result: strip
    configure:4378: checking for objdir
    configure:4389: result: .libs
    configure:4404: checking for gcc option to produce PIC
    configure:4554: result: -fPIC
    configure:4558: checking if gcc PIC flag -fPIC works
    configure:4578: g++ -c -g -O2 conftest.cc >&5
    configure:4581: $? = 0
    configure:4584: test -s conftest.o
    configure:4587: $? = 0
    configure:4623: result: yes
    configure:4639: checking if gcc static flag -static works
    configure:4660: g++ -o conftest -g -O2 -static conftest.cc >&5
    configure:4663: $? = 0
    configure:4666: test -s conftest
    configure:4669: $? = 0
    configure:4683: result: yes
    configure:4694: checking if gcc supports -c -o file.o
    configure:4714: g++ -c -g -O2 conftest.cc >&5
    configure:4738: result: no
    configure:4807: checking if we can lock with hard links
    configure:4815: result: yes
    configure:4828: checking if gcc supports -fno-rtti -fno-exceptions
    configure:4847: g++ -c -g -O2 conftest.cc >&5
    configure:4850: $? = 0
    configure:4853: test -s conftest.o
    configure:4856: $? = 0
    configure:4872: result: yes
    configure:4883: checking whether the linker (/usr/bin/ld) supports shared libraries

  4. #4
    Registered User
    Join Date
    Dec 2001
    Posts
    18

    config.log Part II

    --------------------------------------------------
    Part II
    --------------------------------------------------

    configure:5564: result: yes
    configure:5569: checking how to hardcode library paths into programs
    configure:5593: result: immediate
    configure:5598: checking whether stripping libraries is possible
    configure:5603: result: yes
    configure:5614: checking dynamic linker characteristics
    configure:6010: result: GNU/Linux ld.so
    configure:6015: checking if libtool supports shared libraries
    configure:6017: result: yes
    configure:6020: checking whether to build shared libraries
    configure:6041: result: yes
    configure:6044: checking whether to build static libraries
    configure:6048: result: yes
    configure:6666: checking whether -lc should be explicitly linked in
    configure:6674: g++ -c -g -O2 conftest.cc >&5
    configure:6677: $? = 0
    configure:6691: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
    configure:6694: $? = 0
    configure:6707: result: no
    configure:7534: checking for X
    configure:7743: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
    configure:7812: checking for IceConnectionNumber in -lICE
    configure:7839: gcc -o conftest -g -O2 -L/usr/X11R6/lib conftest.c -lICE >&5
    configure:7842: $? = 0
    configure:7845: test -s conftest
    configure:7848: $? = 0
    configure:7859: result: yes
    configure:7869: checking for libXext
    configure:7898: gcc -o conftest -g -O2 -L/usr/X11R6/lib conftest.c -lXext -lX11 >&5
    configure:7901: $? = 0
    configure:7904: test -s conftest
    configure:7907: $? = 0
    configure:7923: result: yes
    configure:7942: checking for extra includes
    configure:7969: result: no
    configure:7973: checking for extra libs
    configure:8000: result: no
    configure:8003: checking for libz
    configure:8034: gcc -o conftest -g -O2 -I/usr/X11R6/include conftest.c -L/usr/X11R6/lib -lz >&5
    configure:8037: $? = 0
    configure:8040: test -s conftest
    configure:8043: $? = 0
    configure:8064: result: -lz
    configure:8073: checking for libpng
    configure:8108: gcc -o conftest -g -O2 -I/usr/X11R6/include conftest.c -L/usr/X11R6/lib -lpng -lz -lm -lX11 >&5
    configure:8111: $? = 0
    configure:8114: test -s conftest
    configure:8117: $? = 0
    configure:8139: result: -lpng -lz -lm
    configure:8152: checking for Qt
    tried /lib
    configure:8508: result: >>>>> Workable...: -*{ YES }*-
    configure:8522: checking for Qt MOC
    configure:8690: tried to call /usr/bin/moc --help 2>&1 | sed -e '1q' | grep Qt
    configure:8691: moc output: Qt meta object compiler
    configure:8753: result: yes
    configure:8757: checking if Qt compiles without flags
    configure:8804: g++ -o conftest -g -O2 -I/usr/include/qt -L/usr/X11R6/lib conftest.cc -lqt -lXext -lX11 >&5
    configure:8807: $? = 0
    configure:8834: result: yes
    configure:8867: checking for pthread_create in -lpthread
    configure:8894: g++ -o conftest -g -O2 conftest.cc -lpthread >&5
    configure:8897: $? = 0
    configure:8900: test -s conftest
    configure:8903: $? = 0
    configure:8914: result: yes
    configure:8929: checking for pcap_open_live in -lpcap
    configure:8956: g++ -o conftest -g -O2 conftest.cc -lpcap -lpthread >&5
    configure:8959: $? = 0
    configure:8962: test -s conftest
    configure:8965: $? = 0
    configure:8976: result: yes
    configure:8991: checking for gdImageCreate in -lgd
    configure:9018: g++ -o conftest -g -O2 conftest.cc -lgd -lpcap -lpthread >&5
    /usr/bin/ld: cannot find -lgd
    collect2: ld returned 1 exit status
    configure:9021: $? = 1
    configure: failed program was:
    #line 8999 "configure"
    #include "confdefs.h"

    /* Override any gcc2 internal prototype to avoid an error. */
    #ifdef __cplusplus
    extern "C"
    #endif
    /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply. */
    char gdImageCreate ();
    int
    main ()
    {
    gdImageCreate ();
    ;
    return 0;
    }
    configure:9038: result: no
    configure:9054: checking for gdImagePng in -lgd
    configure:9081: g++ -o conftest -g -O2 conftest.cc -lgd -lpcap -lpthread >&5
    /usr/bin/ld: cannot find -lgd
    collect2: ld returned 1 exit status
    configure:9084: $? = 1
    configure: failed program was:
    #line 9062 "configure"
    #include "confdefs.h"

    /* Override any gcc2 internal prototype to avoid an error. */
    #ifdef __cplusplus
    extern "C"
    #endif
    /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply. */
    char gdImagePng ();
    int
    main ()
    {
    gdImagePng ();
    ;
    return 0;
    }
    configure:9101: result: no
    configure:9111: checking for inflate in -lz
    configure:9138: g++ -o conftest -g -O2 conftest.cc -lz -lpcap -lpthread >&5
    configure:9141: $? = 0
    configure:9144: test -s conftest
    configure:9147: $? = 0
    configure:9158: result: yes
    configure:9173: checking for gdbm_open in -lgdbm
    configure:9200: g++ -o conftest -g -O2 conftest.cc -lgdbm -lz -lpcap -lpthread >&5
    configure:9203: $? = 0
    configure:9206: test -s conftest
    configure:9209: $? = 0
    configure:9220: result: yes
    configure:9235: checking for ANSI C header files
    configure:9249: g++ -E conftest.cc
    configure:9255: $? = 0
    configure:9342: g++ -o conftest -g -O2 conftest.cc -lgdbm -lz -lpcap -lpthread >&5
    configure:9345: $? = 0
    configure:9347: ./conftest
    configure:9350: $? = 0
    configure:9363: result: yes
    configure:9376: checking for deque.h
    configure:9386: g++ -E conftest.cc
    configure:9392: $? = 0
    configure:9411: result: yes
    configure:9431: checking for sys/types.h
    configure:9443: g++ -c -g -O2 conftest.cc >&5
    configure:9446: $? = 0
    configure:9449: test -s conftest.o
    configure:9452: $? = 0
    configure:9462: result: yes
    configure:9431: checking for sys/stat.h
    configure:9443: g++ -c -g -O2 conftest.cc >&5
    configure:9446: $? = 0
    configure:9449: test -s conftest.o
    configure:9452: $? = 0
    configure:9462: result: yes
    configure:9431: checking for stdlib.h
    configure:9443: g++ -c -g -O2 conftest.cc >&5
    configure:9446: $? = 0
    configure:9449: test -s conftest.o
    configure:9452: $? = 0
    configure:9462: result: yes
    configure:9431: checking for string.h
    configure:9443: g++ -c -g -O2 conftest.cc >&5
    configure:9446: $? = 0
    configure:9449: test -s conftest.o
    configure:9452: $? = 0
    configure:9462: result: yes
    configure:9431: checking for memory.h
    configure:9443: g++ -c -g -O2 conftest.cc >&5
    configure:9446: $? = 0
    configure:9449: test -s conftest.o
    configure:9452: $? = 0
    configure:9462: result: yes
    configure:9431: checking for strings.h
    configure:9443: g++ -c -g -O2 conftest.cc >&5
    configure:9446: $? = 0
    configure:9449: test -s conftest.o
    configure:9452: $? = 0
    configure:9462: result: yes
    configure:9431: checking for inttypes.h
    configure:9443: g++ -c -g -O2 conftest.cc >&5
    configure:9446: $? = 0
    configure:9449: test -s conftest.o
    configure:9452: $? = 0
    configure:9462: result: yes
    configure:9431: checking for stdint.h
    configure:9443: g++ -c -g -O2 conftest.cc >&5
    configure:9446: $? = 0
    configure:9449: test -s conftest.o
    configure:9452: $? = 0
    configure:9462: result: yes
    configure:9431: checking for unistd.h
    configure:9443: g++ -c -g -O2 conftest.cc >&5
    configure:9446: $? = 0
    configure:9449: test -s conftest.o
    configure:9452: $? = 0
    configure:9462: result: yes
    configure:9472: checking for size_t
    configure:9493: g++ -c -g -O2 conftest.cc >&5
    configure:9496: $? = 0
    configure:9499: test -s conftest.o
    configure:9502: $? = 0
    configure:9512: result: yes
    configure:9602: checking for ProcessPacket in -lEQ
    configure:9629: g++ -o conftest -g -O2 conftest.cc -lEQ -lgdbm -lz -lpcap -lpthread >&5
    /usr/lib/libEQ.a(libEQ.o)(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
    collect2: ld returned 1 exit status
    configure:9632: $? = 1
    configure: failed program was:
    #line 9610 "configure"
    #include "confdefs.h"

    /* Override any gcc2 internal prototype to avoid an error. */
    #ifdef __cplusplus
    extern "C"
    #endif
    /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply. */
    char ProcessPacket ();
    int
    main ()
    {
    ProcessPacket ();
    ;
    return 0;
    }
    configure:9649: result: no
    configure:9659: error: libEQ.a not found. Be sure libEQ.a is already installed in /usr/local/lib or /usr/lib.

  5. #5
    Registered User
    Join Date
    Dec 2001
    Posts
    18

    config.log Part III

    --------------------------------------------------
    Part III
    --------------------------------------------------


    ## ----------------- ##
    ## Cache variables. ##
    ## ----------------- ##

    ac_cv_build=i686-pc-linux-gnu
    ac_cv_build_alias=i686-pc-linux-gnu
    ac_cv_c_compiler_gnu=yes
    ac_cv_c_const=yes
    ac_cv_cxx_compiler_gnu=yes
    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_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=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib'
    ac_cv_header_deque_h=yes
    ac_cv_header_dlfcn_h=yes
    ac_cv_header_inttypes_h=yes
    ac_cv_header_memory_h=yes
    ac_cv_header_stdc=yes
    ac_cv_header_stdint_h=yes
    ac_cv_header_stdlib_h=yes
    ac_cv_header_string_h=yes
    ac_cv_header_strings_h=yes
    ac_cv_header_sys_stat_h=yes
    ac_cv_header_sys_types_h=yes
    ac_cv_header_unistd_h=yes
    ac_cv_host=i686-pc-linux-gnu
    ac_cv_host_alias=i686-pc-linux-gnu
    ac_cv_lib_EQ_ProcessPacket=no
    ac_cv_lib_ICE_IceConnectionNumber=yes
    ac_cv_lib_gd_gdImageCreate=no
    ac_cv_lib_gd_gdImagePng=no
    ac_cv_lib_gdbm_gdbm_open=yes
    ac_cv_lib_pcap_pcap_open_live=yes
    ac_cv_lib_png='-lpng -lz -lm'
    ac_cv_lib_pthread_pthread_create=yes
    ac_cv_lib_z=-lz
    ac_cv_lib_z_inflate=yes
    ac_cv_objext=o
    ac_cv_path_install='/usr/bin/install -c'
    ac_cv_path_moc=/usr/bin/moc
    ac_cv_prog_CPP='gcc -E'
    ac_cv_prog_CXXCPP='g++ -E'
    ac_cv_prog_ac_ct_CC=gcc
    ac_cv_prog_ac_ct_CXX=g++
    ac_cv_prog_ac_ct_RANLIB=ranlib
    ac_cv_prog_ac_ct_STRIP=strip
    ac_cv_prog_cc_g=yes
    ac_cv_prog_cc_stdc=
    ac_cv_prog_cxx_g=yes
    ac_cv_prog_make_make_set=yes
    ac_cv_target=i686-pc-linux-gnu
    ac_cv_target_alias=i686-pc-linux-gnu
    ac_cv_type_size_t=yes
    kde_cv_have_libXext=yes
    lt_cv_archive_cmds_need_lc=no
    lt_cv_compiler_c_o=no
    lt_cv_deplibs_check_method=pass_all
    lt_cv_file_magic_cmd='$MAGIC_CMD'
    lt_cv_file_magic_test_file='/lib/libc.so.5 /lib/libc.so.5.4.46 /lib/libc.so.6 /lib/libc-2.2.4.so'
    lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
    lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
    lt_cv_ld_reload_flag=-r
    lt_cv_path_LD=/usr/bin/ld
    lt_cv_path_NM='/usr/bin/nm -B'
    lt_cv_prog_cc_can_build_shared=yes
    lt_cv_prog_cc_no_builtin=
    lt_cv_prog_cc_pic=' -fPIC'
    lt_cv_prog_cc_pic_works=yes
    lt_cv_prog_cc_shlib=
    lt_cv_prog_cc_static=-static
    lt_cv_prog_cc_static_works=yes
    lt_cv_prog_cc_wl=-Wl,
    lt_cv_prog_gnu_ld=yes
    lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
    lt_cv_sys_path_separator=:

    ## ------------ ##
    ## confdefs.h. ##
    ## ------------ ##

    #define PACKAGE "showeq"
    #define VERSION "3.1.2"
    #define HAVE_DLFCN_H 1
    #define HAVE_LIBZ 1
    #define HAVE_LIBPNG 1
    #define HAVE_LIBPTHREAD 1
    #define HAVE_LIBPCAP 1
    #define HAVE_LIBZ 1
    #define HAVE_LIBGDBM 1
    #define STDC_HEADERS 1
    #define HAVE_DEQUE_H 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


    configure: exit 1

  6. #6
    Registered User
    Join Date
    Dec 2001
    Posts
    183
    You are probably working out of the old ./linux/showeq CVS module rather than the new ./showeq CVS module. The former is the old showeq 3.1.x, the later the new showeq 4.x

  7. #7
    Registered User
    Join Date
    Dec 2001
    Posts
    18
    You are correct. I used the command cvs co linux and not cvs co showeq. Doh...



    Now to get gcc-3.0 setup correctly in my enviorment
    Last edited by quack; 12-23-2001 at 09:12 AM.

  8. #8
    Registered User
    Join Date
    Dec 2001
    Posts
    3
    The exact same thing happened to me, heres the bits you wanted

    -----------------
    configure:4118: checking for size_t
    configure:4152: checking whether to build with decryption
    configure:4216: checking for ProcessPacket in -lEQ
    configure:4238: c++ -o conftest -g -O2 conftest.C -lEQ -lz -lpthread -lgdbm -lz -lpcap 1>&5
    /usr/lib/gcc-lib/i586-mandrake-linux/2.96/../../../libEQ.a(libEQ.o)(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
    collect2: ld returned 1 exit status
    configure: failed program was:
    #line 4224 "configure"
    #include "confdefs.h"
    /* Override any gcc2 internal prototype to avoid an error. */
    #ifdef __cplusplus
    extern "C"
    #endif
    /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply. */
    char ProcessPacket();

    int main() {
    ProcessPacket()
    ; return 0; }
    ---------------------

    Hope this helps

    EQJoe

  9. #9
    Registered User
    Join Date
    Dec 2001
    Posts
    3
    oops wrong thread, *slaps head*

  10. #10
    Registered User
    Join Date
    Dec 2001
    Posts
    13

    Same error

    I downloaded the snapshot.tar.gz of showeq4 from krisps website, but am getting a simlar error.

    After loading all the libs and such it get to the same error in the ./configure

    checking for ProcessPacket in -lEQ... cat: conftest.C: No such file or directory
    no
    configure: error: libEQ.a not found. Be sure libEQ.a is already installed in /usr/local/lib or /usr/lib.

    (And libEQ.a is there and i have checked to make sure its the right md5sum.)


    Looking at Zophad and Mr. Guys walkthroughs I saw they did
    export CC=gcc3
    export CXX=g++3
    After installing gcc3.
    After doing this I get this error now apon attempting to rerun ./configure

    checking for gcc... gcc3
    checking whether the C compiler (gcc3 ) works... no
    configure: error: installation or configuration problem: C compiler cannot create executables.

    Any suggestions at this point?


    *edit*

    Ok, after nosing around I figured out that the mandrake packaged versions had the command named gcc-3.0.1 rather than gcc3.
    so I excuted the command agian and its seems to have completed the configure this time.


    I'll leave this here incase anybody else doesn't see this atfirst with perhaps another package or newer version.
    Last edited by Override; 12-27-2001 at 12:59 AM.
    Override~!

  11. #11
    Registered User
    Join Date
    Dec 2001
    Posts
    6
    /showeq/showeq is the path NOT /showeq/linux

    the linux tree is the old 3.x version and WILL NOT compile with the libeq that is being distributed... showeq tree is the new V.4

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