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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -