From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18955 invoked by alias); 10 Feb 2003 16:19:50 -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 18948 invoked from network); 10 Feb 2003 16:19:49 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by 172.16.49.205 with SMTP; 10 Feb 2003 16:19:49 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h1AGJeb06454; Mon, 10 Feb 2003 10:19:40 -0600 Date: Mon, 10 Feb 2003 16:19:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200302101619.h1AGJeb06454@duracef.shout.net> To: bob_rossi@cox.net, gdb@sources.redhat.com Subject: Re: Adding file to gdb X-SW-Source: 2003-02/txt/msg00176.txt.bz2 Ah, you need dejagnu 1.4.3 or later. Gdb uses the new 'kfail' feature of dejagnu 1.4.3. There are two ways to get this. You can download dejagnu from ftp.gnu.org or a mirror site, build it with the "--prefix" option, and add the installation directory to your path. Or, you can "cvs checkout dejagnu" from sources.redhat.com, which is almost identical to dejagnu 1.4.3. Dejagnu requires TCL and Expect. The "dejagnu" module from sources.redhat.com includes TCL + Expect + Dejagnu, and it also has Makefile magic to use the dejagnu in the tree to use that dejagnu instead of the one in your path. A lot of people who work on gdb just do "cvs checkout gdb+dejagnu". I run a test bed with the stock FSF version of dejagnu instead of the sources.redhat.com version. Either way is good. Michael C