[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: installing Lua 5.1 on AIX 5.2
- From: Alex Queiroz <asandroq@...>
- Date: Wed, 15 Feb 2006 10:37:12 -0300
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/