[omniORB] To Compile under AIX... Victory !!

Vaillant Etienne vaillant.etienne@noos.fr
Fri Apr 18 18:31:01 2003


Hello,

You (Craig Rodrigues ) are right !

cc is a symbol link from xlc(C complier)

so to compile omniORB (4.0.1) under AIX with native compiler :

$ setenv CC /usr/vacpp/bin/xlc
$ setenv CXX /usr/vacpp/bin/xlC
$ ./configure
$ gmake

no problems.

thanks a lot
Etienne