Removed now very out-of-date sentence about need to link shared

libraries with -lc.
This commit is contained in:
Michael Kerrisk 2007-05-21 10:08:45 +00:00
parent e754087acc
commit 9e92e193ee
1 changed files with 3 additions and 3 deletions

View File

@ -72,10 +72,10 @@ determining which versions should have their links updated.
.B ldconfig
will attempt to deduce the type of ELF libs (ie. libc5 or libc6/glibc)
based on what C libs, if any, the library was linked against.
.\" FIXME The following sentence looks suspect
.\" The following sentence looks suspect
.\" (perhaps historical cruft) -- MTK, Jul 2005
Therefore, when making dynamic libraries,
it is wise to explicitly link against libc (use \-lc).
.\" Therefore, when making dynamic libraries,
.\" it is wise to explicitly link against libc (use \-lc).
.PP
Some existing libs do not contain enough information to allow the deduction of
their type.