[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Building lua-ev on OS X
- From: Alexander Gladysh <agladysh@...>
- Date: Mon, 19 Apr 2010 16:08:33 +0400
Hi, list!
I'm trying to build current lua-ev Git HEAD on OS X (10.6.3).
I've noted that CMake found a static library of Lua 5.1:
-- Found Lua51: /opt/local/lib/liblua.a
and linked ev.so with it.
(Previously it tried to use obsolete i386-only liblua5.1.dylib, which
it dug out of somewhere — but I've removed that file, it sat there
from 10.5 times.)
I believe that it is incorrect to link dynamic Lua modules with static
Lua libraries.
Alexander.