From owner-freebsd-current@FreeBSD.ORG Mon Jul 14 21:23:11 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AECCA37B401 for ; Mon, 14 Jul 2003 21:23:11 -0700 (PDT) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6F2843FBD for ; Mon, 14 Jul 2003 21:23:09 -0700 (PDT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (8.12.9/8.12.9) with ESMTP id h6F4N6YC064137 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Tue, 15 Jul 2003 06:23:06 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.12.9/8.12.5/Submit) id h6F4N5j2064136 for current@freebsd.org; Tue, 15 Jul 2003 06:23:05 +0200 (CEST) Date: Tue, 15 Jul 2003 06:23:05 +0200 From: Divacky Roman To: current@freebsd.org Message-ID: <20030715042305.GA64131@stud.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) Subject: Gcc compiling problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 04:23:12 -0000 I've just upgraded to -current and gcc cannot be compiled here's whyI've just upgraded to -current and gcc cannot be compiled here's why : contrib/gcc/ggc.h: including non-existent file gtype-desc.h contrib/gcc/bitmap.c: including non-existent file gt-bitmap.h gnu/usr.bin/cc/cc_tools/Makefile: .for F in attr codes config flags constants insn-$F.h: gen$F ${MD_FILE} ./gen$F ${MD_FILE} > insn-$F.h GENSRCS+= insn-$F.h .endfor is trying to access non-existant files, there is no ./gen* I couldn't get any further... all this seems to be result of updating to gcc 3.3.1-pre