[Bug 156895] kdelibs-4.0.0 fails to compile: error linking libkjs.so

Phillip Killewald reallyasi9 at gmail.com
Thu Jan 31 03:49:52 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-01-31 03:49 -------
When I remove -Bstatic from before the -lpcre flags in all the link.txt files, kdelibs builds without incident.  I removed the offending flags with the following command after running configure but before running make:

find ./ -name link.txt -type f -print0 | xargs -0 perl -pi -w -e 's/-Bstatic -lpcre/-lpcre/g;'

I will try to emerge without the USE flag "pcre" and see if that works, too.


More information about the Kdelibs-bugs mailing list