Subject: Re: BUILDLINK_PASSTHRU_RPATHDIRS
To: None <tech-pkg@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 11/01/2006 21:27:49
On Wed, Nov 01, 2006 at 11:40:47AM -0700, Brook Milligan wrote:
> I am having trouble building a package that contains shared libraries
> that refer to other shared libraries.  The entire issue has to do with
> the setting of the RPATH in the shared object.  Even though I patch
> the package Makefile to use 'c++ -Wl,-rpath,XXX/lib' the appropriate
> -rpath argument does not show up in the ld command line.

Can you put the affected package somewhere? It makes it easier for us to
avoid having to guess :-)

Joerg