On Apr 23, 2008, at 3:35 PM, Michael Mrejen wrote: > You are right. beside installing Xcode from apple (which includes > some version of gcc if i am right), I've just installed g77 3.4 > provided by http://hpc.sourceforge.net/. they provide also a gcc > package but it contains gfortran (F95). which gcc and g++ should I > install then? > thanks again for the help
Very recent versions of gcc have switched to gfortran instead of g77. This is fine; just compile any fortran code (LAPACK etc.) with gfortran. The important thing is to be consistent when it comes to compiler versions. _______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

