[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Using g77 or gfortran?



Thomas Weber writes:
> Hi, 
> 
> we (Octave maintainers in Debian) currently have a problem with GNU Octave, 
> related to gfortran. 
> Some important libraries (ATLAS, refblas, lapack, ...) are compiled using g77, 
> whereas we switched to gfortran. We are now facing 
> 	http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20178
> 
> My question: from the viewpoint of the gcc maintainers, what is the preferred 
> solution:
> a) We switch back to g77

that would be the immediate fix.

> or
> b) We use gfortran with the -ff2c option

c) compile all sources using gfortran and drop g77. Linking libraries
against libg2c and libgfortran doesn't work, so we will need to rename
library packages when we start building them using gfortran (discussed
on fortran@gcc.gnu.org). I will file bug reports for those
packages. We should start using gfortran-4.2, after that is the
default gfortran compiler.

  Matthias



Reply to: