From owner-freebsd-current Thu May 28 01:06:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25099 for freebsd-current-outgoing; Thu, 28 May 1998 01:06:22 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA25085 for ; Thu, 28 May 1998 01:06:17 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id SAA27023; Thu, 28 May 1998 18:06:14 +1000 Date: Thu, 28 May 1998 18:06:14 +1000 From: Bruce Evans Message-Id: <199805280806.SAA27023@godzilla.zeta.org.au> To: bde@zeta.org.au, peter@netplex.com.au Subject: Re: ELF Stage 2: results Cc: current@FreeBSD.ORG, Pierre.Dampure@barclayscapital.com Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> 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