On Sun, 18 Mar 2007, Rafael Almeida wrote: > On 3/18/07, Woodchuck <[EMAIL PROTECTED]> wrote: > > I would like to know which symbols are defined in a shareable > > object library, say libfoo.so.1.0. > > I think readelf might be what you want.
Yeah, that will dump out some useful stuff. Actually the problem is that the .so was from a port, and the library had been installed stripped. On an unstripped .so, nm works fine. Will a stripped .so even work as a library for ld? The one in question seems not to. Dave