Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jan 2000 15:39:10 +0800
From:      Peter Wemm <peter@netplex.com.au>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib Makefile 
Message-ID:  <20000117073910.CB82F1CD4@overcee.netplex.com.au>
In-Reply-To: Message from Bruce Evans <bde@zeta.org.au>  of "Mon, 17 Jan 2000 17:36:05 %2B1100." <Pine.BSF.4.10.10001171732090.13866-100000@alphplex.bde.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Evans wrote:
> On Mon, 17 Jan 2000, Peter Wemm wrote:
> 
> > Bruce Evans wrote:
> > > bde         2000/01/16 17:32:40 PST
> > > 
> > >   Modified files:
> > >     lib                  Makefile 
> > >   Log:
> > >   Fixed bitrot in library build order.  libmd was not built before
> > >   libcrypt and libutil was not built before libpam.
> > 
> > libcrypt doesn't depend on libmd..
> 
> Oops.
> 
> Any progress on the probelm that dlopen() finds the wrong libraries in
> makeworld, so -lmd still has to be given explicitly in lots of Makefiles?

'make world' doesn't use dynamic binaries, so the dlopen() code is never
used.  libcrypt.a has the required md5 code embedded...  We only are supposed
to be using -lmd for files that call the md5 functions explicitly.

> Bruce

Cheers,
-Peter



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000117073910.CB82F1CD4>