You may also need gfortran -fallow-argument-mismatch argument to avoid the problem in src/library/stats/src/lminfl.f, where the same variable, double precision dummy, is used for an array argument and a scalar argument for dqrsl(). Declaring 'dummy' as a length-1 array should also work. -- Best regards, Ivan