Yaakov (Cygwin/X) wrote: > Once again, these are all shared libraries, in which case the order > among them does NOT matter. But if any of them were static, then this > top-down order is correct. [snip]
You're wrong, libraries shared or static are dealt the same way by the compiler which looks for its list of unresolved symbols and doesn't re-scan libraries when another symbol appears. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/