On Fri, Nov 15, 2002 at 08:00:23PM +0000, Geoff wrote:
> [EMAIL PROTECTED]:~ > nm -p /usr/lib/libz.a | egrep gzgets
> 000015ac T gzgets

What does the command

        find / -name 'libz.*' -print

report?

If it reports any other libz.a or libz.so files, what does the command

        nm -p {pathname of other libz file} | egrep gzgets

report?

Reply via email to