Hello, I installed meep 0.20.3 on cygwin and although everything compiled OK, I get a segmentation fault when I run meep:
$ meep Segmentation fault (core dumped) I also get the same when I do a make check: $ make check Making check in src make[1]: Entering directory `/home/root/mpb/meep-0.20.3/src' make check-am make[2]: Entering directory `/home/root/mpb/meep-0.20.3/src' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/home/root/mpb/meep-0.20.3/src' make[1]: Leaving directory `/home/root/mpb/meep-0.20.3/src' Making check in libctl make[1]: Entering directory `/home/root/mpb/meep-0.20.3/libctl' make check-am make[2]: Entering directory `/home/root/mpb/meep-0.20.3/libctl' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/home/root/mpb/meep-0.20.3/libctl' make[1]: Leaving directory `/home/root/mpb/meep-0.20.3/libctl' Making check in tests make[1]: Entering directory `/home/root/mpb/meep-0.20.3/tests' make check-local make[2]: Entering directory `/home/root/mpb/meep-0.20.3/tests' /bin/sh ../libtool --tag=CXX --mode=link g++ -g -L/usr/local/lib -o bench.da c bench.o ../src/libmeep.la -lhdf5 -lz -lgsl -lgslcblas -L/usr/local/lib -L/usr/ lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../.. -lharm inv -llapack -lblas -lm -lfrtbegin -lg2c -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lfftw3 -lm g++ -g -o bench.dac.exe bench.o -L/usr/local/lib ../src/.libs/libmeep.a /usr/lo cal/lib/libhdf5.a -lz /usr/local/lib/libgsl.a /usr/local/lib/libgslcblas.a -L/us r/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../.. /usr /local/lib/libharminv.a -llapack -lblas -lfrtbegin /usr/lib/gcc/i686-pc-cygwin/3 .4.4/libg2c.a -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 /usr/local/lib/l ibfftw3.a ./bench.dac make[2]: *** [bench.done] Segmentation fault (core dumped) make[2]: Leaving directory `/home/root/mpb/meep-0.20.3/tests' make[1]: *** [check-am] Error 2 make[1]: Leaving directory `/home/root/mpb/meep-0.20.3/tests' make: *** [check-recursive] Error 1 Any hints? Ali _______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

