Hi! Jan Nieuwenhuizen <jann...@gnu.org> writes:
> Ludovic Courtès schreef op ma 31-01-2011 om 22:00 [+0100]: > > Hi, > >> Your patch lacks this RPATH magic, though. > > Yes, we have that in our GUB cross build system. Possibly this > is a thing/feature request for libtool. > >> Perhaps it should check >> whether ‘-Wl,-rpath='$ORIGIN/../lib'’ works? > > That would be a nice feature. I mean, if this feature goes in, then ‘configure’ should check whether this incantation is supported (it may not work with combinations other than GCC + GNU ld) and give up if it’s not. When it’s supported, ‘libguile/guile’ should have it in its LDFLAGS. Thanks, Ludo’.