The rule is:
If a library depends on another library, you must build
the library it depends on first.
A number of product dependencies affect the order in which you must build your Rogue Wave libraries:
Many products depend on Tools.h++. If you so choose, Tools.h++ depends on the Standard C++ Library.
All the DBTools.h++ access libraries depend on the DBTools.h++ core library.
The int library in Tools.h++ Professional depends on Threads.h++.
The LAPACK.h++ library depends on Math.h++, and Analytics.h++ depends on both LAPACK.h++ and Math.h++.
Follow the sequence below, always building any libraries you own in a given group before moving on to the next.
Standard C++ Library (Optional) Tools.h++ DBTools.h++ core Threads.h++ Math.h++ DBTools.h++ access libraries Tools.h++ Professional LAPACK.h++ Money.h++ Analytics.h++
©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.