Craig A. Vanderborgh writes: > > But what would happen if the same class were pushed TWICE? That will only happen if the same library is loaded twice. This is typically because some forgets to use -Bsymbolic with a BC-compiled library. It's best to abort in this case. Andrew.