[omniORB] omniORB 3 pre-release 3 is now available

Masaaki Sekiya sekiya@nagoya.ydc.co.jp
Fri, 30 Jun 2000 15:36:32 +0900 (JST)


Sai-Lai wrote:

> This version has been tested on x86 Linux (Redhat 6.1), Windows NT/2000,
> Solaris 2.5.1, Irix 6.5 and HPUX 11.0. I would appreciate if you can send
> me success or problem reports on other platforms.
> 
> The plan is to go to final 3.0.0 release in the next few days. So please
> help by giving this pre-release a try ASAP.

I'm trying to built pre3 on HPUX11.0 and when I type "make export",
( <Top> is omniORB3 Top )

Entering directory <Top>/src/tool      			fine 
Entering directory <Top>/src/lib/omnithread      	fine 
Entering directory <Top>/src/lib/omniORB2
I get as below
==============================
+ mkdir -p omniORB3
../../../bin/hppa_hpux_11.00/omniidl -bcxx -Wba -p../../../src/lib/omniORB2  -Co
mniORB3 ../../../idl/Naming.idl


omniidl: ERROR!

omniidl: Could not find IDL compiler module _omniidlmodule.so
omniidl: Please make sure it is in directory <Top>/lib/hppa_hpux_11.00
omniidl: (or set the PYTHONPATH environment variable)

omniidl: (The error was `Failed to load <Top>/lib/hppa_hpux_11.00/_omniidlmodule.sl')
==============================
and 'make' stops. 

On HPUX, 'tool/omniidl/cxx/dir.mk' deals with '_omniidlmodule.sl' as 'libname',
then '_omniidlmodule.so' isn't a relevant libname for HPUX. 
However omniidl complains about '_omniidlmodule.so'.
In 'lib/hppa_hpux_11.00' , there are some libraries exist as below,
_omniidlmodule.sl@      libomnithread.a*        libomnithread.sl.2.1*
_omniidlmodule.sl.0@    libomnithread.sl@       omnicpp*
_omniidlmodule.sl.0.1*  libomnithread.sl.2@

I see 'tool/omniidl/cxx/dir.mk' is not tested for HPUX.
Is this problem due to it or something my fault ?

Thanks

Masaaki Sekiya