why "make install" now takes longer and what you can do about it

Alexander Neundorf neundorf at kde.org
Thu Dec 20 21:43:21 GMT 2007


On Thursday 20 December 2007, Pau Garcia i Quiles wrote:
> Quoting Robert Knight <robertknight at gmail.com>:
> > Hi,
> >
> >> This way they get the correct libraries when they are used by an
> >> executable which is executed from the build tree.
> >
> > Is there an option to avoid using RPATH completely?
>
> SET( CMAKE_SKIP_RPATH  ON )

But since you don't want to modify some of the cmake files, better run "make 
edit_cache", and set CMAKE_SKIP_RPATH there to TRUE. 

Alex





More information about the kde-core-devel mailing list