From owner-freebsd-current Sat Jan 10 23:41:08 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA29190 for current-outgoing; Sat, 10 Jan 1998 23:41:08 -0800 (PST) (envelope-from owner-freebsd-current) Received: from freebsd1.cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA29181 for ; Sat, 10 Jan 1998 23:40:57 -0800 (PST) (envelope-from jb@freebsd1.cimlogic.com.au) Received: (from jb@localhost) by freebsd1.cimlogic.com.au (8.8.7/8.8.7) id SAA24910; Sun, 11 Jan 1998 18:46:55 +1100 (EST) (envelope-from jb) From: John Birrell Message-Id: <199801110746.SAA24910@freebsd1.cimlogic.com.au> Subject: Re: make world - A new error In-Reply-To: from Dennis Tenn at "Jan 11, 98 02:00:48 am" To: dstenn@fanfic.org (Dennis Tenn) Date: Sun, 11 Jan 1998 18:46:55 +1100 (EST) Cc: current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dennis Tenn wrote: > > Well.. Here's the latest in the saga.. This isn't really a 'make world' > error but a 'make most' The previous error seem to happen when I try to > compile the libs so I decided to exclude them. ^^^^^^^ If you exclude them, then they are not there to link against! > > ===> ac > cc -O -c /usr/src/usr.sbin/ac/ac.c > make: don't know how to make /usr/obj/usr/src/tmp/usr/lib/libc.so.3.0. ^^^^^^^^^^^^^^^^^^^^ This is the temporary build tree which is supposed to contain things you have build before, not things which have previously been installed. This is not part of any saga. Please start a 'make world' and report the first breakage if nobody else has reported it. -- John Birrell - jb@cimlogic.com.au; jb@netbsd.org; jb@freebsd.org CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137