Thanks a lot for the explanation and the link to libgnu, I almost forgot about that.
Quote:
Piru wrote:
The semaphore implementation is missing in the current public SDK, but will be part of the next SDK release. Signal handling is limited, but exists and is working (with certain limitations such as for example KILL not being possible). Typically the missing functions can be implemented with the existing rudimentary functions. If you have any specific needs or something critical missing let me know and I'll look into adding it.
Great! Any idea when the SDK will be out?
Quote:
Piru wrote:
MorphOS binaries are always position independent anyway, so there is no need for it.
Okay, but is then throwing an error a good solution? Wouldn't it be better to simply accept -pie?