lua-users home
lua-l archive

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


Hallo,

On 2/14/06, Taj Khattra <taj.khattra@gmail.com> wrote:
> > The result was that ".lua_pushnil" was unrecognized during "ld".  I am not
> > expert at all in C, but I do not understand how the "lua_pushnil" is seen
> > as undefined, given that its template appears in the included file, lua.h.
>
> just a wild guess: does adding the -brtl option help?
>
>     cc -brtl -qmkshrobj -o dummy.so dummy.c
>

     Actually, I think he wants -G -bnoentry:

http://www-128.ibm.com/developerworks/eserver/tutorials/linking102/linking102-3-3.html

--
-alex
http://www.ventonegro.org/