Mike Friedman <[EMAIL PROTECTED]> writes: > Thanks, that fixed it! I must say, I didn't even know about the -R > option to gcc and can't find it in the gcc man page. What does -R do > anyway?
> I had just assumed that the '-L/usr/local/kerberos/lib' would be > sufficient to tell the linker where to find the libraries. Why did only > libk5crypto have a problem and not, for example, libkrb5? <http://www.eyrie.org/~eagle/notes/rpath.html> tries to explain all this. I'm pretty sure it was complaining specifically about k5crypto just because it was first and would have had trouble with the others as well. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
