RPATH with multiple empty paths (e.g., ::::::::)

Dirk Mueller mueller at kde.org
Sun Aug 3 23:43:04 CEST 2008


On Sunday 03 August 2008, Gavin Beatty wrote:

> A lot of KDE libraries are being given strange RPATHs. I'm getting
> link lines giving this:

installed or uninstalled libraries? for uninstalled that's normal, cmake 
reserves some space in the binary to be able to fill in the correct path during 
installation without relinking (which is somewhat slower). 

if it breaks your scripts (it breaks mine), 

-DCMAKE_NO_BUILTIN_CHRPATH:BOOL=ON

helps. 

Greetings,
Dirk



More information about the Kde-buildsystem mailing list