[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Building lua dylib on Mac OS X 10.4
- From: Asko Kauppi <askok@...>
- Date: Mon, 25 Sep 2006 22:35:57 +0300
Can you use fink?
[iMac:~] asko% fink apropos lua
lua 5.0.2-1003 Small,
compilable scripting language
lua-shlibs 5.0.2-1003 lua shared
libraries
i lua51 5.1.1-11 Small and fast
embeddable scripting language
i lua51-dev 5.1.1-11 Files needed
to make Lua/C bindings
i lua51-shlibs 5.1.1-11 Shared
libraries for linking Lua 5.1 engine into an application
[iMac:~] asko% ls -al /sw/lib/liblua*
-rwxr-xr-x 1 root admin 186348 Sep 9 23:13 /sw/lib/liblua.
5.1.1.dylib
lrwxr-xr-x 1 root admin 26 Sep 9 23:17 /sw/lib/liblua.
5.1.dylib -> /sw/lib/liblua.5.1.1.dylib
-rw-r--r-- 1 root admin 299920 Sep 10 22:58 /sw/lib/liblua.a
lrwxr-xr-x 1 root admin 26 Sep 9 23:17 /sw/lib/liblua.dylib -
> /sw/lib/liblua.5.1.1.dylib
sudo fink install lua51-shlibs
If it does not work for you, take contact. No issues known. :)
-asko
Ryan Raaum kirjoitti 23.9.2006 kello 19.40:
Hi,
Does anyone have a patch for the 5.1.1 Makefile to build dynamic
libraries on Mac OS X?
As far as I can tell, the standard Makefile is only configured to
build a static liblua.a and I need the dynamic libs. I've started
hacking together the required modifications, but Makefile
manipulations are _not_ one of my strengths ... so if anyone out
there has successfully made these modifications, I'd be very
grateful if you would be willing to share a patch! :)
Thanks,
Ryan