From owner-freebsd-hackers Tue Jul 11 12:46:34 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from icebox.venux.net (icebox.venux.net [216.120.166.10]) by hub.freebsd.org (Postfix) with ESMTP id C343437B8F1 for ; Tue, 11 Jul 2000 12:46:31 -0700 (PDT) (envelope-from matthew@venux.net) Received: from thunder.venux.net (net-216-93-125-061.hcv.com [216.93.125.61]) by icebox.venux.net (Postfix) with ESMTP id 3B00F26202; Tue, 11 Jul 2000 15:53:59 -0400 (EDT) Message-Id: <4.3.2.7.2.20000711153827.00bf79c0@127.0.0.1> X-Sender: mhagerty/pop3.venux.net@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 11 Jul 2000 15:40:40 -0400 To: Will Andrews From: Matthew Hagerty Subject: Re: ld static search path? Cc: freebsd-hackers@FreeBSD.ORG In-Reply-To: <20000711151621.C501@argon.gryphonsoft.com> References: <4.3.2.7.2.20000711145318.00c19c40@127.0.0.1> <4.3.2.7.2.20000711145318.00c19c40@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 03:16 PM 7/11/00 -0400, Will Andrews wrote: >On Tue, Jul 11, 2000 at 02:55:51PM -0400, Matthew Hagerty wrote: > > Could someone tell me how I can find out what the *static* search path for > > ld is? Also, how can I add my own directories to the static search path? > >As far as I know, there's no such thing as a static search path. > >-- >Will Andrews Then how does ld find libraries in /usr/lib without me having to specify a: -L/usr/lib flag? Seems that /usr/lib would have to be hard coded into ld or something? Matthew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message