[omniORB] omniORB 3.0.4 build error with gcc-3.0

Nikolas Kauer nkauer@ph.ed.ac.uk
Fri, 17 Aug 2001 17:32:21 +0100 (BST)


When I try to build omniORB 3.0.4 from source on
Linux 2.2.17-14smp glibc-2.1.3-22 using
platform = i586_linux_2.0_glibc2.1
with Python-2.1.1 and gcc-3.0 the build fails with:
-----------------------------------------------------
../../../bin/i586_linux_2.0_glibc2.1/omniidl -bcxx -Wba
-p../../../src/lib/omniORB2  -ComniORB3 ../../../idl/Naming.idl


omniidl: ERROR!

omniidl: Could not open IDL compiler module _omniidlmodule.so
omniidl: Please make sure it is in directory
/something/local/omni/lib/i586_linux_2.0_glibc2.1
omniidl: (or set the PYTHONPATH environment variable)

omniidl: (The error was `libstdc++.so.3: cannot open shared object file:
No such file or directory')
--------------------------------------------------
I've built omniORB on another Linux box before and
everything went fine (no explicit PYTHONPATH necessary).
I found a similar message in the archives regarding a
Sun compiler.  Is this a bug in gcc-3.0 or should I be
doing something differently?

Thanks,
Nikolas