[omniORB] To Compile under AIX(4.3.3) with gcc...

Vaillant Etienne vaillant.etienne@noos.fr
Tue Apr 22 18:09:02 2003


Hello,

I try to compile omniOrb(4.0.1) under AIX with gcc(2.95.3)... I have 
some problems :

When i use :
    - configure/gmake : there are an error because it want to use 
MakeC++sharedLib to construct share library so I try with the other 
method tu compile.

    - I modify ./config/config.mk : I add "platform = power_aix_4.3_gcc
                    ./mk/platforms/power_aix_4.3_gcc.mk : PYTHON = 
/usr/local/bin/python
                                                                       
             PYTHONLIBDIR = /usr/local/python/1.5.2/lib/python1.5/config
    and i go into ./src and type : gmake export
    and then i have an error (after a little compilation) :


../../../bin/powerpc_aix_4.3_gcc/omniidl -bcxx -Wba 
-p../../../src/lib/omniORB -Wbdebug -v -ComniORB4 ../../../idl/bootstrap.idl


omniidl: ERROR!

omniidl: Could not open IDL compiler module _omniidlmodule.so
omniidl: Please make sure it is in directory 
/tmp_users/scdprve/omniORB-4.0.1/lib/powerpc_aix_4.3_gcc
omniidl: (or set the PYTHONPATH environment variable)

omniidl: (The error was 'No module named _omniidl')


gmake[2]: *** [omniORB4/bootstrap.hh] Error 1
gmake[2]: Leaving directory 
`/tmp_users/scdprve/omniORB-4.0.1/src/lib/omniORB'
gmake[1]: *** [export] Error 2
gmake[1]: Leaving directory `/tmp_users/scdprve/omniORB-4.0.1/src/lib'
gmake: *** [export] Error 2
           
So have you any idea ?

Thank
Etienne