Shared libraries: what functions are dynamically linked in?
john.urban
urban at cbnewsl.att.com
Tue Apr 23 07:17:32 AEST 1991
In article <47601 at ut-emx.uucp> pefv700 at perv.pe.utexas.edu writes:
>
>Since shared libraries have been discussed in this newsgroup...
>
>How can I find out what functions have been dynamically linked in an
>executable?
>
>Thanks.
You can see what functions whould be linked in by typing in:
mn /usr/lib/libc.so.1
To see which executables are using dynamic shared libraries, type in:
mcs -p -n .interp full_path_name
At least this is how it works on: AT&T UNIX System V/386 Release 4.0
Sincerely,
John Urban
More information about the Comp.unix.wizards
mailing list