>>>>> On Tue, 27 Jun 2000 10:30:29 -0400, Eugene Kanter <[EMAIL PROTECTED]> 
>said:

  Eugene> nm shows all symbols, but linker complains. I guess we will need to wait
  Eugene> until libtools gets up to speed with latest AIX.

Yep, nm shows the symbols in a static library, so you could try linking that
way by passing something like -bnso to cc (on AIX, a single library file can
typically be used for both static and shared linking).  The shared library
symbols are in a completely separate table, which is listable using dump -T.

__Martin

Reply via email to