| 查看: 473 | 回复: 2 | |||
| 当前主题已经存档。 | |||
| 当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖 | |||
cloudsea163金虫 (著名写手)
|
[交流]
[求助]linux下如何安装grace 求高手指点
|
||
|
我在安装grace 进行./configure, 出现如下错误: checking X11/xpm.h usability... yes checking X11/xpm.h presence... yes checking for X11/xpm.h... yes checking for a Motif >= 1002 compatible API... no configure: error: M*tif has not been found 于是我下载了一个lesstif进行了安装 在/usr/X11R6/lib里有了libXbae.so.6.2 但是 configure的时候还是出错,望高手指点。 [ Last edited by cloudsea163 on 2008-7-1 at 18:15 ] |
» 猜你喜欢
伦敦大学学院Benjamin Moss博士招收人工智能、原位光谱、催化相关26年博士生
已经有11人回复
分子动力学模拟合作需求
已经有4人回复
物理化学论文润色/翻译怎么收费?
已经有203人回复
中国科学院成都山地灾害与环境研究所2026年特别研究助理(博士后)招聘启事
已经有0人回复
湖北文理学院材料与化工专硕还有调剂名额,欢迎大家推荐考生!
已经有1人回复
湖南大学刘巧玲课题组2026年博士研究生招生信息
已经有28人回复
南方科技大学表面催化反应动力学研究课题组招收2026届博士生
已经有1人回复
北京邮电大学物理学院老师招收博士生
已经有3人回复
Comsol 6.0 桶内肥料产热产湿过程模拟求助
已经有1人回复
大湾区大学刘天辉课题组招收2027级博士生(与中山大学物理学院联合培养)
已经有65人回复

cloudsea163
金虫 (著名写手)
- 应助: 1 (幼儿园)
- 金币: 22.2
- 散金: 847
- 红花: 2
- 帖子: 1539
- 在线: 129.5小时
- 虫号: 508812
- 注册: 2008-02-22
- 性别: GG
- 专业: 能源化工

3楼2008-06-27 21:32:02
gwdavid
木虫 (著名写手)
小木虫散兵坑坑长
- 应助: 0 (幼儿园)
- 贵宾: 0.522
- 金币: 4097.7
- 散金: 1548
- 红花: 57
- 帖子: 1768
- 在线: 151.2小时
- 虫号: 514002
- 注册: 2008-02-28
- 性别: GG
- 专业: 生化分析及生物传感
★ ★ ★ ★
cloudsea163(金币+2,VIP+0):谢谢!
lei0736(金币+2,VIP+0):十大“耐思”版主评选欢迎参与投票 http://emuch.net/bbs/viewthread.php?tid=845527&fpage=1
cloudsea163(金币+2,VIP+0):谢谢!
lei0736(金币+2,VIP+0):十大“耐思”版主评选欢迎参与投票 http://emuch.net/bbs/viewthread.php?tid=845527&fpage=1
|
我看了,大体意思就是所需要的motif不是你下载的,指向有错误,这个是系统有的,需要帮助configure来找到这个库文件,方法就是为./configure加参数,你可以试试。 具体如下: The configure for grace is looking for a Motif compatible library, not for a Windowing software. Motif and Lesstif are both refering to the Windowing software and the name of the library. Lesstif is probably installing a Motif compatible library as well, possibly from openmotif. The required library is libXm.a (static) or libXm.so (shared). The usual place for this library is in /usr/X11R6/lib. In case the configure does not find the required library, it is necessary to instruct it to look in the correct place. I use the following prefix to the configure in order to let it know where to look for the required library and include files: ./configure --prefix=/sasbuild/local \ --enable-grace-home=/sasbuild/local/grace_5.1.20 \ --with-extra-incpath=/sasbuild/local/fftw_2.1.3/include:/usr/X11R6/include/Xm \ --with-extra-ldpath=/sasbuild/local/fftw_2.1.3/lib \ --with-fftw-library=/sasbuild/local/fftw_2.1.3/lib/libfftw.a \ --with-motif-library=/usr/X11R6/lib/libXm.a Look at the third line and the last one. The tell the configure to look for includes for Motif in /usr/X11R6/include/Xm and for the Motif compatible library in /usr/X11R6/lib/libXm.a. The rest of the configure prefixes shown above are self-explanatory and obviously allow us to build grace in a different directory to the usual default which is /usr/local. The configure command shown above is what I use in fact to build our grace software. Notice that in our case we use the FFTW software as well, as part of the building process for grace. In case the Lesstif software does not include the Openmotif library, you can download the Openmotif package or build it from source code as well. |

2楼2008-06-27 20:09:13









回复此楼
10