Subject: Re: CVS commit: basesrc
To: Jason R Thorpe <thorpej@wasabisystems.com>
From: None <itojun@iijlab.net>
List: tech-misc
Date: 08/13/2002 10:50:36
> > i was always wondering why libroken has to be in /usr/lib. are there
> > any reason why libroken cannot be (statically) linked just like
> > libbind in usr.sbin/bind/lib?
>Because you'd have to link it statically with every program that used
>Heimdal anyhow.
you can link to libroken.a (static), and other shared libraries
at the same time...
itojun