Originally posted by: unixgrl
The answer is %95 dependent on the application and has little to do with AIX. AIX is generally binary backwards-compatible but that doesn't mean you don't have to recompile or update your app.
For example, a C program should be recompiled with an up to date version of the compiler and will probably need some code updates too.
Java, ksh, perl have all changed over the years too so if your app uses any of those you may have to change flags or rewrite sections of code.
Memory management has changed between AIX versions which could affect how well the app runs.
As to the question of whether the app can run on Linux or something else, again, the answer depends on the app and how it was written. You won't know until you try it.
#AIX-Forum