首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >MEEP cygwin安装问题

MEEP cygwin安装问题
EN

Stack Overflow用户
提问于 2013-05-03 03:20:30
回答 1查看 1.2K关注 0票数 1

我正在尝试通过cygwin安装MEEP,我已经安装了所有必需的软件包,但是当我运行./configure时,我得到了以下错误消息:

代码语言:javascript
复制
configure: error: Couldn't find the required libctl library.

即使已经安装了libctl包!

EN

回答 1

Stack Overflow用户

发布于 2013-05-03 03:43:16

在这里找到的

http://www.physics.uc.edu/~thang/mm-cygwin.txt

代码语言:javascript
复制
Cygwin:
代码语言:javascript
复制
- Run Cygwin.exe and insntall Cygwin to  C:/cygwin
- Add g++, gnuplot, editting...packages


MEEP:

- Install guile (guile-1.8.3) (to /usr/local)
- Istall szip (szip-2.1) (to /usr/local)
- Install hdf5 (hdf5-1.6.6)
   -> /.configure --enable-cxx --with-szlib --prefix=/usr/local
      make
      make check (all tests must pass)
      make install
- Install h5utils (h5utils-1.10.1) (to /usr/local) (h5utils should see hdf5 library)
     --enable-cxx --with-szlib
- Install BLAS (to /usr/local)
     gunzip blas.tgz
     tar xf blas.tar
     f77 -c -O3 *.f   # compile all of the .f files to produce .o files
     ar rv libblas.a *.o    #  combine the .o files into a library
     su -c "cp libblas.a /usr/local/lib"   # switch to root and install
- Install lapack (lapack-3.1.1) (to /usr/local)
- Install harminv (harminv-1.3.1) (to /usr/local)
- Install libctl (libctl-3.0.2) (to /usr/local)
- Install meep (meep-1.10.1) (to /usr/local)
   -> /.configure --prefix=/usr/local (make sure that meep sees hdf5 library)
      make
      make check
      make install
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/16346071

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档