Comm
03-21-2002, 07:33 PM
I've been able to build showeq up to a few weeks ago. Now when I do the ./configure, I get the error below. I checked for the latest of libEQ.a, and I have the right version of QT. Can someone tell me what I am missing?
:
************************************************** *
>> Found version.: 2.3.2
>>> Headers......: /usr/lib/qt/include/
>>>> Libraries...: /usr/lib/qt/lib/
>>>>> Workable...: -*{ YES }*-
checking for Qt MOC... yes
checking if Qt compiles without flags... cat: conftest.C: No such file or directory
no
checking for pthread_create in -lpthread... yes
checking for pcap_open_live in -lpcap... yes
checking for gdImageCreate in -lgd... yes
checking for gdImagePng in -lgd... yes
checking for inflate in -lz... yes
checking for gdbm_open in -lgdbm... yes
checking for ANSI C header files... no
checking for deque.h... yes
checking for size_t... yes
checking for ProcessPacket in -lEQ... cat: conftest.C: No such file or directoryno
configure: error: libEQ.a not found. Be sure libEQ.a is already installed in /usr/local/lib or /usr/lib.
*************************************************
config.log has on the bottom:
*************************************************c onfigure:7396: checking for ANSI C header files
configure:7409: c++ -E conftest.C >/dev/null 2>conftest.out
configure:7476: c++ -o conftest.C -g -O2 conftest.C -lgdbm -lz -lpcap -lpthread 1>&5
configure: In function `int main ()':
configure:7471: `exit' undeclared (first use this function)
configure:7471: (Each undeclared identifier is reported only once for
each function it appears in.)
configure: failed program was:
#line 7465 "configure"
#include "confdefs.h"
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
int main () { int i; for (i = 0; i < 256; i++)
if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
exit (0); }
configure:7503: checking for deque.h
configure:7513: c++ -E conftest.C >/dev/null 2>conftest.out
configure:7542: checking for size_t
configure:7639: checking for ProcessPacket in -lEQ
configure:7661: c++ -o conftest.C -g -O2 conftest.C -lEQ -lgdbm -lz -lpcap -lpthread 1>&5
/usr/lib/gcc-lib/i386-redhat-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:
**********************************************
:
************************************************** *
>> Found version.: 2.3.2
>>> Headers......: /usr/lib/qt/include/
>>>> Libraries...: /usr/lib/qt/lib/
>>>>> Workable...: -*{ YES }*-
checking for Qt MOC... yes
checking if Qt compiles without flags... cat: conftest.C: No such file or directory
no
checking for pthread_create in -lpthread... yes
checking for pcap_open_live in -lpcap... yes
checking for gdImageCreate in -lgd... yes
checking for gdImagePng in -lgd... yes
checking for inflate in -lz... yes
checking for gdbm_open in -lgdbm... yes
checking for ANSI C header files... no
checking for deque.h... yes
checking for size_t... yes
checking for ProcessPacket in -lEQ... cat: conftest.C: No such file or directoryno
configure: error: libEQ.a not found. Be sure libEQ.a is already installed in /usr/local/lib or /usr/lib.
*************************************************
config.log has on the bottom:
*************************************************c onfigure:7396: checking for ANSI C header files
configure:7409: c++ -E conftest.C >/dev/null 2>conftest.out
configure:7476: c++ -o conftest.C -g -O2 conftest.C -lgdbm -lz -lpcap -lpthread 1>&5
configure: In function `int main ()':
configure:7471: `exit' undeclared (first use this function)
configure:7471: (Each undeclared identifier is reported only once for
each function it appears in.)
configure: failed program was:
#line 7465 "configure"
#include "confdefs.h"
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
int main () { int i; for (i = 0; i < 256; i++)
if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
exit (0); }
configure:7503: checking for deque.h
configure:7513: c++ -E conftest.C >/dev/null 2>conftest.out
configure:7542: checking for size_t
configure:7639: checking for ProcessPacket in -lEQ
configure:7661: c++ -o conftest.C -g -O2 conftest.C -lEQ -lgdbm -lz -lpcap -lpthread 1>&5
/usr/lib/gcc-lib/i386-redhat-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:
**********************************************