lua-users home
lua-l archive

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


Currently shared libraries aren't done because (as I understand it)
it's tricky to build a shared library for each platform -- and libtool
is a dependency PUC-Rio doesn't want for its complexity.  If one were
to make a shared library target for Linux, this is how one might do
symbol versioning like glibc: http://www.trevorpounds.com/blog/?p=33