guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: debugging guile test failure and segfault.


From: Ludovic Courtès
Subject: Re: debugging guile test failure and segfault.
Date: Mon, 11 Jun 2007 23:02:06 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hi,

Dan McMahill <address@hidden> writes:

> With that I don't have to modify the guile-config output.  In other
> words by default I might just get "-L/my/guile/path/lib" where I may
> actually want "-L/my/guile/path/lib -Wl,-R/my/guile/path/lib".

Greg Troxel <address@hidden> writes:

> Probably you are right.  But not having a way to include some sort of
> rpath when needed isn't portable either.

Doesn't Libtool solve this problem?  That is, if you installed the
Libtool archive `libguile.la' and link _using Libtool_ against it, then
passing `-L/my/guile/path/lib' is enough and Libtool sets up the new
library's RPATH correspondingly.

Granted, you don't necessarily use Libtool, and the `.la' file could be
unavailable, but that's another story...

Thanks,
Ludovic.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]