[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Tuna now in module form
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 14 Feb 2012 08:25:47 -0200
> 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.