进行并行处理-j命令 [英] Make parallel processing -j command

查看:92
本文介绍了进行并行处理-j命令的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图使用-j2命令在makefile中并行运行进程.一切都很好,直到我在进行存档"时得到了这个

I was trying to run processes parallel in a makefile with -j2 command. Everything thing was fine till i got this while "Make archive"

/opt/sunstudio12.1//bin/CC +w -DSOLARIS_THREADS -i -DRW_NO_STL \
    -U__LP64__ -library=%none,iostream,no%Cstd -D_USE_SMARTHEAP_ \
    -DNO_SYBASE -mt -DRW_MULTI_THREAD -D_REENTRANT -g -DTINY_DEBUG \
    -DRWDEBUG=1 -URW_HEADER_WITH_EXTENSION -DMEM_DEBUG=1 -xtarget=generic \
    -m64 -I/opt/sunstudio12.1/prod//include/CC/rw7/ \
    -I/view/grvobad2_mm71_lsv/vobs/bgw/BGwSOURCE/common/mrl \
    -I/view/grvobad2_mm71_lsv/vobs/bgw/BGwSOURCE/common/sharedmemory \
    -I/view/grvobad2_mm71_lsv/vobs/bgw/BGwSOURCE/common \
    -I/view/grvobad2_mm71_lsv/vobs/bgw/BGwSOURCE/database \
    -I/view/grvobad2_mm71_lsv/vobs/bgw/BGwSOURCE -I/opt/oracle/10//rdbms/demo \
    -I/opt/oracle/10//rdbms/public -I/opt/oracle/10//plsql/public \
    -I/opt/oracle/10//network/public \
    -I/vobs/bgw/sw-3pp-cm/emm3/SunOS/pgsql/7.1.3/include \
    -I/vobs/bgw/sw-3pp-cm/mm70/x86/tcl/tcl-8.5.7/unix/include \
    -I/vobs/bgw/sw-3pp-cm/mm70/x86/libcurl/libcurl-7.19.5/include \
    -I/opt/sunstudio12.1/prod//include/CC/rw7 \
    -I/vobs/bgw/sw-3pp-cm/mm70/x86/SmartHeap_9smp//include \
    -I/vobs/bgw/sw-3pp-cm/mm70/x86/pccts/include \
    -o _tdebug/solarisx64/AParser.o \
    -c AParser.cc

现在这实际上是什么意思.对我来说一切都是希腊的.这里出现了某种问题,但是由于无法理解该消息,所以我无法理解该问题.有人可以帮我吗?.

Now what does this actually mean. It is all greek to me. There has been some sort of a problem here but since the message is not comprehendable , i am not able to decipher the problem. Can anybody help me with this?.

推荐答案

缺少实际的错误消息,您的帖子仅显示了用于编译源文件AParser.cc的命令行参数.

The actual error message is missing, your post only shows the command line arguments used for compiling the source file AParser.cc

例如,将并行构建与make -j2一起使用时,可能很难找到实际的错误消息.但是,如果仅键入make,则错误也应直接显示在输出的末尾.请发布此输出以获取更多信息.

When using parallel builds with for example make -j2 the actual error messages can be hard to find. However, the error should also show up directly at the end of the output if you type just make. Please post this output for more information.

这篇关于进行并行处理-j命令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆