Date: Tue, 31 Oct 2000 19:08:46 +0800 From: Terry Dwyer <tdwyer@bigpond.com> To: stable@freebsd.org Subject: Re: make installworld fix with new crtstuff Message-ID: <39FEA83E.11B7D951@bigpond.com>
index | next in thread | raw e-mail
I applied the patch suggested by Max Khon <fjoe@iclub.nsu.ru>
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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39FEA83E.11B7D951>
