1833775 Members
3234 Online
110063 Solutions
New Discussion

Name to C++ compiler AIX

 
Flavio Lacks
Frequent Advisor

Name to C++ compiler AIX

Exist compiler from C++ in AIX ? What name this compiler ?
1 REPLY 1
Florian Heigl (new acc)
Honored Contributor

Re: Name to C++ compiler AIX

hi,

on an AIX host there is, like with hp no full c++ compiler installed in a standard OS install.

there are two options - GNU C++ compiler
(/usr/local/bin/g++) or IBM's xlC (I don't remember the path, the binary is xlC++, I think.)
lslpp -w *xlC* | more should get You started.

It's cold in here anyway, I'll just turn on the ibm and have a look. :)
yesterday I stood at the edge. Today I'm one step ahead.