On Tue, Apr 4, 2017 at 10:42 PM, al davis <[email protected]> wrote: > On Wed, 5 Apr 2017 00:38:36 -0400 > al davis <[email protected]> wrote: > >> I have an idea, but I will need you to test it. > > Try commenting out lines 54 and 55 of l_dispatcher.h . > > ~DISPATCHER_BASE() { > #if !defined(NDEBUG) > for (typename std::map<std::string, CKT_BASE*>::iterator > ii = _map->begin(); > ii != _map->end(); > ++ii) { > assert(!(ii->second)); > } > #endif > //delete _map; // comment out > //_map = NULL; > }
Yep, that diff fixes the build with the default link order. _______________________________________________ Help-gnucap mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-gnucap
