Darrell, what does your build script look like?
I'm
building with:
./configure \
--prefix=${TDEDIR} \
--with-qt-dir=${QTDIR} \
--localstatedir=/var \
--enable-debug=full
CFLAGS=$CPUOPT \
CXXFLAGS=$CPUOPT \
./configure \
--prefix=${PREFIX} \
--sysconfdir=${SYSCONFDIR} \
--libdir=${LIBDIR} \
--mandir=${MANDIR} \
--with-qt-dir=${QTDIR} \
--with-qt-includes=${QT_INCLUDE_DIR} \
--with-qt-libraries=${QT_LIB_DIR} \
--disable-rpath \
$DEBUG_AUTOTOOL_OPT || exit 1
I have some Trinity build peculiarities too, although krusader is not one of them.
pytdeextensions, tdebindings, tdenetwork, amarok. They build in one Slackware release but
not necessarily in another. Hopefully we get these anomalies figured out soon. :-)
Darrell