From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4636 invoked by alias); 5 Sep 2005 10:23:47 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 4617 invoked by uid 22791); 5 Sep 2005 10:23:42 -0000 Received: from bay102-dav7.bay102.hotmail.com (HELO hotmail.com) (64.4.61.79) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 05 Sep 2005 10:23:42 +0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 5 Sep 2005 03:23:40 -0700 Message-ID: Received: from 64.4.61.201 by BAY102-DAV7.phx.gbl with DAV; Mon, 05 Sep 2005 10:23:40 +0000 X-Originating-Email: [hidetoshi_c@hotmail.com] X-Sender: hidetoshi_c@hotmail.com From: "Hidetoshi CHIBA" To: Subject: How to debug multiple fortran90 files with GDB Date: Mon, 05 Sep 2005 10:23:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-SW-Source: 2005-09/txt/msg00022.txt.bz2 I have a problem on debugging my application which is generated by multiple fortran90 files with GDB. GDB seems not to read a value which is defined in a different fortran90 file. Or, is this a problem due to compiler? I usually use "g95" or "f90" for compile. Please tell me how to solve this problem. Thanks in advance, ------- Hidetoshi Chiba