Understood. Are you compiling tdegames with hidden symbols enabled?
Nope. I disabled all of that long ago. Only the core packages.
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-setgid \ --enable-closure \ $DEBUG_AUTOTOOL_OPT || exit 1
I have used --enable-closure since the beginning and I tried without. Same failure.
I don't understand what changed. I have been very busy lately and haven't had time to tinker with anything. Everything should be the same as the last build run on April 11. There are only a dozen or so commits since my last build run.
Darrell