lua-users home
lua-l archive

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


On 14 June 2017 at 16:35, Sean Conner <sean@conman.org> wrote:
>   -spc (Who thinks that executables should also be shared libraries ... )


They can be (on ELF systems)! Just pass `-pie` (and -fPIC, and
probably -Wl,-E unless you use a linker script etc) to gcc.