On 05/21/2010 03:02 PM, Ian Lance Taylor wrote: > Systems without symbol interposition tend to have what I consider to > be odd semantics, such as having two different global functions with > exactly the same name and complex rules about which one is called > depending on which shared library is doing the calling. That kind of > thing is OK if you know what you are doing but it seems like an odd > choice for default behaviour. Definitely. It leads to extremely strange bugs that are very hard to track down. Andrew.