I have finnaly gotten seq to configure, but now I am having problems runing make.

/apps/showeq/linux/src/statlist.cpp:233: undefined reference to `QString::QString(char const*)'
statlist.o: In function `EQStatList::stamChanged(int, int, int, int, int, int)':
/apps/qt/include/qstring.h:650: undefined reference to `QString::shared_null'
/apps/qt/include/qstring.h:652: undefined reference to `QStringData::deleteSelf()'

It goes on like this for quite a ways. This is where it stops.

/apps/qt/include/qstring.h:650: undefined reference to `QString::shared_null'
/apps/qt/include/qstring.h:652: undefined reference to `QStringData::deleteSelf()'
/apps/qt/include/qstring.h:651: undefined reference to `QString::shared_null'
/apps/qt/include/qstring.h:651: undefined reference to `QString::shared_null'
collect2: ld returned 1 exit status
make[2]: *** [showeq.C] Error 1
make[2]: Leaving directory `/apps/showeq/linux/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/apps/showeq/linux'
make: *** [all-recursive-am] Error 2

What else could I be doing wrong at this point?