[llvm-commits] [polly] r153734 - /polly/trunk/www/get_started.html

Tobias Grosser tobias at grosser.es
Fri Mar 30 05:53:29 PDT 2012


On 03/30/2012 02:44 PM, Sylvestre Ledru wrote:
> Well, in the context of distribution of your software, be careful,
> distros hate rpath:
> http://fedoraproject.org/wiki/Packaging:Guidelines#Beware_of_Rpath
> http://wiki.debian.org/RpathIssue
>
> In this context, the right advice is probably: install cloog at the
> right place!

Hi Sylvestre,

so what is the solution that people take for development libraries? I 
normally don't want to install my development versions of cloog/isl into 
the system directories (where we already may have an other installed 
version). Until know I set LD_LIBRARY_PATH to the development libraries 
I used and everything worked.

However, I heard people like Joerg stating that LD_LIBRARY_PATH is 
problematic and I heard the same for -rpath. So I basically two 
solutions, which both seem to be discouraged. Is there anything better
or what would be the best match for a project like Polly, which 
currently is mainly used by developers?

Cheers
Tobi



More information about the llvm-commits mailing list