Midnight
12-27-2002, 12:43 PM
runnin drake 9.. installed the new lib, qt-2.3.2 with zero problems.. untar'd the newest showeq and followed the INSALL.newbies to the 't' (as well as spent 2 days reading threads).. when i get to the 'Compiling ShowEQ' part, i fail at the make part. i had zero problems exporting, making the makefile.dist, and the ./configure ran flawlessly.
[]# cd /seq/showeq/
[]# export CC=gcc3
[]# export CXX=g++3
[]# export QTDIR=/usr/lib/qt-2.3.2
[]# make -f Makefile.dist
[]# ./configure
[]# make <------- FAILS about 5 minutes into the make
[]# make install
here's the last few snippets of it failing.. i manually installed findkey offa the lib cd and had no problems with it previously. im sure im just a step away from getting this thing going
decode.o: In function `ThreadFunc(void*)':
/root/showeq/src/decode.cpp:169: undefined reference to `FindKey'
decode.o: In function `EQDecode::LocateKey()':
/root/showeq/src/decode.cpp:169: undefined reference to `FindKey'
collect2: ld returned 1 exit status
make[3]: *** [showeq] Error 1
make[3]: Leaving directory `/root/showeq/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/showeq'
make: *** [all] Error 2
[root@localhost showeq]#
bring on the flames
[]# cd /seq/showeq/
[]# export CC=gcc3
[]# export CXX=g++3
[]# export QTDIR=/usr/lib/qt-2.3.2
[]# make -f Makefile.dist
[]# ./configure
[]# make <------- FAILS about 5 minutes into the make
[]# make install
here's the last few snippets of it failing.. i manually installed findkey offa the lib cd and had no problems with it previously. im sure im just a step away from getting this thing going
decode.o: In function `ThreadFunc(void*)':
/root/showeq/src/decode.cpp:169: undefined reference to `FindKey'
decode.o: In function `EQDecode::LocateKey()':
/root/showeq/src/decode.cpp:169: undefined reference to `FindKey'
collect2: ld returned 1 exit status
make[3]: *** [showeq] Error 1
make[3]: Leaving directory `/root/showeq/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/showeq'
make: *** [all] Error 2
[root@localhost showeq]#
bring on the flames