Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!pacbell.com!att!cbnews!cbnewsl!urban From: urban@cbnewsl.att.com (john.urban) Newsgroups: comp.unix.wizards Subject: Re: Shared libraries: what functions are dynamically linked in? Message-ID: <1991Apr22.211732.3896@cbnewsl.att.com> Date: 22 Apr 91 21:17:32 GMT References: <47601@ut-emx.uucp> Distribution: usa Organization: AT&T Bell Laboratories Lines: 21 In article <47601@ut-emx.uucp> pefv700@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