lua-users home
lua-l archive

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


To follow up: the problem lies in the fact that lua binary is linked
without '-pthread' flag. Any call to 'pthread_create' will hang in this
case. Adding '-pthread' as one of the compiler arguments seems to solve
the problem.