[2147] in Kerberos_V5_Development
Re: thoughts about shared library build process
daemon@ATHENA.MIT.EDU (Mark Eichin)
Sun Dec 29 13:38:17 1996
To: "Theodore Y. Ts'o" <tytso@MIT.EDU>
Cc: Tom Yu <tlyu@MIT.EDU>, krbdev@MIT.EDU
From: Mark Eichin <eichin@MIT.EDU>
Date: 29 Dec 1996 13:38:00 -0500
In-Reply-To: "Theodore Y. Ts'o"'s message of Sun, 29 Dec 1996 09:54:55 -0500
interesting. We should of course continue to mention all the
libraries on the link line -- XFree makes the mistake of assuming it
can only mention a few of them, and it *almost* works. Turns out that
under sunos, only the *mentioned* libraries are searched in the rpath;
the others have to be findable via ld_library_path...