
5 Dec
2004
5 Dec
'04
6:40 p.m.
On Nov 29, 2004, at 12:02 AM, Rene Rivera wrote:
Matthias Troyer wrote:
As I remember there was an issue with the build system and problems if one compiled library depended on another compiled library.
You mean a problem with trying to make a LIB out of two other LIBs? That would not happen in this case. Each of, serialization and program_options, would compile the source for the facet independently.
If each one compiles the sources into the same namespace there will be a problem with multiply defined symbols when both libraries are linked together. Matthias