Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.sys.ibm.ps2.hardware > #71434 > unrolled thread

Another dead end [POSIX programs?]

Started byLouis Ohland <ohland@charter.net>
First post2026-06-11 09:15 -0500
Last post2026-06-11 20:54 -0700
Articles 2 — 2 participants

Back to article view | Back to comp.sys.ibm.ps2.hardware


Contents

  Another dead end [POSIX programs?] Louis Ohland <ohland@charter.net> - 2026-06-11 09:15 -0500
    Re: Another dead end [POSIX programs?] Kevin Bowling <kevin.bowling@kev009.com> - 2026-06-11 20:54 -0700

#71434 — Another dead end [POSIX programs?]

FromLouis Ohland <ohland@charter.net>
Date2026-06-11 09:15 -0500
SubjectAnother dead end [POSIX programs?]
Message-ID<110efuj$2kt$1@csiph.com>
This already seams to unravel just by looking at it...

AIX 1.3 has POSIX compliant abilities. From a short bit 'o surfing, 
POSIX means the script or application uses common commands to do things.

I'm desperate, but not serious....

Does any POSIX-compliant app exist for Unix?

[toc] | [next] | [standalone]


#71437

FromKevin Bowling <kevin.bowling@kev009.com>
Date2026-06-11 20:54 -0700
Message-ID<110fvud$21tq$1@csiph.com>
In reply to#71434
On 6/11/26 07:15, Louis Ohland wrote:
> This already seams to unravel just by looking at it...
> 
> AIX 1.3 has POSIX compliant abilities. From a short bit 'o surfing, 
> POSIX means the script or application uses common commands to do things.

In the mid 1980s UNIX was already growing beyond expectations.  This 
sprawl of hardware, vendors, and OSes was becoming increasingly 
difficult to write common software for.  So various people decided to 
standardize some of these UNIX interfaces, and eventually after some 
earlier efforts that became POSIX.  It's still active today 
https://posix.opengroup.org/

Famously, diverse systems like Windows NT and z/OS were adapted and met 
the criteria.  There was a lot of pressure because the US Govt wanted 
every system POSIX capable at one point.

> I'm desperate, but not serious....
> 
> Does any POSIX-compliant app exist for Unix?

Certainly, you can easily reference a POSIX spec and write a shell 
script or C program that is conforming.  Beyond small utilities, 
scripts, and examples it might get more system-dependent where a 
superset of POSIX is being used - and then the software has to know 
about one or more systems to function on them..  so called porting.

So what does it mean for practically?  Well, if AIX 1.3 is the target, 
you'd need to find software roughly period correct for the smoothest 
sailing.  There are archive.org sets like comp.unix.sources or GNU or 
whatever from that time period.  Then you can compile and run it, and it 
will work with minimal fuss.

You can also "backport" software written to newer specs to run on older 
systems, but it's a little more involved.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.sys.ibm.ps2.hardware


csiph-web