lua-users home
lua-l archive

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


> 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