MEEP cygwin install issue -
i'm trying install meep through cygwin, have required packages installed, when run ./configure
following error message:
configure: error: couldn't find required libctl library.
even though libctl package installed!
found off here
http://www.physics.uc.edu/~thang/mm-cygwin.txt
cygwin:
- run cygwin.exe , insntall cygwin 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 of .f files produce .o files ar rv libblas.a *.o # combine .o files library su -c "cp libblas.a /usr/local/lib" # switch root , 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 meep sees hdf5 library) make make check make install
Comments
Post a Comment