> Any ideas what is going wrong here? libgfortran/selected_int_kind.inc has very likely been corrupted, which would mean that your Fortran compiler is non-functional. It should contain
integer, parameter :: c = 3 type (real_info), parameter :: real_infos(c) = (/ & real_info (4, precision(0.0_4), range(0.0_4)), & real_info (8, precision(0.0_8), range(0.0_8)), & real_info (10, precision(0.0_10), range(0.0_10)) /) or something along these lines. -- Eric Botcazou