Re: CVS commit: basesrc
| Newsgroups | gmane.os.netbsd.devel.general |
|---|---|
| Message-ID | <[email protected]> |
> > 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