Hi Jelle, It should work but fortran and autotools have always been a pain to support... The simplest way would be to uninstall your gfortran ;)
You can also try to remove the "AC_PROG_F77" line in the configure.in script and then run "autoreconf" and then the ./configure . I'm not sure it will work. You can also have a look the config.log, there should be some more information about what is failing with your gfortran -- Julien Quoting Jelle Feringa <[EMAIL PROTECTED]>: > > Dear Sébastien, Julien, > > I'm trying to compile the python bindings of GetFem++ as well, though > I haven't managed to get around the ./configure part yet. > Basically, gfortran is messing up along the way. Is GetFem++ known to > work with this compiler? If so, what could I do to resolve this > linking issue? > > Many thanks in advance, > > -jelle > > > checking for Fortran libraries of gfortran... -L/usr/local/lib/gcc/ > i686-apple-darwin8/4.2.1 -L/usr/local/lib/gcc/i686-apple- > darwin8/4.2.1/../../.. -lblas -lg2c -lgfortranbegin -lgfortran > checking for dummy main to link with Fortran libraries... unknown > configure: error: linking to Fortran libraries from C fails > See `config.log' for more details. > brutus:getfem++-3.0.3 jelleferinga$ > > _______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users
