[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Smbk5pwd and Heimdal 0.7 not playing nice?
>> Never say never. ;-)
>
>Probably should have said *shared* libraries. Static linking will of
>course let you get around a lot of the problems, if you can accept the
>space tradeoff. For code that's only used in one or two instances in a
>running system (like a server plugin) that's frequently an acceptable
>choice.
And as long as, if you're linking the static library into a shared
library, the static library's symbols are not exported.
-- Luke
--