From owner-freebsd-current@FreeBSD.ORG Sun Aug 31 22:10:54 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A18016A4C0; Sun, 31 Aug 2003 22:10:54 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB6C143FEA; Sun, 31 Aug 2003 22:10:52 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h815ApQX092220; Sun, 31 Aug 2003 22:10:51 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h815An4Q092219; Sun, 31 Aug 2003 22:10:49 -0700 (PDT) Date: Sun, 31 Aug 2003 22:10:49 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20030901051049.GB91933@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Ruslan Ermilov , Alexander Leidinger , Gordon Tetlow , Christoph Kukulies , current@FreeBSD.org, Steve Kargl References: <200308291454.h7TEsb913915@accms33.physik.rwth-aachen.de> <20030829172348.1aa0b5d4.Alexander@Leidinger.net> <20030829161907.GA89129@troutmask.apl.washington.edu> <20030830135427.0cea7fdb.Alexander@Leidinger.net> <20030830185653.GA10674@sunbay.com> <20030831140742.3bd1b597.Alexander@Leidinger.net> <20030831145224.GC28845@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030831145224.GC28845@sunbay.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Gordon Tetlow cc: Alexander Leidinger cc: Christoph Kukulies cc: current@FreeBSD.org cc: Steve Kargl Subject: Re: /lib symlinks problem? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2003 05:10:54 -0000 On Sun, Aug 31, 2003 at 05:52:24PM +0300, Ruslan Ermilov wrote: > > > I might be missing an obvious, but I just don't see a reason > > > why we should use relative linking here: we should just link > > > to where we really install. With the attached patch, I get: ... > +.if ${LIBDIR} != ${SHLIBDIR} > + ln -fs ${SHLIBDIR}/${SHLIB_NAME} ${DESTDIR}${LIBDIR}/${SHLIB_LINK} Why are we making *any* symlinks here??