I came across a seemingly simple problem, creating two libraries and test programs for both.
Problem: I have two static libraries, libA and libB, and libB is dependent on libA. I donβt want to explicitly link all programs that use libB to libA, I want SCons to see that if the program is linked to library B, it must also link to library A.
I built a simple example illustrating this problem. Since I could not find a suitable file host, and this is due to programming, I created a small SVN repository:
svn checkout https://example-repository.googlecode.com/svn/trunk example-repository
or you can download tarball here .
hochl source
share