lua-users home
lua-l archive

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


>     g++ -shared -Wl,-soname,libtuna.so.1 -o tuna.so -lc $(LOBJS) -lpthread -lrt -llua

This runs the risk of incluing a copy of the Lua library into your library.