[Bug 156895] kdelibs-4.0.0 fails to compile: error linking libkjs.so
Phillip Killewald
reallyasi9 at gmail.com
Tue Feb 12 04:22:29 CET 2008
------- 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=156895
------- Additional Comments From reallyasi9 gmail com 2008-02-12 04:22 -------
A new "solution" that seems to work: move the files libpcre.a and libpcre.la from /usr/lib/ to some other directory not in the $LD_LIBRARY_PATH (like /root/). Build works because cmake can't find the static version of libpcre, so it is forced to link dynamically.
This is clearly a problem with cmake, but I'm wondering if I even need the static versions of these libraries...
More information about the Kdelibs-bugs
mailing list