K 10 svn:author V 4 nate K 8 svn:date V 27 1995-03-18T06:50:00.000000Z K 7 svn:log V 295 Don't rely on the shared library bringing in libmd, do it explicitly. Change the library order so libcrypt is the last library in the list. libskey contains references to _crypt and can't resolve it unless -lcrypt occurs after it in the link command. This only occurs when linking statically. END