* John E. Davis <davis at space.mit.edu> [2005-10-26 12:06]:
> I do not believe rpath is set for /usr/lib. Did -R/usr/lib appear in
> the Makefile?
$ grep "^\(prefix\|exec_prefix\|RPATH\)" src/Makefile
prefix = /usr
exec_prefix = ${prefix}
RPATH = -Wl,-R${exec_prefix}/lib
--
Rafael