Re: static part of a shared library

2008-11-15 Thread Bill Northcott
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

Re: Dependencies with static library

2008-11-15 Thread Russ Allbery
"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

Dependencies with static library

2008-11-15 Thread Erich Hoover
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