Date: Tue, 31 Oct 2000 04:43:18 -0800 From: "David O'Brien" <obrien@freebsd.org> To: Larry Rosenman <ler@lerctr.org> Cc: freebsd-stable@freebsd.org Subject: Re: busted -STABLE? Message-ID: <20001031044318.A84494@dragon.nuxi.com> In-Reply-To: <20001031055158.A4088@lerami.lerctr.org>; from ler@lerctr.org on Tue, Oct 31, 2000 at 05:51:58AM -0600 References: <20001031055158.A4088@lerami.lerctr.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001031044318.A84494>
