编译时出现的问题 liboctomap.so: undefined reference to `std::basic_istream<char, std::char_traits<char> >& std::operator>><char, std::char_traits<char>, std::allocator<char> >(std::basic_istream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_tra...
我正在尝试编译这个C代码以获取一个dll: #include<windows.h>#include<lauxlib.h>#include<lua.h>/***//* 函数 *//***//* helloluatex_greetings */staticinthelloluatex_greetings(lua_State *L){printf("Hello to LuaTeX from the world's smallest DLL!");return0; }/***//* Lua名称到C函数 ...