On Fri, Oct 20, 2006 at 02:30:56PM +0200, Marco Nenciarini wrote:
> On Thu, Oct 19, 2006 at 07:00:24PM +0200, Kurt Roeckx wrote:
> > 
> > I also have to wonder about the rpath that is set, which doesn't
> > look like a useful path to me.
> > 
> 
> This cmake set it during build stage and remove it during the install
> one. This causes an extra linker call. I'm investigating on how to
> remove propely this extra operation.

I wouldn't worry about it if it's relinked without.  It's might actually
be useful to have the rpath while it's not installed yet, so you can
debug it.

For instance libtool also does it, add rpath at first, and during
install it relinks it.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to