threshold
12-26-2001, 10:29 PM
I am getting the following error when I run the make install.
decode.o: In function 'EQDecode::EQDecode(QObject*, char const*)':
/root/install/seq/showeq/src/decode.cpp:64: undefined reference to 'InitializeLibEQ'
decode.o: In function 'EQDecode::EQDecode(QObject*, char const*)':
/root/install/seq/showeq/src/decode.cpp:64: undefined reference to 'InitializeLibEQ'
collect2: ld returned 1 exit status
make[2]: *** [showeq] Error 1
make[2]: Leaving directory '/root/install/seq/showeq'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/install/seq/showeq'
make: *** [all-recursive-am] Error 2
I have a copy of the correcct libEQ.a in my /usr/lib I have checked for any other copies of libEQ.a and I don't have any.
Any suggestions?
Threshold
decode.o: In function 'EQDecode::EQDecode(QObject*, char const*)':
/root/install/seq/showeq/src/decode.cpp:64: undefined reference to 'InitializeLibEQ'
decode.o: In function 'EQDecode::EQDecode(QObject*, char const*)':
/root/install/seq/showeq/src/decode.cpp:64: undefined reference to 'InitializeLibEQ'
collect2: ld returned 1 exit status
make[2]: *** [showeq] Error 1
make[2]: Leaving directory '/root/install/seq/showeq'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/install/seq/showeq'
make: *** [all-recursive-am] Error 2
I have a copy of the correcct libEQ.a in my /usr/lib I have checked for any other copies of libEQ.a and I don't have any.
Any suggestions?
Threshold