Re: [Mono-dev] Library path bug in Makefile?

2014-03-07 Thread Edward Ned Harvey (mono)
From: Rodrigo Kumpera [mailto:kump...@gmail.com] The issue is that we don't want to set RPATH to a value in the dynamic linker path. This is known to cause all sorts of issues. Setting it to, for example, /opt/lib is fine but /usr/lib is not. Just to be clear, setting RPATH and RUNPATH

Re: [Mono-dev] Library path bug in Makefile?

2014-03-07 Thread Edward Ned Harvey (mono)
From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- boun...@lists.ximian.com] On Behalf Of Andrés G. Aragoneses It is not if you use fpm (https://github.com/jordansissel/fpm), instead Huh. That looks like it deserves a closer look. Thanks for the suggestion, I'll give

Re: [Mono-dev] Library path bug in Makefile?

2014-03-07 Thread Rodrigo Kumpera
On Fri, Mar 7, 2014 at 7:03 AM, Edward Ned Harvey (mono) edward.harvey.m...@clevertrove.com wrote: From: Rodrigo Kumpera [mailto:kump...@gmail.com] The issue is that we don't want to set RPATH to a value in the dynamic linker path. This is known to cause all sorts of issues. Setting it