From owner-freebsd-stable Wed May 8 10:51:23 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA27038 for stable-outgoing; Wed, 8 May 1996 10:51:23 -0700 (PDT) Received: from expresslane.ca (expresslane.ca [205.233.74.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA27032 for ; Wed, 8 May 1996 10:51:18 -0700 (PDT) Received: from localhost (james@localhost) by expresslane.ca (8.7.5/8.7.3) with SMTP id NAA22687; Wed, 8 May 1996 13:51:00 -0400 (EDT) Date: Wed, 8 May 1996 13:50:58 -0400 (EDT) From: James FitzGibbon To: "Brent J. Nordquist" cc: freebsd-stable@FreeBSD.org Subject: Re: Problem with -stable make world using -DCLOBBER In-Reply-To: <199605081547.KAA06781@doh.vt.platinum.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 8 May 1996, Brent J. Nordquist wrote: > I finally overcame all the recent hurdles with -stable (missing > sliplogin, bad getpwent.c, etc.) and got make world to compile. I then > tried to use the -DCLOBBER option and make it again. I saw it remove > the includes and libs and remake them, but then further down in the > compile it dies with: > > ===> libgmp > cc -O -I/var/src/gnu/lib/libgmp -I/var/src/gnu/lib/libgmp/obj -Wall -Wstrict-prototypes -DLOCALE /var/src/gnu/lib/libgmp/cre-mparam.c -o cre-mparam > ld: crt0.o: No such file or directory > *** Error code 1 > > Stop. This has been happening in make world -DCLOBBER for a long time. In my experience, the sequence that works is : make world -DCLOBBER (crashes as above) make /usr/src/lib/csu/i386 (for crt0.o) make /usr/src/gnu/usr.bin/cc/libgcc (for libgcc.a) make /usr/src/gnu/lib/libmalloc (for libmalloc.a) make /usr/src/lib/libc (for libc.a) make world And that works. I remember submitting some changes to the Makefiles to fix this, but I'm not sure if they made it in. -- j. +--------------------------------------------------------------------------+ | James FitzGibbon james@expresslane.ca | | Technical Operations Voice/Fax: 416-239-3765/3279 | +--------------------------------------------------------------------------+