[omniORB] OmniORB 3.02 and RedHat 7 w/ GCC 2.96

Michael J. Accetta mja@laurelnetworks.com
Tue, 27 Feb 2001 16:51:07 -0500


Has anyone successfully built OmniORB 3.0.2 under RedHat 7 using
GCC 2.96?  I am currently stuck at a
segmentation fault in _IO_wdoallocbuf() inside  omnipython, apparently
initializing libstdc++ from within the dlopen
of _omniidlmodule.so.   I almost certainly have something misconfigured
for the build as it looks like the stdc++ library initialization is
failing.  This is with a version of python 1.5.2 built on RedHat 7 fom
the full source distribution, although the same failure syndrome happens
using  the i586_linux_2.0_glibc precompiled binary that works under
RedHat 6.2.

- Mike Accetta