On Mon, Jul 09, 2007 at 09:23:54PM +0800, LI Daobing wrote: > > Hello, after install scim-qtimm, every time when I start a program depends on > qt, it will print a error log as following: > > /usr/lib/qt3/plugins/inputmethods/libqscim.so: undefined symbol: > _ZN6QGList5clearEv
This symbol is from Qt: $ c++filt _ZN6QGList5clearEv QGList::clear() And indeed, /usr/lib/qt3/plugins/inputmethods/libqscim.so is not linked against Qt: > Depends (Version) | Installed > ===================================-+-==================== > libc6 (>= 2.5-5) | 2.5-11 > libgcc1 (>= 1:4.2-20070516) | 1:4.2-20070707-1 > libscim8c2a (>= 1.4.6) | 1.4.6-1 > libstdc++6 (>= 4.2-20070516) | 4.2-20070707-1 > libx11-6 | 2:1.0.3-7 > scim | 1.4.6-1 > OR skim | 1.4.5-1 I can't reproduce this bug though, and don't quite understand why it happens. LI Daobing, do you have Debian's Qt 3 package (libqt3-mt, I believe) installed, or do you have a local version of Qt 3? Ming 2007.11.25 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]