Re: [OE-core] non-standard library locations and rpath

2016-12-05 Thread Khem Raj
On Mon, Dec 5, 2016 at 9:41 AM, Jack Mitchell wrote: > > > On 05/12/16 16:43, Khem Raj wrote: >> >> On Mon, Dec 5, 2016 at 2:54 AM, Jack Mitchell wrote: >>> >>> >>> >>> On 05/12/16 10:44, Jack Mitchell wrote: On 02/12/16 07:08, Khem Raj wrote: > > > On Thu, Dec 1, 2016

Re: [OE-core] non-standard library locations and rpath

2016-12-05 Thread Jack Mitchell
On 05/12/16 16:43, Khem Raj wrote: On Mon, Dec 5, 2016 at 2:54 AM, Jack Mitchell wrote: On 05/12/16 10:44, Jack Mitchell wrote: On 02/12/16 07:08, Khem Raj wrote: On Thu, Dec 1, 2016 at 8:18 AM, Jack Mitchell wrote: I'm having some troubles with shared library, shared library depende

Re: [OE-core] non-standard library locations and rpath

2016-12-05 Thread Khem Raj
On Mon, Dec 5, 2016 at 2:54 AM, Jack Mitchell wrote: > > > On 05/12/16 10:44, Jack Mitchell wrote: >> >> On 02/12/16 07:08, Khem Raj wrote: >>> >>> On Thu, Dec 1, 2016 at 8:18 AM, Jack Mitchell wrote: I'm having some troubles with shared library, shared library dependencies an

Re: [OE-core] non-standard library locations and rpath

2016-12-05 Thread Jack Mitchell
On 05/12/16 10:44, Jack Mitchell wrote: On 02/12/16 07:08, Khem Raj wrote: On Thu, Dec 1, 2016 at 8:18 AM, Jack Mitchell wrote: I'm having some troubles with shared library, shared library dependencies and rpaths. I have libfoo, which depends on libbar when I try to link libfoo with my app,

Re: [OE-core] non-standard library locations and rpath

2016-12-05 Thread Jack Mitchell
On 02/12/16 07:08, Khem Raj wrote: On Thu, Dec 1, 2016 at 8:18 AM, Jack Mitchell wrote: I'm having some troubles with shared library, shared library dependencies and rpaths. I have libfoo, which depends on libbar when I try to link libfoo with my app, it requires libbar to be found. libbar is i

Re: [OE-core] non-standard library locations and rpath

2016-12-01 Thread Khem Raj
On Thu, Dec 1, 2016 at 8:18 AM, Jack Mitchell wrote: > I'm having some troubles with shared library, shared library dependencies > and rpaths. I have libfoo, which depends on libbar when I try to link libfoo > with my app, it requires libbar to be found. libbar is in a non-standard > location, /us

[OE-core] non-standard library locations and rpath

2016-12-01 Thread Jack Mitchell
I'm having some troubles with shared library, shared library dependencies and rpaths. I have libfoo, which depends on libbar when I try to link libfoo with my app, it requires libbar to be found. libbar is in a non-standard location, /usr/local/bar when I compiled libfoo, I used -Wl,rpath-link