[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: installing Lua 5.1 on AIX 5.2
- From: Taj Khattra <taj.khattra@...>
- Date: Tue, 14 Feb 2006 12:04:10 -0800
> 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