lua-users home
lua-l archive

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


> don't actually have an OSX platform to test on so I don't know how
> well/if it works yet.

It does not work for me (Lion):

$ make
g++ -O2 -Werror -Wall -MD -Isrc -c -o  objs/tuna.o src/tuna.cpp
src/tuna.cpp:27: error: thread-local storage not supported for this target

Do I have to do something special to compile under OSX?