[omniORB] Installation problem with OmniOrb 4.0 64 bit and Solaris 8

Mark Zimmerman markzimm@frii.com
Wed Oct 30 16:29:01 2002


On Tue, Oct 29, 2002 at 05:33:59PM -0700, Niklas Iveslatt wrote:
> Hi all,
> 
> We are trying to build a 64 bit version of OmniOrb 4.0 on Solaris 8 and we
> are having some problems.
> 
> We have added
> 
> -xtarget=ultra -xarch=v9
> 
> to applicable places in sun4_sosV_5.7.mk and made changes to SIZEOF_LONG
> and SIZEOF_PTR in include/omniORB4/CORBA_sysdep_trad.h
> 
> The problems happens a while after kicking off the build using make export
> in the src directory... The error which is a coredump listed below seems to
> happen in the omniidl component.
> 

I tried playing around with this some time ago and I believe I got the
same error. Ultimately, I gave up on it because we have no compelling
need to make omniORB bigger and slower.

While I don't really know for sure, my opinion of the source of the
problem is this: You are building python modules in 64 bit mode but
you have a 32 bit Python so they are incompatible. If you want to try
this out, you will have to build a 64 bit Python.

However, I might be full of it...

-- Mark