安装package出问题
系统fedora 8 ,使用make ,gmake都是一样,是因为csh没有安装吗?还是别的地方出了问题?
[root@localhost src]# gmake yes-all
gmake[1]: Entering directory `/root/soft/lammps/src'
Installing package asphere
/bin/sh: line 4: csh: command not found
gmake[1]: *** [yes-asphere] 错误 127
gmake[1]: Leaving directory `/root/soft/lammps/src'
gmake[1]: Entering directory `/root/soft/lammps/src'
gmake: *** [yes-class2] 错误 127
刚才查了一下,确实是因为fedora 8 中没有csh,安装完csh 后,错误消失
但是运行命令make yes-all,没问题,之后,make serial,lammps编译无法成功,出现下面的错误:
fix_poems.cpp:24:23: 错误:workspace.h:没有那个文件或目录
make[1]: *** [fix_poems.d] 错误 1
make[1]: Leaving directory `/root/soft/lammps-21May08/src/Obj_serial'
make: *** [serial] 错误 2
如果只安装package 中的class2,编译可以完成。
这些package 对lammps编译有什么影响?
[ 本帖最后由 fatcharm 于 2008-6-29 18:28 编辑 ]
搜索更多相关主题的帖子:
package