lua-users home
lua-l archive

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


Hi Lua community...

I want to build LuaLanes 2.0.10 on Linux (with Lua 5.1.5). No problem to compile it, but upon requiring 'lanes' one gets:

./lua: error loading module 'lanes' from file './lanes.so':
    ./lanes.so: undefined symbol: pthread_mutexattr_settype

How can I resolve this?

-Wolfgang