I recently had to determine the version of the AIX compiler running on a few machines at work. Unfortunately, there doesn't seem to be a good way to do that. The best way seems to be to check the installed software list. I got that idea from this usenet post. In particular, I used lslpp -L | grep vac.C. I also found that strings `which cc` | grep "C for AIX" worked too, and may give a more accurate number than the installed software list.
'IT 세상' 카테고리의 다른 글
액티브 디렉토리(ACTIVE DIRECTORY)란 ..? (0) | 2010.02.25 |
---|---|
OS unix aix 패키지 정보 구하기 (0) | 2010.02.09 |
html 5의 모든것 (0) | 2010.02.03 |
AIX MAC address 알아보는 방법 (0) | 2010.02.02 |
윈도우 네트웤 드라이브 연결방법 (0) | 2010.02.02 |