forth - Where are pthreads in Gforth? -


i trying load pthreads module in gforth. appears unavailable.

needs pthread.fs :1: no such file or directory needs >>>pthread.fs<<< backtrace: $7f647ba86f40 throw $7f647ba87048 required needs pthreads.fs :2: no such file or directory needs >>>pthreads.fs<<< backtrace: $7f647ba86f40 throw $7f647ba87048 required needs unix/pthreads.fs :3: no such file or directory needs >>>unix/pthreads.fs<<< backtrace: $7f647ba86f40 throw $7f647ba87048 required needs unix/pthread.fs :4: no such file or directory needs >>>unix/pthread.fs<<< backtrace: $7f647ba86f40 throw $7f647ba87048 required 

i running gforth 0.7.0. there special need load it? available in newer version?

after googling, appears probably in version higher 0.7.0.


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -