Toon Knapen <[EMAIL PROTECTED]> writes: > On Friday 17 January 2003 11:07, David Abrahams wrote: >> It's not just about circular dependencies. If library A depends on >> library B, when you link them into an executable there's no guarantee >> that they'll appear in the right order. > > > OK but I never had any trouble with it so far (although NEEDLIBS is > only used once in my linkline to prevent people from creating > circular dependencies)
It's fine if you're willing to tolerate things occasionally not working in your project in order to prevent some misuse. Boost.Build has different design goals, so we have to use the more-reliable approach. Don't say I didn't warn you... ;-). -Dave -- David Abrahams [EMAIL PROTECTED] * http://www.boost-consulting.com Boost support, enhancements, training, and commercial distribution _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost