Re: Tuna now in module form
[
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: 2012年2月14日 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.