From owner-freebsd-hackers Fri Oct 16 16:52:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18056 for freebsd-hackers-outgoing; Fri, 16 Oct 1998 16:52:23 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA17954 for ; Fri, 16 Oct 1998 16:51:52 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.9.1/8.9.1/Spinner) with ESMTP id HAA23345; Sat, 17 Oct 1998 07:23:45 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199810162323.HAA23345@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Jacques Vidrine cc: hackers@FreeBSD.ORG Subject: Re: ld and -soname In-reply-to: Your message of "Fri, 16 Oct 1998 18:43:31 EST." Date: Sat, 17 Oct 1998 07:23:44 +0800 From: Peter Wemm Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jacques Vidrine wrote: > It would be very handy to have a flag for ld that tells it to > set DT_SONAME to the input file name, as an alternative to > explicitly using -soname. Comments before I come up with a > patch? Just a thought.. the gcc driver can probably arrange this via the LINK specs in the config file. You can test this with a gcc -dumpspecs, edit the result and place it in /usr/libdata/gcc/specs. use gcc -v to make sure that it's being read, and that the args are being passed correctly to ld. > Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message