GAMIT 安装 Make sure the common libraries are curren
重新安装gamit出现下面错误
++++++++++++++++++++++++++++++++++++++++++
Make sure the common libraries are current
++++++++++++++++++++++++++++++++++++++++++
Running unimake to create Makefile for comlib
System name: Linux jeydragon-VirtualBox 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686 i686 i386 GNU/Linux
System release number translated to 3205
其实解决方法很简单,在Makefile.Config文件中,将
# ----- for Linux from 0.0.1 to 3.0.0 -- #
OS_ID Linux 0001 3000
更改为:
# ----- for Linux from 0.0.1 to 3.0.0 -- #
OS_ID Linux 0001 3205
后面的数字 System release number translated to 3205 中一样就行

本文介绍了在Linux环境下重新安装GAMIT软件时遇到的错误提示,并提供了解决方案。通过修改Makefile.Config文件中的OS_ID值以匹配系统版本号,成功解决了安装过程中出现的common libraries版本问题。
3151

被折叠的 条评论
为什么被折叠?



