0,按照trimaran-4.0-manual.pdf给出的过程安装。
1,在/trimaran/openimpact/下,打开install_openimpact脚本,按照脚本中的顺序来执行命令。aclocal失败,因为是新装的系统。安装automake1.7后,再次执行aclocal成功。
注意到手册中的Software Requirements中automake version 1.7(may require this exact version)。
autoconf成功。
automake成功。
./configure成功。
最后的提示信息为:
- ...
- checking for ...
- checking for utime... yes
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating include/config.h
- config.status: executing depfiles commands
- configure: writing oicc version info.
make clean提示rm -f src/../../*.o等信息。
make && echo "IMPACT Installation Complete".
---编译中----
终于看到了期待的"IMPACT Installation Complete"。回想之前的莫名奇妙的错误,应该是automake1.7起了关键作用。
2,继续:
cd ../elcor; make
出现错误:/root/trimaran/openimpact/scripts/hc:命令未找到。
大意了,之前未修改envrc.bash中的TRIMARAN_ROOT参数(不知上面的编译用到没,各种迹象推测应该是没有用到,暂先忽略),现过去修改一下,重新source envrc.bash。再来!
——编译中——
Bingo,看到了ELCOR complete并自动跳回了Shell,成功。
3,继续:
cd ../simu; make
——编译,好慢,等——
"SIMU complete",成功!
(下次便可以试用一下了,并可以试装一下可选的图形界面包)
阅读(1153) | 评论(2) | 转发(0) |