Version: (using KDE KDE 3.3.2) Installed from: Compiled From Sources Compiler: gcc-3.3.2 OS: Linux If kdebindings are already installed then during koala linking libtool (?) is looking for the file /usr/lib/libqtjava.la instead of local one in the kdebindings build tree. This file points to /usr/lib/libqtjava.so. If it will be present then koala can link against old library version. Or link will fail because of library versions incompatibilities. I've noticed the problem due to the bug in the KDE-RedHat kdebindings package (https://sourceforge.net/tracker/?func=detail&atid=512929&aid=1111937&group_id=65974) I had only /usr/lib/libqtjava.la without /usr/lib/libqtjava.so ==> koala build just failed. If qtjava files are not present in the /usr/lib during build then libtool (?) will use local library version inside kdebindings build tree and linking will be successful.
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
Dear Bug Submitter, This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? Thank you for helping us make KDE software even better for everyone!
The Java bindings were moved to qtjambi, but even that is unmaintained now.