Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sandyversant

    determine compiler version on AIX

    % lslpp -l | grep xlC xlC.adt.include 6.0.0.0 COMMITTED C Set ++ Application xlC.aix50.rte 6.0.0.13 COMMITTED C Set ++ Runtime for AIX 5.0 xlC.cpp 5.0.2.0 COMMITTED C for AIX Preprocessor xlC.rte 6.0.0.0 COMMITTED C Set ++ Runtime % lslpp -l | grep vac...
  2. sandyversant

    Execute external command as another user

    There is sonmething called uid bit. You have to set the uid bit of that executable. chmod u+s exe_name
  3. sandyversant

    determine compiler version on AIX

    Hi, I'm newbie on AIX. and I find it very difficult to deteremine C and CPP compilers on my machine. There are too many things like xlc, xlC, vac, lslpp, etc. How do I find the versions for the compilers?

Part and Inventory Search

Back
Top