From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27031 invoked by alias); 5 Dec 2002 03:32:14 -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 27023 invoked from network); 5 Dec 2002 03:32:13 -0000 Received: from unknown (HELO tomts6-srv.bellnexxia.net) (209.226.175.26) by sources.redhat.com with SMTP; 5 Dec 2002 03:32:13 -0000 Received: from elise.sarrazip.org ([65.94.113.185]) by tomts6-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021205033212.IHUY7805.tomts6-srv.bellnexxia.net@elise.sarrazip.org> for ; Wed, 4 Dec 2002 22:32:12 -0500 Received: (from ps@localhost) by elise.sarrazip.org (8.11.6/8.9.3) id gB53Y5k04873; Wed, 4 Dec 2002 22:34:05 -0500 X-Authentication-Warning: elise.sarrazip.org: ps set sender to sarrazip@sympatico.ca using -f Date: Wed, 04 Dec 2002 19:32:00 -0000 From: Pierre Sarrazin To: gdb@sources.redhat.com Subject: No rule to make target `gcc' Message-ID: <20021204223405.A2645@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-SW-Source: 2002-12/txt/msg00086.txt.bz2 I've just checked out the HEAD sources from CVS (about 2:00 UTC on Dec. 5) and the compilation fails this way: checking for working const... (cached) yes creating ./config.status creating Makefile cd spu && make "CC=gcc" "CFLAGS=-g -O2" "AR=ar" "AR_FLAGS=rc" "AS=as" "CROSS_CFLAGS=" "TARGET_CFLAGS=" "INCLUDES=" all make[2]: Entering directory `/home/ps/extcvs/gdb/src/utils/spu' gcc -c -I. -I.././spu -I.././spu/config -I.././spu/../../include -g -O2 .././spu/spu.c gcc -g -O2 -o spu spu.o make[2]: Leaving directory `/home/ps/extcvs/gdb/src/utils/spu' make[1]: Leaving directory `/home/ps/extcvs/gdb/src/utils' make: *** No rule to make target `gcc', needed by `i686-pc-linux-gnu/libiberty/multilib.out'. Stop. I checked out 'src', then ran ./configure with only a --prefix option, then ran make. My system: RedHat 7.2 gcc 2.96-112.7.2 glibc 2.2.4-31 libstdc++ 2.96-112.7.2 libtool 1.4.2-7.ximian.1 'which gcc' returns /usr/bin/gcc; '/usr/bin/gcc --version' returns 2.96. -- Pierre Sarrazin