From owner-freebsd-stable Tue Oct 31 3: 4:53 2000 Delivered-To: freebsd-stable@freebsd.org Received: from teapot06.domain1.bigpond.com (teapot06.domain1.bigpond.com [139.134.5.237]) by hub.freebsd.org (Postfix) with SMTP id A32CA37B4C5 for ; Tue, 31 Oct 2000 03:04:48 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by teapot06.domain1.bigpond.com (NTMail 3.02.13) with ESMTP id za526473 for ; Tue, 31 Oct 2000 21:04:35 +1000 Received: from WEBH-T-008-p-156-45.tmns.net.au ([203.54.156.45]) by mail1.bigpond.com (Claudes-Splendid-MailRouter V2.9c 1/2027015); 31 Oct 2000 21:04:19 Message-ID: <39FEA83E.11B7D951@bigpond.com> Date: Tue, 31 Oct 2000 19:08:46 +0800 From: Terry Dwyer Organization: Cottage Networks X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: stable@freebsd.org Subject: Re: make installworld fix with new crtstuff Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I applied the patch suggested by Max Khon and still no joy. I've had this problem (along with some others) and had to replace my source tree with the most recent I had available, from about a week ago. Once I had /usr/src and /usr/obj - precompiled on another machine in place, I did a make installworld which completed properly. Then I cvsupped and tried a make buildworld: cd /usr/src/gnu/lib/csu; make depend; make all; make install rm -f .depend mkdep -f .depend -a -I/usr/src/gnu/lib/csu/../../../contrib/gcc/config -I. -DIN_GCC -I/usr/obj/usr/src cd /usr/src/gnu/lib/csu; make _EXTRADEPEND cc -O -pipe -I/usr/src/gnu/lib/csu/../../../contrib/gcc/config -I. -DIN_GCC -finhibit-size-directive -fn cc: cannot specify -o with -c or -S and multiple compilations ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *** Error code 1 ( Dontcha just love script ) Stop in /usr/src/gnu/lib/csu. *** Error code 1 This is the error message I've been seeing all day. Why the failure with the error above? Other people seem able to cd to /usr/src/gnu/lib/csu and do a sucessfull make. I'm doing another CVSup now to see what comes down. I just checked, I have the new Makefile $FreeBSD: src/gnu/lib/csu/Makefile,v 1.1.2.4 2000/10/31 01:46:39 obrien Directory contents: -rw-r--r-- 1 root wheel 1963 31 Oct 14:17 Makefile -rw-r--r-- 1 root wheel 20861 31 Oct 08:20 crtbegin.c lrwxr-xr-x 1 root wheel 52 31 Oct 08:20 crtend.c -> /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c Is this link supposed to be here? I've just started a make buildworld having done a make cleandir Fingers crossed! Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message