Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用cygwin在Windows平台上使用机器翻译工具Moses。我从 Cygwin 安装了“boost”库(/cygwin64/lib/ 下的 libboost_XXX.dll.a)。
当我尝试编译 mosesdecoder 时(我已将其复制到 cygwin 文件夹下),但出现如下错误:“似乎未安装 boost 或 g++ 被混淆”
有谁知道问题可能是什么?
谢谢。