AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
Expand all | Collapse all

How can I tell which systems have the chargeable XL C and XL C++ compilers

  • 1.  How can I tell which systems have the chargeable XL C and XL C++ compilers

    Posted Fri April 15, 2011 05:10 PM

    Originally posted by: khfagan


    Hi all,
    Sorry for this rookie question. How can I tell which of my systems have the chargeable versions of the XL C and C++ compilers installed? Are there specific filesets I can search for on the systems that will tell me I have the chargeable compilers? Or, is there another, easier way I can tell which systems have XL C and C++ compilers installed. Please let me know. Thank you very much.
    #AIX-Forum


  • 2.  Re: How can I tell which systems have the chargeable XL C and XL C++ compilers

    Posted Tue April 19, 2011 11:52 AM

    Originally posted by: flodstrom


    For C compiler

    lslpp -l "vac.*"

    For C++ compiler

    lslpp -l "vacpp.*"

    ...or look for /usr/vac/ and /usr/vacpp/ on your hosts,
    #AIX-Forum