[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [LuaSQL 2.2.0] ls_sqlite3.c: error: expected expression before / token
- From: Gilles Ganault <gilles.ganault@...>
- Date: Fri, 15 Apr 2011 20:23:25 +0200
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.