lua-users home
lua-l archive

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


On Fri, 15 Apr 2011 13:41:52 +0200, Gaspard Bucher <gaspard@teti.ch>
wrote:
>Could you pastebin the output from "nm" on the shared object and on one of
>the dummy modules ?
>
>> nm sqlite3.so
>> nm dummy.so

Here goes (nm sqlite3.so is 42KB, so I only showed the beginning)

www.pastebin.com/cRSnAtbG

BTW, pardon my newbie question, but what are symbols in binary files?
The list of variables and function names?

Thank you.