From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8640 invoked by alias); 27 Oct 2006 08:08:50 -0000 Received: (qmail 8484 invoked by uid 22791); 27 Oct 2006 08:08:46 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-vbr8.xs4all.nl (HELO smtp-vbr8.xs4all.nl) (194.109.24.28) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 27 Oct 2006 08:08:42 +0000 Received: from exchange-server.ellips.nl (mail.ellips.nl [213.84.68.77]) by smtp-vbr8.xs4all.nl (8.13.8/8.13.8) with SMTP id k9R88XkO027209; Fri, 27 Oct 2006 10:08:34 +0200 (CEST) (envelope-from hans@ellips.nl) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Local Variables and MIPS Date: Fri, 27 Oct 2006 08:08:00 -0000 Message-ID: <08A802C0E8ACEC42A1269FC551961FD901A6EF@exchange-server.ellips.nl> In-Reply-To: <4540DB53.9090001@redhat.com> From: "Hans Kester" To: "Keith Seitz" Cc: Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00019.txt.bz2 Keith, Point taken... I guess I am just one of those happy users of Insight who don't know too much about the internals and have never run any testsuite before. Here is what I get now: $ make RUNTESTFLAGS=3D"mi-var-block.exp mi-var-display.exp mi-var-child.exp mi-var-cmd.exp" check Nothing to be done for all... rootme=3D`pwd`; export rootme; \ srcdir=3D../../../insight-6.5/gdb/testsuite ; export srcdir ; \ EXPECT=3D`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; \ EXEEXT=3D.exe ; export EXEEXT ; \ =20 LD_LIBRARY_PATH=3D$rootme/../../expect:$rootme/../../libstdc++:$rootme/../ ../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcode s:$LD_LIBRARY_PATH; \ export LD_LIBRARY_PATH; \ if [ -f ${rootme}/../../expect/expect ] ; then \ TCL_LIBRARY=3D${srcdir}/../../tcl/library ; \ export TCL_LIBRARY ; fi ; \ ` if [ -f ${srcdir}/../../dejagnu/runtest ]; then echo ${srcdir}/../../dejagnu/runtest; else if [ "i686-pc-cygwin" =3D "mips-unknown-elf" ]; then echo runtest; else t=3D's,^,mips-elf-,; '; echo runtest | sed -e '' $t; fi; fi` mi-var-block.exp mi-var-display.exp mi-var-child.exp mi-var-cmd.exp sed: can't read s,^,mips-elf-,;: No such file or directory /bin/sh: mi-var-block.exp: command not found make: *** [just-check] Error 127 Do I need dejagnu somewhere or am I doing something silly again? Hans =20