Re: [Help-gnucap] Compiling for FreeBSD
alan somers <[email protected]> Tue, 4 Apr 2017 22:59:15 -0600
| Newsgroups | gmane.comp.gnu.gnucap.devel,gmane.comp.gnu.gnucap.general |
|---|---|
| Message-ID | <CAOtMX2jaoC3G3q9Xp6ec-xu17uzoxOcyEZw08MqQkRqzBJyE7A@mail.gmail.com> |
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.