Philipp Thomas wrote:
On Sun, 13 Dec 2009 23:36:43 +0000, you wrote:
What could you do if the system supplies a library, but it's not the latest
release, and you need the latest?
Either explicitely link in the static version of said library or
install the dynamic library somewhere else and link it in by passing
the path to ld via -L and then adding said library to the users
LD_LIBRARY_PATH.
Philipp
We have taken the second approach, but it does not appear to work. The problem
is at compile time, so the setting of LD_LIBRARY_PATH is ignored. This is one
such error message, which I've been unable to resolve on Open Solaris, but it
does not cause an issue on Solaris 10, or most linux distributions. But it does
also show up on Some linux distributions. If you have any ideas, I'd appreciate it.
http://trac.sagemath.org/sage_trac/ticket/7387
This output is using the Sun linker, but others have similar issues with the GNU
linker.
Dave