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 . . . /usr/bin/ld: Undefined symbols: ___dso_handle _do_fio _e_wsfe _s_copy _s_wsfe _s_cat _e_rsfe _e_wsle _s_cmp _s_rsfe _s_stop _s_wsle _do_lio _e_rsle _f_clos _s_rsle _etime_ collect2: ld returned 1 exit status make[2]: *** [../xlintsts] Error 1 make[1]: *** [xlintsts] Error 2 make: *** [lapack_testing] Error 2 What's wrong with me? my other compilers version: i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5250) i686-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5250) PLEASE HELP!!!!!!!! Michael On Thu, Apr 24, 2008 at 6:37 PM, Steven G. Johnson <[EMAIL PROTECTED]> wrote: > On Apr 24, 2008, at 5:06 AM, Michael Mrejen wrote: > > > > If finally I decide to go for gfortran, what would be the ./configure > > command? (F77 is no more relevant) > > use ./configure F77=gfortran > > > _______________________________________________ > meep-discuss mailing list > [email protected] > http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss >
_______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

