我对ubuntu环境和moses都是新手,我试着安装moses和boost,但是当我试图在摩西目录上运行以下命令时,我发现了以下警告,请帮助我做什么?
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发布于 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配置编译器的说明。
https://askubuntu.com/questions/885722
复制相似问题