| 查看: 469 | 回复: 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 ] |
» 猜你喜欢
求助:三乙酰丙酮铁(Fe(acac)₃)标准红外(IR)与XRD谱图/数据
已经有1人回复
分子动力学 Plumed教程求助
已经有0人回复
物理化学论文润色/翻译怎么收费?
已经有202人回复
研究生学术新锐奖|宁波微纳材料研讨会参会通知
已经有2人回复
申请2027年材料/化学类博士
已经有6人回复
求相关合成条件
已经有12人回复
2027春季申博自荐
已经有6人回复
青基的材料青椒们,可以把硕士联培生送我这里,要研二男生
已经有67人回复
申博
已经有2人回复

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

3楼2008-06-27 21:32:02









回复此楼