Let\'s say we got a main executable called \"my_app\" and it uses several other libraries: 3 libraries are linked statically, and other 3 are linked dynamically.
In which or
I worked in a project with a bunch of internal libraries that unfortunately depended on each other (and it got worse over time). We ended up "solving" this by setting up SCons to specify all libs twice when linking: