On 16/11/2008, at 4:02 AM, matej wrote:
So imagine this situation: You want to compile a (shared) library. And
you also have very good reasons for requiring that a part of the
library
is build as a static library ONLY and that the rest depends on it.
So once more:
1. I want to build a static l
"Erich Hoover" <[EMAIL PROTECTED]> writes:
> I have an application (A) that depends upon an obscure library made by
> me (B), that depends on a slightly less obscure library made by someone
> else (C). I would like to compile A with "B" as a static library so
> that the user does not need to inst
I have an application (A) that depends upon an obscure library made by me
(B), that depends on a slightly less obscure library made by someone else
(C). I would like to compile A with "B" as a static library so that the
user does not need to install it separately, but when I do this the
compilatio