Date: Tue, 17 Mar 1998 20:48:54 +1100 From: Bruce Evans <bde@zeta.org.au> To: tom@uniserve.com, zach@gaffaneys.com Cc: stable@FreeBSD.ORG Subject: Re: Should make world depend on old libs in /usr/lib? Message-ID: <199803170948.UAA09858@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803170948.UAA09858>