I have a solution where a .so project depends on another .a project.
If the .a fails to build, the .so attempts to link anyway, resulting in output
window spam of every single missing symbol in the .a .. In my case, this is
spamming thousands of missing functions every time I press F7 (while working my
way through the compile errors preventing the .a to build in the first place)
Suggest; don't attempt to link if dependencies failed?
Original issue reported on code.google.com by turkey...@gmail.com on 27 Nov 2011 at 3:56
Original issue reported on code.google.com by
turkey...@gmail.com
on 27 Nov 2011 at 3:56