This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: aix gcc compile on aix 5L but couldn't run on aix 4.3
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: mla <wyl_lyf at yahoo dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Fri, 01 Aug 2003 14:20:22 -0400
- Subject: Re: aix gcc compile on aix 5L but couldn't run on aix 4.3
- References: <20030731200552.79622.qmail@web14501.mail.yahoo.com>
>>>>> mla writes:
> I use gcc to compile a program running on
> aix 5.2. but when I copied it into aix 4.3. it won't
> run.
Applications from older versions of AIX can run on newer versions,
but not vice-versa. You can compile and link an application on AIX 4.3
and run it on AIX 5.2, but not the opposite direction.
David