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 - [EMAIL PROTECTED] - [EMAIL PROTECTED]
--------------------------------------------------------
FreeBSD: The Power To Serve - http://www.FreeBSD.org
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message