lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.