From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29291 invoked by alias); 8 May 2008 18:19:44 -0000 Received: (qmail 28788 invoked by uid 48); 8 May 2008 18:19:01 -0000 Date: Thu, 08 May 2008 18:19:00 -0000 Message-ID: <20080508181901.28787.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/35707] Search /usr/local/include and /usr/include for .mod files In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jkrahn at nc dot rr dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-05/txt/msg00658.txt.bz2 ------- Comment #3 from jkrahn at nc dot rr dot com 2008-05-08 18:19 ------- Fortran files should not be put into /usr/local/include or /usr/include. Those directories are defined for C headers. It is particularly bad to put binary files there. We should instead develop a standard location for Fortran-specific files, as is done with all non-C languages. For example: /usr/lib/gfortran/modules /usr/local/lib/gfortran/modules. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35707