grimjack
12-20-2001, 02:02 PM
I'm getting an error on configure that it cannot find the libEQ.a. I have compiled and installed qt2.3.2 and gcc3.0. In the config.log file I'm noticing this
c++ -o conftest -g 02 conftest.C -l EQ -l z -lpthread -lgdbm -lz -lpcap 1>&5
./libEQ.a(libEQ.o)(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
I confirmed I have the correct libEQ.a and it is the only one on my system.
Thanks for your help
GrimJack
c++ -o conftest -g 02 conftest.C -l EQ -l z -lpthread -lgdbm -lz -lpcap 1>&5
./libEQ.a(libEQ.o)(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
I confirmed I have the correct libEQ.a and it is the only one on my system.
Thanks for your help
GrimJack