From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18894 invoked by alias); 7 May 2002 16:20:39 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 18845 invoked from network); 7 May 2002 16:20:33 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 7 May 2002 16:20:33 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g47GKW824515; Tue, 7 May 2002 11:20:32 -0500 Date: Tue, 07 May 2002 09:20:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200205071620.g47GKW824515@duracef.shout.net> To: petrs@caldera.com Subject: Re: [RFA] Generalizing compiler invocation for FORTRAN95 testsuite Cc: gdb-patches@sources.redhat.com X-SW-Source: 2002-05/txt/msg00165.txt.bz2 Hmmm, there is a bit of a mess with compiler invocation. I'm having a problem right now with Java. When I invoke "runtest" with the "--tool_exec" option to select which version of gdb I want, that option also becomes the name of the gcj command line. I have to do some archaelogy here and figure out a good way to do this across all languages. Michael C