On Fri, Jan 16, 2004 at 01:56:47PM -0600, Pete wrote: > Does anyone know why nm won't dump symbols from shared objects built for and > installed by FC1? I can dump symbols from objects I build, but get a nm : > lib.so.x: no symbols error on objects in lib and lib64 dirs. I can link > against them though, so I'm just confused. rpmbuild strip(1)s libraries and binaries of normal symbols. Try the -D option of nm. Regards, Luciano Rocha