[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Cross-platform way to compile a Lua module written in C
- From: Norman Ramsey <nr@...>
- Date: Mon, 19 Jul 2021 11:35:48 -0400
> Does anyone know if there is some tool that I can use to compile a ".c"
> Lua module to a dynamic library (".so" or ".dll), with all the
> appropriate compilation flags for the operating system?
I believe that GNU "libtool" may address this issue.
But buying into libtool means buying into the entire autoconf/automake
system. I personally can achieve the same effect by getting a brick
and hitting myself in the head with it.
Norman