The errors I get are:
Processing plugin: /opt/QtPalmtop/lib/xmms/Output/liboss.so
/opt/QtPalmtop/lib/xmms/Output/liboss.so: undefined symbol: __div0
and
Processing plugin: /opt/QtPalmtop/lib/xmms/General/libQPEgui.so
/opt/QtPalmtop/lib/xmms/General/libQPEgui.so: undefined symbol: newdata__7QGArray
and
Segmentation fault (caused by the link errors above?)
If it is a gcc2/3 issue, where can I find those libraries i need, and instructions on how to use them?
Edit: Found the compat libraries and xmms now runs on them, which got rid of the second error above. The first one (__div0) still remains, however, as does (unsurprisingly) thr segmentation fault.