gm2
[Top][All Lists]
Advanced

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

Re: gm2-4.7.4 latest on OSX ppc 10.5.8 build ok but fail all test


From: Benjamin Kowarsch
Subject: Re: gm2-4.7.4 latest on OSX ppc 10.5.8 build ok but fail all test
Date: Mon, 6 Apr 2020 22:13:53 +0900

On Mon, 6 Apr 2020 at 21:37, ssbb <address@hidden> wrote:
##Simple test: libpth not found, on OSX libthread in is system lib IIRC...

libpth is not libpthread.

libpth is a *portable* thread library, libpthread is a *preemptive* thread library.

The former is implemented on top of the latter in order to simulate coroutine semantics at the user level.

GM2 uses libpth to implement Modula-2 coroutines.

Thus, you will need to have libpth installed.


reply via email to

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