Re: How to find out the API coverage of Perl bindings



On 12.07.2009 09:35, Emmanuel Rodriguez wrote:
   nm --defined-only --extern-only blib/arch/auto/Champlain/Champlain.so |
grep XS
   nm --defined-only --extern-only /usr/lib/libchamplain-0.3.so | grep -v
'_get_type'

You could run `nm --undefined-only` on your bindings' Champlain.so to get a list of external symbols used. Apart perhaps from stuff from glibc and the Glib and Gtk2 bindings, these will exactly be those functions in libchamplain that you wrap.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]