[992] in Athena Bugs
(VS2) Version 6.0R: ld(1) man page
daemon@ATHENA.MIT.EDU (John T Kohl)
Tue Sep 20 09:00:23 1988
Date: Tue, 20 Sep 88 08:59:54 EDT
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
System type, version: (VS2) Version 6.0R
System name: lycus
What's wrong:
The man page says libraries are loaded from /lib, /usr/lib, and
/usr/local/lib:
-lx This option is an abbreviation for the library name
`libx.a', where x is a string. Ld searches for
libraries first in any directories specified with -L
options, then in the standard directories `/lib',
`/usr/lib', and `/usr/local/lib'. A library is
searched when its name is encountered, so the placement
of a -l is significant.
What should have happened:
It should mention that at Athena we added in /usr/athena/lib before
/usr/local/lib in the normal search path.