From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29082 invoked by alias); 4 Feb 2004 12:50:07 -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 29070 invoked from network); 4 Feb 2004 12:50:06 -0000 Received: from unknown (HELO blount.mail.mindspring.net) (207.69.200.226) by sources.redhat.com with SMTP; 4 Feb 2004 12:50:06 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by blount.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1AoMTi-0005Tq-00; Wed, 04 Feb 2004 07:50:02 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 53EB84B364; Wed, 4 Feb 2004 07:50:05 -0500 (EST) To: brobecker@gnat.com, gdb-patches@sources.redhat.com Subject: Re: Problems with dejagnu and c++ tests... Message-Id: <20040204125005.53EB84B364@berman.michael-chastain.com> Date: Wed, 04 Feb 2004 12:50:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-02/txt/msg00068.txt.bz2 Joel Brobecker reports << Running ./gdb.cp/ambiguous.exp ... ERROR: (DejaGnu) proc "default_target_compile: Can't find g++." does not exist. The error code is NONE The info on the error is: close: invalid spawn id (6) while executing "close -i 6" invoked from within "catch "close -i $spawn_id"" >> Rats, this is my clever code in get_compiler_info blowing up. ambiguous.exp calls get_compiler_info. get_compiler_info calls gdb_compile, captures the output, and eval's the output. That explains the weird message about "proc" not found. What was the previous behavior when you did not have a C++ compiler? Michael C