You have it backwards on two counts. First count is the point of POSIX is any OS vendor doesn’t need to worry about any other OS compatibility. Just implement POSIX interfaces. Second count is that is OP’s exact point: it never has been done before, because too many OS vendors give POSIX very little thought. This helps realize the original vision of POSIX.
CharlesW|2 years ago
I must be missing something. How are you getting from "just implement POSIX interfaces" to "compile once run everywhere"?
Wouldn't the former just promise that you could compile the same source on any POSIX-compliant OSs and get a binary that runs on that OS, on that architecture?
gavindean90|2 years ago
rhizome|2 years ago
stephc_int13|2 years ago
POSIX was not limited to the Unix world, the goal was for it to be implemented by all OS vendors, and it was partially done.
sheepscreek|2 years ago