Date: Thu, 28 May 1998 18:06:14 +1000 From: Bruce Evans <bde@zeta.org.au> To: bde@zeta.org.au, peter@netplex.com.au Cc: current@FreeBSD.ORG, Pierre.Dampure@barclayscapital.com Subject: Re: ELF Stage 2: results Message-ID: <199805280806.SAA27023@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> src/Makefile still has related bogons: >> - the libraries target traverses the libcrypt directories in the old >> order. Oops, I don't understand this now. Installing src/lib/libcrypt >> first here should make the change in rev.1.69 of src/lib/Makefile a >> full no-op. > >Yes, but here it's installing into usr/obj/tmp/usr/lib/aout and irrelevant >which one is used. The src/lib/Makefile determines what is installed into >/usr/lib/aout for real.. Everything gets liked to it there. Linking to the wrong version is probably harmless for shared linkage but fatal for static linkage. This seems to only break init for the default settings of NOSHARED. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805280806.SAA27023>