From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E10823858C53; Thu, 2 Feb 2023 17:54:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E10823858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675360466; bh=YcUqKIv4uN/VuyN73jrVP7PnGBQh/QnCYjbNqFARLao=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dD45ACMNW1451AB5vxcVfJoFMde0s98yMUdGwDIImSM3hQlJ4NWjELhiF14Drh4gI +oV6MHr/AwaKD1Uj7liUgJbm3k1/fBq9M/7YHfQOTmywv26uS0D8D6ONWSvTp8BjKG icCuhlyDXpOOYCqwT9PrA+EIiM66+/wqemFoBRNc= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/108641] Hooking MS-MPI system into the NONMEM installation failed Date: Thu, 02 Feb 2023 17:54:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 4.6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution component Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108641 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID Component|debug |fortran --- Comment #1 from Andrew Pinski --- >Fatal Error: Wrong module version '6' (expected '5') for file 'sizes.mod' = opened at (1) This means the modules you are using was compiled with a newer version of Gfortran. I think you should ask where you got the module from what exact version of GCC/gfortran is for their library.=