From owner-freebsd-questions@FreeBSD.ORG Tue Jun 17 10:02:41 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0580A37B401; Tue, 17 Jun 2003 10:02:41 -0700 (PDT) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4D1B43F75; Tue, 17 Jun 2003 10:02:39 -0700 (PDT) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (ak03@localhost [127.0.0.1]) h5HH2ae4002902; Tue, 17 Jun 2003 13:02:36 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.9/8.12.9/Submit) id h5HH2aZ0002901; Tue, 17 Jun 2003 13:02:36 -0400 (EDT) Date: Tue, 17 Jun 2003 13:02:36 -0400 From: Alexander Kabaev To: Marcel Moolenaar Message-Id: <20030617130236.7c683e4c.ak03@gte.com> In-Reply-To: <20030617160141.GB584@dhcp01.pn.xcllnt.net> References: <3EEE4717.2090409@mail.flyingcroc.net> <1055804020.79093.2.camel@rushlight.kf8nh.apk.net> <3EEF19D5.9040706@mail.flyingcroc.net> <20030617154208.GA584@dhcp01.pn.xcllnt.net> <3EEF3883.1080500@mail.flyingcroc.net> <20030617160141.GB584@dhcp01.pn.xcllnt.net> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.9.0claws25 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: stable@freebsd.org cc: questions@freebsd.org cc: Joe Kelsey Subject: Re: Tools to modify shared libraries X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2003 17:02:41 -0000 On Tue, 17 Jun 2003 09:01:41 -0700 Marcel Moolenaar wrote: > On Tue, Jun 17, 2003 at 08:49:23AM -0700, Joe Kelsey wrote: > Linux uses the same linker (GNU ld). Fixing the linker will have the > same effect on Linux as it will have on FreeBSD and hence will prevent > unnecessary dependencies in Linux libraries to Linux libraries and > thus remove the need to patch ELF files in the long run. > LD putting a library in DT_NEEDED regardless of whether or not library exports any required symbols as long as it appears on command line is a feature, not a bug AFAIK. -- Alexander Kabaev