Programming Languages on Power

Power Programming Languages

IBM Power, including the AIX, IBM i, and Linux operating systems, support a wide range of programming languages, catering to both traditional enterprise applications and modern development needs.


#Power


#Servers
#Programminglanguages
 View Only
  • 1.  vac/vacpp compilers for AIX

    Posted 06/24/20 03:35 AM
    Edited by JING CHEN 06/24/20 06:39 AM
    Disclaimer: This post is migrated from IBM Developer Answers that is no longer in use. Its original author is sgosaibi, posted on April. 24, 2018.

    hi there, i'm AIX system admin and got a request from application team to install vac and vacpp compiler packages. i looked for it but every time i download. I found it xlc and xlccmp packages. my question, since i see those two packages description as C/C++ compilers

    what's the difference between those two package vac/vacpp and xlc/xlccmp? and where to download the trial/evaluation copy for the time been?


    -------------------------------------------------------------
    Question asked by sgosaibi on April. 24, 2018
    -------------------------------------------------------------

    #C/C++andFortran


  • 2.  RE: vac/vacpp compilers for AIX

    Posted 06/24/20 03:36 AM
    Edited by JING CHEN 06/24/20 05:42 AM

    Hi @sgosaibi,

    Starting with IBM XL C/C++ for AIX V13.1 (first available June 2014) compiler filesets are installed with xlc and xlC in their names. In prior versions, compiler filesets were installed with vac in their name, a holdover from when they were marketed as Visual Age compilers. More information can be found here.

    The xlccmp packages are the C/C++ compiler filesets, and the xlc ones are the C/C++ runtime filesets.

    You may download the 90 day free trial of IBM XL C/C++ for AIX here.

    --------------------------------------------------------------
    Answered by Nicole Trudeau on April. 25, 2018
    --------------------------------------------------------------