Hi lyx people, (cc: debian kde maintainer, lyx backport maintainer) additionally I found the following link which seems to be related to this: http://lists.trolltech.com/qt-interest/2003-12/thread00076-0.html stating
---8<------ I'm seeing an odd problem on a redhat73 box, trying to build qt-3.2.3. After an initial qt-3.2/kdelibs-3.1.4 build/install, now I can't (re)build qt-3.2.3 anymore, I get lots of compiler errors (in using the just-compiled uic) of the form: error: /usr/lib/libkio.so.4: undefined symbol: unregisterStaticDeleter__7KGlobalP18KStaticDeleterBase I also get the same error trying to build many qt/kde apps... lyx-1.3.3 is one example. The problem goes away if I uninstall kdelibs from this system... or at least I can (re)build qt and lyx... [and in an later post on the same page:] For posterity, turns out the problem goes away if I use -fuse-cxa-atexit when compiling kdelibs. I think the reason I didn't see this on redhat9 is -fuse-cxa-atexit appears to be the default for gcc-3.2.2, but that is apparently not the case for pre gcc3 compilers. --->8---- So this seems to be rather a kde bug than a lyx bug. Nevertheless, are there any ways to get around this from lyx's side? Yours, Karsten On Mon, 23 Feb 2004 12:41:34 +0100 "Karsten Heymann" <[EMAIL PROTECTED]> wrote: > System: Debian 3.0 with official kde3.2 backports. > > [EMAIL PROTECTED]:~/Software/lyx/lyx-1.3.4$ ./configure > --prefix=/usr/local/stow/lyx-1.3.4-1 --with-frontend=qt > --with-qt-dir=/usr/share/qt3 [...] > make[6]: Entering directory > `/home/karsten/Software/lyx/lyx-1.3.4/src/frontends/qt2/ui' > /usr/share/qt3//bin/uic -tr qt_ BiblioModuleBase.ui -o BiblioModuleBase.h > /usr/share/qt3//bin/uic -tr qt_ -impl BiblioModuleBase.h BiblioModuleBase.ui -o > BiblioModuleBase.C > /usr/share/qt3//bin/uic: relocation error: /usr/lib/libkio.so.4: undefined symbol: > unregisterStaticDeleter__7KGlobalP18KStaticDeleterBase > make[6]: *** [BiblioModuleBase.C] Fehler 127