Date: Sun, 22 Jun 1997 09:52:43 -0700 From: John Polstra <jdp@polstra.com> To: Bruce Evans <bde@zeta.org.au> Cc: jkh@time.cdrom.com, current@FreeBSD.ORG Subject: Re: Hmmmm, this is new.. Message-ID: <199706221652.JAA13670@austin.polstra.com> In-Reply-To: Your message of "Sun, 22 Jun 1997 16:38:58 %2B1000." <199706220638.QAA23309@godzilla.zeta.org.au> References: <199706220638.QAA23309@godzilla.zeta.org.au>
next in thread | previous in thread | raw e-mail | index | archive | help
> It's probably a bug for it not to happen for every `make world'. > -nostdlib should be used to prevent old libraries being linked to. > Since libtcl is built before msun and there is no special bootstrapping > for msun, a new version of msun is guaranteed to not exist when > libtcl is linked. Right you are, Bruce. For starters, I'm going to change /usr/lib/Makefile so that the first three directories built are csu, libc, and <math library>, in that order. It should solve all existing dependency problems, even if it's not really a complete solution. Ultimately, all the libraries need to be reordered in the Makefile, based on their interdependencies. Most of the interdependencies are hidden currently, because they're not explicitly specified (as is the "-lm" in libtcl/Makefile). John P.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706221652.JAA13670>