Here's the compile error:

mkdir .libs
g++3 -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -o showeq main.o spawn.o spawnshell.o spawnlist.o spellshell.o spelllist.o preferences.o m_preferences.o vpacket.o editor.o filter.o m_spawnshell.o m_spawnlist.o m_spellshell.o m_spelllist.o m_editor.o packet.o m_packet.o interface.o m_interface.o compass.o m_compass.o map.o m_map.o util.o experiencelog.o m_experiencelog.o msgdlg.o m_msgdlg.o player.o m_player.o decode.o m_decode.o skilllist.o m_skilllist.o statlist.o m_statlist.o filtermgr.o m_filtermgr.o mapcore.o category.o m_category.o compassframe.o m_compassframe.o group.o m_group.o itemdb.o gdbmconv.o -L/usr/local/qt/lib -lqt-mt -lpthread -lEQ -lgdbm -lz -lpcap
decode.o: In function `EQDecode::EQDecode(QObject*, char const*)':
/usr/src/cvs/showeq/showeq/src/decode.cpp:64: undefined reference to `InitializeLibEQ'
decode.o: In function `EQDecode::EQDecode(QObject*, char const*)':
/usr/src/cvs/showeq/showeq/src/decode.cpp:64: undefined reference to `InitializeLibEQ'
collect2: ld returned 1 exit status
make[2]: *** [showeq] Error 1
make[2]: Leaving directory `/usr/src/cvs/showeq/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/cvs/showeq/showeq'
make: *** [all-recursive-am] Error 2

Anyone have any sugestions?