Message-ID: <20241212192826.0f5610f5@arachnoid>
Date: 2024-12-12T16:28:26Z
From: Ivan Krylov
Subject: R3.4 on Debian12
In-Reply-To: <BY5PR02MB667563B27F7F1B4581584DAFF93F2@BY5PR02MB6675.namprd02.prod.outlook.com>
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