From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24782 invoked by alias); 8 Jul 2002 22:41: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 24775 invoked from network); 8 Jul 2002 22:41:22 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 8 Jul 2002 22:41:22 -0000 Received: from hepr0.physics.tamu.edu ([165.91.120.159]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17RhC6-00020G-00 for ; Mon, 08 Jul 2002 18:41:22 -0400 Received: from localhost (lartey@localhost) by hepr0.physics.tamu.edu (8.11.6/8.11.6) with ESMTP id g68N4Ju25101 for ; Mon, 8 Jul 2002 18:04:19 -0500 Date: Tue, 09 Jul 2002 00:23:00 -0000 From: lartey To: Subject: gcc 3.1 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-07/txt/msg00388.txt.bz2 I have redhat linux 7.2 with gcc 2.96. I am trying to install gcc 3.1 but then I get this error messages [root@hepr0 gcc-3.1]# gmake bootstrap gmake[1]: Entering directory `/gcc3-1/gcc-3.1/libiberty' rm -f libiberty.a pic/libiberty.a ar rc libiberty.a \ regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o make-temp-file.o objalloc.o obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o mkstemps.o ar: regex.o: No such file or directory gmake[1]: *** [libiberty.a] Error 1 gmake[1]: Leaving directory `/gcc3-1/gcc-3.1/libiberty' gmake: *** [all-libiberty] Error 2 ANy ideas why this happens?. Thanks ED