From owner-freebsd-stable Tue Oct 31 4:43:36 2000 Delivered-To: freebsd-stable@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 9B18737B4C5 for ; Tue, 31 Oct 2000 04:43:32 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id EAA84758; Tue, 31 Oct 2000 04:43:18 -0800 (PST) (envelope-from obrien) Date: Tue, 31 Oct 2000 04:43:18 -0800 From: "David O'Brien" To: Larry Rosenman Cc: freebsd-stable@freebsd.org Subject: Re: busted -STABLE? Message-ID: <20001031044318.A84494@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20001031055158.A4088@lerami.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001031055158.A4088@lerami.lerctr.org>; from ler@lerctr.org on Tue, Oct 31, 2000 at 05:51:58AM -0600 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Oct 31, 2000 at 05:51:58AM -0600, Larry Rosenman wrote: > I can't seem to compile -STABLE: > ..snip.. > cc -O -pipe -I/usr/src/gnu/lib/csu/../../../contrib/gcc/config -I. > -DIN_GCC -fi > nhibit-size-directive -fno-inline-functions -fno-exceptions > -fno-omit-frame-poi > nter -I/usr/obj/usr/src/i386/usr/include -g0 -DCRT_BEGIN -c -o > crtbegin.o /usr > /src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c > /usr/src/gnu/lib/csu/crtbegin.c > cc: cannot specify -o with -c or -S and multiple compilations Make is trying to do ``cc .... -c -o crtbegin.o crtstuff.c crtbegin.c'' which is a no-no. I don't know why it thinks `crtbegin.c' is a source file. I haven't seen this from anyone else, nor can I reproduce it. I wonder if your .depend is erronious. Can you rm -rf /usr/obj/* and then try again? > # $FreeBSD: src/gnu/lib/csu/Makefile,v 1.1.2.4 2000/10/31 01:46:39 > # obrien Exp $ That is the latest version of the Makefile. -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message