/Library/Developer/CommandLineTools/usr/bin/ranlib: archive member: liblua.a(lapi.o) offset in archive not a multiple of 8 (must be since member is an 64-bit object file)
ranlib liblua.a
On 1 Jul 2023, at 13:27, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:23 lua-5.4.6: make test
./lua -v
make[1]: *** [test] Killed: 9
This is the first time I hear about this. I don't have access to M1 or M2 Macs.
It seems you need to remove the binary before recreating or copying
it, as per this thread:
https://apple.stackexchange.com/a/428388/22769
On 1 Jul 2023, at 13:27, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:23 lua-5.4.6: make test
./lua -v
make[1]: *** [test] Killed: 9
This is the first time I hear about this. I don't have access to M1 or M2 Macs.
It seems you need to remove the binary before recreating or copying
it, as per this thread:
https://apple.stackexchange.com/a/428388/22769