gnucap-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnucap-devel] [Help-gnucap] Compiling for FreeBSD


From: alan somers
Subject: Re: [Gnucap-devel] [Help-gnucap] Compiling for FreeBSD
Date: Tue, 4 Apr 2017 22:59:15 -0600

On Tue, Apr 4, 2017 at 10:42 PM, al davis <address@hidden> wrote:
> On Wed, 5 Apr 2017 00:38:36 -0400
> al davis <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]