首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >警告:没有配置工具集。

警告:没有配置工具集。
EN

Ask Ubuntu用户
提问于 2017-02-21 11:04:19
回答 1查看 463关注 0票数 0

我对ubuntu环境和moses都是新手,我试着安装mosesboost,但是当我试图在摩西目录上运行以下命令时,我发现了以下警告,请帮助我做什么?

代码语言:javascript
复制
administrator@HPC-Lab-2:/home/samrawit/moses/moses/mosesdecoder$ ./bjam --with-boost=~/home/samrawit/moses/moses/boost_1_55_0 -j4
ln: failed to create symbolic link ‘CreateProbingPT2’: File exists
warning: No toolsets are configured.
warning: Configuring default toolset "gcc".
warning: If the default is wrong, your build may not work correctly.
warning: Use the "toolset=xxxxx" option to override our guess.
warning: For more configuration options, please consult
warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
NOT BUILDING MOSES SERVER!
Performing configuration checks

    - Shared Boost             : yes (cached)
    - Static Boost             : yes (cached)
Not building Moses2
...patience...
...patience...
...found 4726 targets...
SUCCESS
EN

回答 1

Ask Ubuntu用户

发布于 2017-02-21 15:29:55

这篇文章的实际问题是什么?根据您提供的输出,任务似乎已成功完成。

警告通常不是错误,而是可能有助于解决潜在问题的重要消息。有关在LINUX中使用的不同日志级别的说明,请参见https://stackoverflow.com/questions/2031163/when-to-use-the-different-log-levels

若要删除警告,应按照消息http://www.boost.org/build/doc/html/bbv2/overview/configuration.html中提供的url配置编译器的说明。

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/885722

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档