X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=bjc4Cis2Io1Yi9eoRyDzmZmL9taSK nf/QLGnNHp/i1VJZ2T0i1VRpZzu7bG3WipKDz9dF9LRp9m/rL42HgzfYw0VCGG+M ATsXrX+Zto81v/Vg6mwR83+oY0em5+MvILl1Ec0a7dObBiLcPMwPbw4mg4pKInDn 8YlVSnf9ypn5to= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=E1qYUgXxs3nNBKFoJL4YiJwcMNA=; b=RuM lkdnFJlG+UzUI3Rovr2SddBKQTcPe7Jdz5gg7wJUkE2E8ubzrVJq1cibmza5YOtM hB3N09wf6CY81cUui5GOy/gFwZGFCJGkTyzKgirBpX1Dyl9+mMi2NJdMvCgCB997 4i5awci1hcFmX0bVqmCIFAgxzUqoLGTJAlIeONX4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f180.google.com X-Received: by 10.152.228.133 with SMTP id si5mr11873159lac.96.1421811984250; Tue, 20 Jan 2015 19:46:24 -0800 (PST) MIME-Version: 1.0 From: Mark Hadfield Date: Wed, 21 Jan 2015 16:46:04 +1300 Message-ID: Subject: Re: Incorrect module file format in Fortran netCDF package To: Cygwin Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Following up my previous message, this from https://gcc.gnu.org/wiki/GFortran/News#gfortran_4.9.1 indicates that the problem is due to the GCC upgrade from 4.8 to 4.9: Module files: The version of the module files (.mod) has been incremented; additionally, module files are now compressed. Fortran MODULEs compiled by earlier GCC versions have to be recompiled, when they are USEd by files compiled with GCC 4.9, because GCC 4.9 is not able to read .mod file of earlier GCC versions; attempting to do so gives an error message. Note: The ABI of the produced assembler data itself has not changed: object files and libraries are fully compatible to older versions. (Except for the next items.) -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple