On 08/09/2021 12:21, Jitender Kumar3 wrote:
Hello, I want to download GNUCoreutils for AIX-5.2 OS but I am unable to find any setup file on official website. I have found one file but that is not compatible with AIX-5.2. That file is compatible for AIX-6.1. Please guide me on this and if possible, then please share me the link where I can download this.
Do you have access to a compiler, as generally we only release sources (available from https://ftp.gnu.org/pub/gnu/coreutils/) After extracting the desired version of the source tarball, the process is usually something like: ./configure && make Pádraig