Re: Circular Dependency
- From: Måns Rullgård <mans@xxxxxxxxx>
- Date: Tue, 27 Mar 2007 18:42:48 +0100
"newbei" <newtoqtopia@xxxxxxxxxxx> writes:
Hi,
I have two libraries libA and libB, both of them are dependent on
each other for certian symbols which is creating a circular dependency
among libraries.
Without more detail, I'd say the libraries should probably be merged
into one or refactored.
--
Måns Rullgård
mans@xxxxxxxxx
.
Relevant Pages
- Re: Circular Dependency
... I have two libraries libA and libB, both of them are dependent on ... each other for certian symbols which is creating a circular dependency ... (comp.os.linux.development.apps) - About circular dependencies in RubyGems (the library). And about the order in $".
... There's a circular dependency in RubyGems. ... libraries appear in $" is reversed. ... Is it possible to investigate the exact order in which ... (comp.lang.ruby) - DLLs that depend on each other
... I have a large DLL that I thought was becoming unwieldy and I ... decided to try splitting it into two separate libraries. ... lib, there were a lot of unresolved references. ... because it creates a circular dependency. ... (microsoft.public.vc.mfc) - Re: Linking on osx vs. linux question
... A standard technique to resolve a circular dependency is to create a ... "stub library" that contains the symbol causing the problem. ... library is linked with one of the libraries with the circular ... dynamic library when called with a -c command line option. ... (comp.sys.mac.programmer.help) - Integrating library requests with autotools
... get the libraries to which a program should link. ... A which depends on libB, how should I integrate the call to B-config ... Paulo Matos ... (comp.unix.programmer) |
|