Andreas Enge on Fri, 04 Nov 2022 19:44:21 +0100


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

Re: Issue with threading engine


Hello,

Am Fri, Nov 04, 2022 at 07:31:46PM +0100 schrieb Jean-Luc ARNAUD:
> What can I do to restore threading to pthread, without downgrading to
> 2.13.3?

this is normally just a question of using the right configure flags.
Doing
   ./Configure --mt=pthread
should be enough.

Andreas