https://bugs.kde.org/show_bug.cgi?id=456348
--- Comment #21 from Kevin Kofler <kevin.kof...@chello.at> --- > FROM: > cmake ../krusader -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_C_FLAGS="-O2 -fPIC" > -DCMAKE_CXX_FLAGS="-O2 -fPIC" > TO: > cmake ../krusader -DCMAKE_INSTALL_PREFIX=/opt/krusader -DCMAKE_C_FLAGS="-O2 > -fPIC" -DCMAKE_CXX_FLAGS="-O2 -fPIC" That is not an acceptable fix or even workaround. I cannot ship that in distribution packages, those MUST be installed to /usr. I suspect that something is invoking a wrong executable, from kdelibs 4 or even 3, see, e.g., bug #386859 for a similar issue. -- You are receiving this mail because: You are watching all bug changes.