On Apr 24, 2008, at 7:06 PM, Michael Mrejen wrote: > > Ok. I am now completely lost.... > I've installed gfortran (GNU Fortran (GCC) 4.4.0 20080221 ). and > tried to compile again BLAS and LAPACK. BLAS went ok , but cannot do > make for LAPACK. of course I have copied libblas.a as written in the > guide and changed the make.inc file for LAPACK but I get errors: > > gfortran -o testsecond second_NONE.o secondtst.o > /usr/bin/ld: Undefined symbols: > ___dso_handle > _do_fio > _e_wsfe > _s_stop > _s_wsfe > collect2: ld returned 1 exit status > make[1]: *** [testsecond] Error 1
Those are libg2c functions, I believe. So probably you forgot to delete the .o files before recompiling. _______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

