| 查看: 472 | 回复: 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 ] |
» 猜你喜欢
电催化氧化技术处理高盐难降解废水具备独特优势
已经有0人回复
求问:LATP煅烧应该使用什么容器?
已经有0人回复
物理化学论文润色/翻译怎么收费?
已经有103人回复
电化学水处理四种主流阳极材料性能与工况适配性对比探讨
已经有0人回复
深圳理工大学-深圳大学联合培养项目2027年接收推荐免试研究生
已经有2人回复
铁离子电池求助
已经有0人回复
想问为什么自制半电池循环只有50圈?
已经有0人回复
硕士研究生全国统考 英语二真题合集
已经有0人回复
2027年申博自荐信
已经有0人回复
电催化、芬顿、臭氧三大高级氧化工艺工程优缺点横向对比
已经有0人回复

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









回复此楼
10