Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
jonathan
Wed Mar 5 19:58:03 PST 1997
Update of /a/cvsroot/src/distrib/sets/lists/base
In directory netbsd1:/var/slash-tmp/cvs-serv28109
Modified Files:
md.pmax
Log Message:
* Add symlinks from lib<foo>.so.<major> to lib<foo>.so.<major>.<minor>.
When given -l<foo>, ld links against lib<foo>.so. Ld finds the version
number provided and written into the .so file by "-soname" when the
library was built, and writes that into the shared binary.
The -soname version we use is now lib<foo>.so.<major>.
At run-time, ld.so links against that file, so we need that symlink
as well as the lib<foo>.so symlink.
Home |
Main Index |
Thread Index |
Old Index