From owner-freebsd-current Thu Jul 19 5:34:22 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 2ADF937B401 for ; Thu, 19 Jul 2001 05:34:20 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id WAA14928; Thu, 19 Jul 2001 22:34:08 +1000 Date: Thu, 19 Jul 2001 22:31:55 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Dag-Erling Smorgrav Cc: current@FreeBSD.ORG Subject: Re: world broken In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 19 Jul 2001, Dag-Erling Smorgrav wrote: > Top of tree: > > -------------------------------------------------------------- > >>> stage 4: building libraries > -------------------------------------------------------------- > ... > cd /usr/src/gnu/lib/csu; make _EXTRADEPEND > cc -O -pipe -march=k6 -I/usr/src/gnu/lib/csu/../../../contrib/gcc.295/config -I. -DIN_GCC -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-omit-frame-pointer -I/sec/obj/usr/src/i386/usr/include -g0 -DCRT_BEGIN -c -o crtbegin.o /usr/src/gnu/lib/csu/../../../contrib/gcc.295/crtstuff.c /usr/src/gnu/lib/csu/crtbegin.s > cc: cannot specify -o with -c or -S and multiple compilations > *** Error code 1 I saw this too. It is caused by garbage in the source tree (crtbegin.s in this case) and bug(s) in in the rule to create crtbegin.o). I'm not sure what created the garbage. For me, I think it was caused by playing with cross-compiles (I tried MACHINE_ARCH=alpha and MACHINE_ARCH=pc98 last week). > I'd also like to know why it took *six hours* to get there on a 350 > MHz K6-2 with 512 MB RAM. Maybe just creeping features, but I think they only account for half of the slowdown since 3.x. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message