[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Tidying up search path for C modules.
- From: Richter, Jörg <Joerg.Richter@...>
- Date: Sun, 28 Aug 2011 10:47:57 +0000
> Linux also has rpath, but it has to be absolute :(, hence
> LD_LIBRARY_PATH (or other tricks)
On Linux you can use $ORIGIN in your rpath. This searches in your executable/library path.
Jörg