[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [JITTER] `switch' dispatch model doesn't work
From: |
Jose E. Marchesi |
Subject: |
Re: [JITTER] `switch' dispatch model doesn't work |
Date: |
Thu, 06 May 2021 00:08:24 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> Hello José.
>
> On 2021-05-05 at 22:52 +0200, Jose E. Marchesi wrote:
>
>> After configuring and building poke with:
>>
>> $ ../configure --with-jitter-dispatch=switch CFLAGS='-O0 -ggdb'
>
> No. These options have the form --enable-XX , and not --with-XX . I
> think I followed the convention correctly, after the Autoconf manual:
> these options serve to enable or disable features, and not to link with
> other software.
Oops, ok.
So, the error/segfault happens because -O0 can NOT be used with
non-threading right?