Troubleshooting
Static liblua.a not found under Arch Linux
Arch Linux does not package static libraries.
Fix
Added in
lrc v1.0.3
A simple workaround is to install a static version of Lua through LuaRocks:
> luarocks install liblua
# or
> luarocks install libluajit
Alternative
You may link against the shared version of Lua by specifying --liblua=shared.
Running lrc on MSYS/MinGW Windows
LuaRocks installs scripts as batch files on Windows (even if installed via pacman).
Fix
To run lrc from a MinGW terminal, call lrc.bat directly.