Date: Tue, 11 Jul 2000 15:24:51 -0400 (EDT) From: "Chris D. Faulhaber" <jedgar@fxp.org> To: Matthew Hagerty <matthew@venux.net> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: ld static search path? Message-ID: <Pine.BSF.4.21.0007111522380.77531-100000@pawn.primelocation.net> In-Reply-To: <4.3.2.7.2.20000711145318.00c19c40@127.0.0.1>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 11 Jul 2000, Matthew Hagerty wrote: > Greetings, > > I posted this to questions, but have not received any reply. I was hoping > someone here in hackers could help... Thanks. > > Original Post > ------------- > 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? > If you are speaking of static libraries, I believe it defaults to /usr/lib. When compiling use the -L flags to specify other dirs (e.g. -L/usr/local/lib -l<mylib>). ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0007111522380.77531-100000>