[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.1.3-rc3 now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 19 Jan 2008 09:36:08 -0200
> The permissions seem a bit weird here - almost every file in src/ is read-only.
Oops, sorry about that. It'll be fixed for rc4. Thanks.
> Also, I have a second request: with recent versions of OS X, the
> "dyld" stuff has been deprecated and you're supposed to use dl (just
> like on Linux) now.
>
> What about renaming the current "macosx" to "macosx_old" and creating
> a new target that does use dl and readline?
Like I said before, minor releases are strictly bug-fix. This issue will
certainly be considered for Lua 5.2, but we don't have time to test it
thoroughly for 5.1.3.
For Mac OS X 10.4+, you can use this target in src/Makefile:
macosx:
$(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-lreadline"
--lhf