|
$ nm -g target/debug/rlua | grep lua_gettop000000000000dd63 T lua_gettop
```
On Linux, the error is "undefined symbol: lua_gettop", but as you can
see the grep output seems to clearly show it as being available. So I
am not sure where the problem is exactly.