Sponsored Content
Operating Systems AIX Older versions of the XL C/C++ Evaluation for AIX 5.3 Post 303030175 by bakunin on Thursday 7th of February 2019 01:53:26 AM
Old 02-07-2019
I have 2 43P-140 which i used back in the days for development as well as cluster configurations. I haven't switched them on for a long time now and keep them mainly for sentimental purposes, along a Sun U05. The 43P-140 with its PowerPC 603e was able to run AIX 5.1 (or maybe 5.2 - i never bothered to update because 5.2 was a disaster anyways) but definitely not 5.3.

Moderator's Comments:
Mod Comment Generally speaking we do neither condone nor further illegal or copyright-/license-infringing activity at all, but sharing legal and legit information is always ok. That means:

- if you find a source with old IBM compiler versions to download
- and it is within the terms of their license agreement to download and use the software

then (but only then!!) it is perfectly OK to post a link. I will gladly help you to do so.

If, on the other hand, these preconditions are not met our rules require you to not only NOT post them but also refrain from any other activity to organise the usage of such links. This includes (but is not limited to) exchanging the information via PMs, offering to send links by email, exchanging email addresses in order to distribute the software, etc..

We do not want to take part - however small - in any illegal activity.

Furthermore we do NOT want you to post email addresses. If you have got something to say - say it publicly, because the information might be helpful to others too. If you can't say it publicly because of legal considerations it is most probably not suited for this site at all and you should not use our site at all to distribute the information.

In any case you are free (and, in fact, encouraged) to contact any moderator or administrator of the site to ask in advance should you not be sure if a certain content is within its scope or not and to find out if it could or could not be posted.


Having said this: in many cases it is possible to use the GCC compiler suite for AIX to compile software for AIX. This won't work always and sometimes the resulting binaries do not run reliably but for a first test this is usually OK. The evaluation versions of IBMs XlC compiler suite will create permanently usable code but will itself only work for a very short (IIRC 4 weeks) time. They are meant to evaluate the compiler, not the resulting binaries.

bakunin
This User Gave Thanks to bakunin For This Post:
 

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 verse older versions

So if everything in Solaris 10 is dynamically linked then I have a question. If /sbin/sh in Solaris 9 and lower are statically linked and I lose my /usr libraries the system is still recoverable cause I can use root. If /sbin/sh in Solaris 10 is dynamically linked and I lose my /usr libraries... (1 Reply)
Discussion started by: x96riley3
1 Replies

2. UNIX for Dummies Questions & Answers

Versions of HP-UX or AIX

Can I install a HP-UX or IBM AIX in my home pc?. It is a Intel Pentium 4 of 64 bits. Is there any version for me?. (5 Replies)
Discussion started by: kurt1978
5 Replies

3. Shell Programming and Scripting

Script to delete older versions of unique files

I have directory where new sub directories and files being created every few minutes. The directories are like abc_date, def_date, ghi_date. I am looking to keep the latest 2 unique directories and delete everything else. Here is what I have so far This gives me unique names excluding the... (5 Replies)
Discussion started by: zzstore
5 Replies

4. AIX

apache/tomcat compatibility with AIX versions

Hello, Where can i find the information about the compatibility versions of tomcat with AIX? for example, AIX 5.2 supported tomcat versions?? (1 Reply)
Discussion started by: balareddy
1 Replies

5. AIX

Disabling an ASCI terminal in AIX versions 3 and 4

Hi, I tried to do some research on this subject, but got nothing conclusive. I have the following need: I have different servers with AIX versions 3.2.5 through 4.3.2. Some of them have two ASCI terminals connected. I have a shell script that is executed by a user on the main console... (2 Replies)
Discussion started by: andrei_r20
2 Replies

6. AIX

How do i delete files older than 15 days in AIX?

Hi i have tried searching and googling, but cant quite get there I need to delete all files in a directory that are older than 15 days here is what i have tried find /path/to/files* -mtime +15 -exec del {} \;the first section works find /path/to/files* -mtime +15but the del command dosent... (4 Replies)
Discussion started by: bluesteel
4 Replies

7. UNIX for Dummies Questions & Answers

cp command evaluation

Hi all! I'm writting one script to copy a file in various folders, but there are 2 things to validate. First that the folder where i'll be cpying exists, and second that i have permissions to copy the file in it. so far i have found the way to validate the folder exists, but when trying to... (6 Replies)
Discussion started by: feliperivera
6 Replies

8. Shell Programming and Scripting

AIX: Find a process older than 15days

Hi All, My application has specific processes when the developers start using respective GUI . I would like to find related process on server side that is older than 15 days for my application. I am using AIX 6.0. Could you please help with the command on how to find the older process? ... (5 Replies)
Discussion started by: chandu123
5 Replies

9. Shell Programming and Scripting

Evaluation of test command

Could somebody please explain to me why and how the highlighted line(s) (?) of code puts the "test" evaluation into "result" and then to $enable_static ? Or does not ? I did comment out the original code and changed it to what I feel is less cryptic , but the "result" is still wrong =... (3 Replies)
Discussion started by: anne
3 Replies
All times are GMT -4. The time now is 03:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy