Relowd
10-30-2002, 08:09 PM
2 people working on this problem
only 1 box
he = person 1
I = person 2
what we've done:
he ran ShowEQ with /usr/local/src/seq/src/libEQ.a and it would start but just sat there. i ran tcpdump and saw that the packets were coming in but the program wasen't doing anything. he did some reading and saw a solution where the guy having the same problem placed libEQ.a into /usr/local/lib. so we copied libEQ.a into /usr/lib and ran the configure script then "make clean" then make, ld returned this error
decode.o: In function `ThreadFunc(void*)':
/usr/local/src/seq/src/decode.cpp:169: undefined reference to `FindKey'
decode.o: In function `EQDecode::LocateKey()':
/usr/local/src/seq/src/decode.cpp:169: undefined reference to `FindKey'
collect2: ld returned 1 exit status
I have ShowEQ-4.2.15.tar.gz
with the libEQ.a from Monday that was dated 10-28-02 5:30
What is causing this? Or better yet how do I fix it?
only 1 box
he = person 1
I = person 2
what we've done:
he ran ShowEQ with /usr/local/src/seq/src/libEQ.a and it would start but just sat there. i ran tcpdump and saw that the packets were coming in but the program wasen't doing anything. he did some reading and saw a solution where the guy having the same problem placed libEQ.a into /usr/local/lib. so we copied libEQ.a into /usr/lib and ran the configure script then "make clean" then make, ld returned this error
decode.o: In function `ThreadFunc(void*)':
/usr/local/src/seq/src/decode.cpp:169: undefined reference to `FindKey'
decode.o: In function `EQDecode::LocateKey()':
/usr/local/src/seq/src/decode.cpp:169: undefined reference to `FindKey'
collect2: ld returned 1 exit status
I have ShowEQ-4.2.15.tar.gz
with the libEQ.a from Monday that was dated 10-28-02 5:30
What is causing this? Or better yet how do I fix it?