[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How should I set up C + Lua modules
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 18 Feb 2011 11:43:42 -0200
> error loading module 'aes.core' from file 'lib/aes/core.so':
> lib/aes/core.so: undefined symbol: lua_pushstring
I think this has been mentioned here but did you build the host program with
"-Wl,-E" or equivalent so that the Lua API in the library linked in the
hos is seen by dynamically loaded modules?