[omniORB] Problem with OmniORBPy on AIX

Duncan Grisby duncan at grisby.org
Fri Aug 29 13:47:07 BST 2003


On Tuesday 26 August, Gary Duzan wrote:

>    It has been a while (i.e. several years), but the last time
> I tried getting omniORBpy working on AIX I had to change the module
> load routine in the python interpreter and link it with xlC in order
> for the global initializers to be called properly in C++ modules like
> omnipy. There may be an additional configuration option for the python
> interpreter to turn this support on.

That's definitely the issue. The errors show that static initialisers
in the omniORB libraries are not running. You need to figure out how
to make that work.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list