@Capehill
Quote:
Wasn't there a separate threading model -athread=pthreads or similar for using posix threads? (single, native and pthreads?)
Yeah, there "single" and "native" for now. Also it has "pthread", but by default that file not compiled in (need gthr-amigaos-pthread.o, which can be build separately from adtools repo, but this one luck important functions implementations, so of no real use now, see:
https://github.com/sba1/adtools/issues/95)
Quote:
There was nothing about pthreads in Sinan's linking errors, hence I don't understand why to link with pthreads?
Maybe he just copy+paste, or maybe some of those 3d party libs need pthreads, and errors he has only arisen after he link with them :)