Re: 5.1 & 5.2 binary compatibility
From: Paul Pluzhnikov (ppluzhnikov-nsp_at_charter.net)
Date: 12/30/03
- Next message: Macros: "Using sed"
- Previous message: Paul Pluzhnikov: "Re: Help with 0711-317 error building Xerces samples"
- In reply to: Kevin O'Sullivan: "5.1 & 5.2 binary compatibility"
- Next in thread: mark taylor: "Re: 5.1 & 5.2 binary compatibility"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Dec 2003 09:34:32 -0800
kosullivan@elandtech.com (Kevin O'Sullivan) writes:
> I have built an app on AIX 5.1, a customer has AIX 5.2 - will my app
> run on his 5.2 box?
Yes, for most user-level programs [*].
Most likely for many system-level programs.
[*] Be sure your exe is linked dynamically against libc -- if it
is linked statically, all bets are off. You can see a list of
dynamic dependencies with "dump -H exename".
Cheers,
-- In order to understand recursion you must first understand recursion. Remove /-nsp/ for email.
- Next message: Macros: "Using sed"
- Previous message: Paul Pluzhnikov: "Re: Help with 0711-317 error building Xerces samples"
- In reply to: Kevin O'Sullivan: "5.1 & 5.2 binary compatibility"
- Next in thread: mark taylor: "Re: 5.1 & 5.2 binary compatibility"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]