From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 558 invoked by alias); 28 Jul 2005 14:11:23 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 510 invoked by uid 22791); 28 Jul 2005 14:11:19 -0000 Received: from omta02ps.mx.bigpond.com (HELO omta02ps.mx.bigpond.com) (144.140.83.154) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 28 Jul 2005 14:11:19 +0000 Received: from cpe-144-137-127-62.nsw.bigpond.net.au ([144.137.127.62]) by omta02ps.mx.bigpond.com with ESMTP id <20050728141115.KKNE19806.omta02ps.mx.bigpond.com@cpe-144-137-127-62.nsw.bigpond.net.au> for ; Thu, 28 Jul 2005 14:11:15 +0000 From: "Paul C. Leopardi" Reply-To: paul.leopardi@unsw.edu.au To: gcc@gcc.gnu.org Subject: Re: GCC 4.0.1 testsuite uses installed g++ instead of newly bootstrapped g++ Date: Thu, 28 Jul 2005 14:11:00 -0000 User-Agent: KMail/1.8.1 References: <200507231923.31418.leopardi@bigpond.net.au> <200507281053.02583.leopardi@bigpond.net.au> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507290011.15061.leopardi@bigpond.net.au> X-SW-Source: 2005-07/txt/msg01164.txt.bz2 Hi Ian, My replies are below, Best regards. Paul On Thu, 28 Jul 2005 11:05 am, Ian Lance Taylor wrote: > "Paul C. Leopardi" writes: > > leopardi@linfinit:~/src/gcc/gcc-4.0.1-obj> ../gcc-4.0.1/configure > > --prefix=/usr/local/gcc/gcc-4.0.1 --enable-threads=posix > > --disable-libgcj --with-system-zlib --enable-shared --enable-__cxa_atexit > > --enable-languages=c,c++ x86_64-suse-linux > > > > This looks like it worked, but gave the warning: > > > > configure: warning: x86_64-suse-linux: invalid host type > > This is not good, of course, though I doubt it is causing any of your > problems. In general if you are building a native compiler you should > not need to specify any configuration triplet at all. OK > Can you confirm that the executables gcc/g++ and gcc/cc1plus exist? Yes, they exist. leopardi@linfinit:~/src/gcc/gcc-4.0.1-obj/gcc> ls -l g++ -rwxr-xr-x 1 leopardi users 291700 2005-07-22 23:35 g++ leopardi@linfinit:~/src/gcc/gcc-4.0.1-obj/gcc> ls -l cc1plus -rwxr-xr-x 1 leopardi users 21018697 2005-07-22 23:35 cc1plus > What does site.exp look like in the gcc/testsuite subdirectory? ## these variables are automatically generated by make ## # Do not edit here. If you wish to override these values # add them to the last section set rootme "/home/leopardi/src/gcc/gcc-4.0.1-obj/gcc" set srcdir "/home/leopardi/src/gcc/gcc-4.0.1/gcc" set host_triplet x86_64-suse-linux-gnu set build_triplet x86_64-suse-linux-gnu set target_triplet x86_64-suse-linux-gnu set target_alias x86_64-suse-linux set libiconv "" set CFLAGS "" set CXXFLAGS "" set HOSTCC "gcc" set HOSTCFLAGS "-g -O2" set TESTING_IN_BUILD_TREE 1 set HAVE_LIBSTDCXX_V3 1 set tmpdir /home/leopardi/src/gcc/gcc-4.0.1-obj/gcc/testsuite set srcdir "${srcdir}/testsuite" ## All variables above are generated by configure. Do Not Edit ## > Does it have the line "set TESTING_IN_BUILD_TREE 1"? Yes > Which version of dejagnu do you have installed? dejagnu version 1.4.4 expect version 5.41 tcl version 8.4.7 leopardi@linfinit:~/src/gcc/gcc-4.0.1-obj/gcc/testsuite> rpm -q dejagnu dejagnu-1.4.4-3 leopardi@linfinit:~/src/gcc/gcc-4.0.1/gcc/testsuite/lib> rpm -q expect expect-5.41-2 leopardi@linfinit:~/src/gcc/gcc-4.0.1/gcc/testsuite/lib> rpm -q tcl tcl-8.4.7-3