Bruce Momjian wrote:
> We already have --disable-rpath. Seems we would just need something
> to use the *.a files.
I think it is perfectly sufficient to say that if you want a relocatable
install, don't use rpath. Static linking will lead to all other kinds
of madness.
Also, some platforms offer relative rpaths. (Maybe Solaris is the only
one.) We could make use of that.