From owner-freebsd-current Fri Sep 4 01:23:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22047 for freebsd-current-outgoing; Fri, 4 Sep 1998 01:23:18 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA22007 for ; Fri, 4 Sep 1998 01:23:09 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id SAA06282; Fri, 4 Sep 1998 18:32:10 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199809040832.SAA06282@cimlogic.com.au> Subject: Re: aout-to-elf worked but 'make install' still confused In-Reply-To: <199809040711.AAA21540@pdxlx008.pdx.intel.com> from Wayne Scott at "Sep 4, 98 00:11:55 am" To: wscott@ichips.intel.com (Wayne Scott) Date: Fri, 4 Sep 1998 18:32:10 +1000 (EST) Cc: current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wayne Scott wrote: > > I upgraded my system to ELF on Monday and did another make world > on Weds. Things look good. > > However: > $ cd /usr/src/lib/libc > $ make > $ make install > > installs a ELF libc.so.3.1 in /usr/lib/aout Did you do this with a clean object tree? When you use the commands quoted above, you won't be using the same obj directory that `make world' uses because it is the top-level makefiles that direct the object tree into /usr/obj/elf and /usr/obj/aout to aboid mixing things in different formats. When you just cd to a directory, you will get /usr/obj as the root of your object tree if you do a `make obj'. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message