AIX

 View Only
Expand all | Collapse all

Can we run AIX 7.1 compiled cpp applications in AIX 7.2

  • 1.  Can we run AIX 7.1 compiled cpp applications in AIX 7.2

    Posted Mon September 19, 2022 10:26 AM
    Hi All,
    If i upgrade from AIX 7.1 to AIX 7.2.
    Can we run the cpp applications in AIX 7.2  which is compiled in AIX 7.1???

    Thanks
    Amarjeet


    ------------------------------
    Amarjeet Kumar
    ------------------------------


  • 2.  RE: Can we run AIX 7.1 compiled cpp applications in AIX 7.2

    Posted Wed September 21, 2022 02:15 AM
    AIX support binary compatibility. So generally application compiled on older release of AIX supported on newer release of AIX.
    C++ application uses c++ runtime, you need to make sure you have the right version of c++ runtime on the system. 

    Between what compiler you are using to build your application ? 

    Here is some more details 
    https://www.ibm.com/docs/en/xl-c-and-cpp-aix/16.1?topic=reference-xl-c-runtime-environment-filesets

    ------------------------------
    SANKET RATHI
    ------------------------------