[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: ANN: luacheia alpha1 release
- From: Diego Nehab <diego@...>
- Date: Tue, 5 Aug 2003 15:25:34 -0400 (EDT)
Hi,
> We currently make one change to the stock Lua5, which is to extend
> "loadlib()" so that it supports dylib's under OSX. So far none of the
> included modules rely on loadlib() so that's not really an obstacle.
Just out of curiosity, what did you have to change to get loadlib to
work? I am using the dlcompat here and I think it works fine. Except, of
course, for the damn "_" in the beginning of exported function names,
but that can be taken care of in a startup module written in Lua.
[]s,
Diego.