Andrew Haley <aph@redhat.com> writes: > This leads to a situation where you have no idea if a build has > succeeded or not. Isn't this a natural consequence of late binding? Couldn't this happen even without my proposal, if you reference-by-reflection some class in myLibrary.so and myLibrary.so isn't around at runtime? - a