From owner-freebsd-stable Tue Mar 17 01:50:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA09473 for freebsd-stable-outgoing; Tue, 17 Mar 1998 01:50:47 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA09468 for ; Tue, 17 Mar 1998 01:50:43 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id UAA09858; Tue, 17 Mar 1998 20:48:54 +1100 Date: Tue, 17 Mar 1998 20:48:54 +1100 From: Bruce Evans Message-Id: <199803170948.UAA09858@godzilla.zeta.org.au> To: tom@uniserve.com, zach@gaffaneys.com Subject: Re: Should make world depend on old libs in /usr/lib? Cc: stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk >The question I was asking is: > >'make world' currently uses /usr/lib/libc_pic.a (and /usr/lib/libgcc_pic.a) >instead of '/usr/obj/usr/src/tmp/usr/lib/libc_pic.a' (and ...). Should it be >doing that? It shouldn't, but this is normal. `make world' builds its first copy of ld.so before building any libraries, so the first copy gets linked to old libraries. This is fairly harmless. Fixed in -current. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message