Subject: Re: Shared Libs and executables: How?
To: Scott Reynolds , Ken Hornstein <kenh@cmf.nrl.navy.mil>
From: Olaf Schroeder <olaf@digirule.com>
List: netbsd-help
Date: 10/29/1996 11:20:01
At 11:11 AM 10/29/96 -0600, Scott Reynolds wrote:
>Actually, since shared libraries are used by default, it's just as easy to
>replace "-lfoo" with "/usr/lib/libfoo.a" (of course, don't forget to add
>/usr/lib/libc.a, if applicable).
>
>--scott
>
Great, looks like I've got a few ways I can tackle this then.
Thanx to all those who replied.