Jeff Trawick wrote: > Danek Duvall wrote: . > >> I also see that the library is linked against libsendfile >> and libuuid, which are also unused -- perhaps -z ignore on the link >> would >> help? > > I'll experiment with that separately. (The libsendfile issue at least > has a more appropriate solution.)
It turns out that "ldd -u" is not sufficient for detecting unused libraries. libsendfile really is unused; libuuid isn't. "ldd -u -r" might be the solution; I'll start redoing that analysis tomorrow morning.