This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: Problems with dejagnu and c++ tests...
- From: mec dot gnu at mindspring dot com (Michael Elizabeth Chastain)
- To: brobecker at gnat dot com, gdb-patches at sources dot redhat dot com
- Date: Wed, 4 Feb 2004 07:50:05 -0500 (EST)
- Subject: Re: Problems with dejagnu and c++ tests...
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