Hi everyone,

I am trying to install meep (meep-0.10) on Cygwin(Cygwin.dll-1.5.24-2).
Before compiling meep, the following libraries were installed.
 hdf5-1.8.0-beta2
 szip-2.0
 libctl-3.0.2
 zlib-1.2.1
 harminv-1.3.1
After configure and make of meep were done, I executed "make check".
Thus, the following error occured.
---------------------------------------------------
Making check in src
.
.
Passed convergence test with anisotropic dielectric averaging!
touch convergence_cyl_waveguide.done
if 
g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../src -I/usr/local/include 
-I/nonexistent/include 
  -O2 -malign-double -march=pentiumpro -MT cylindrical.o -MD -MP -MF 
".deps/cylindrical.Tpo" -c -o cylindrical.o cylindrical.cpp; \
 then mv -f ".deps/cylindrical.Tpo" ".deps/cylindrical.Po"; else rm -f 
".deps/cylindrical.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CXX --mode=link 
g++  -O2 -malign-double -march=pentiumpro  -L/usr/local/lib -o 
cylindrical.dac cylindrical.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/../../.. -lharminv -llapack -lblas -lm  
-lfrtbegin -lg2c -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32   -lfftw3 
 -lm
g++ -O2 -malign-double -march=pentiumpro -o cylindrical.dac.exe 
cylindrical.o  -L/usr/local/lib ../src/.libs/libmeep.a 
/usr/local/lib/libhdf5.a -lz /usr/lib/libgsl.dll.a 
/usr/lib/libgslcblas.dll.a -L/usr/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/libfftw3.a
./cylindrical.dac
make[2]: *** [cylindrical.done] Error 53
rm cylindrical.o convergence_cyl_waveguide.o bragg_transmission.o
make[2]: Leaving directory `/home/mori/soft/meep-0.10/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/mori/soft/meep-0.10/tests'
make: *** [check-recursive] Error1
---------------------------------------------------

I don't know how to fix this problem.
Anyone has already got such a problem or have any idea how to solve it?

Regards
Toshifumi Moriyama 



_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

Reply via email to