Subject: help with libraries on current...
To: None <netbsd-help@netbsd.org>
From: Matt Bell <mtbell@mb1.dial.servtech.com>
List: netbsd-help
Date: 05/09/2000 17:36:18
Hi,

I am trying to build a program that requires pthreads. So I go to the
pkgsrc and make build the pth package and it installes the libraries in
the /usr/local/lib dir. I go back to try to build the program again and
still doesn't find the newly installed libraries. If my system was still
a.out I would just simple add the path to the libraries to /etc/ld.so.conf
and do a ldconfig. My question is, is how do you do this in elf format?

Thanks in advance,
-Matt