[Kde-bindings] [Bug 101144] New: Java bindings build uses old installed libraries for linking

Alexei Dets adets at idsk.com
Wed Mar 9 03:52:41 UTC 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=101144         
           Summary: Java bindings build uses old installed libraries for
                    linking
           Product: bindings
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kde-bindings mail kde org
        ReportedBy: adets idsk com


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.



More information about the Kde-bindings mailing list