[omniORB] Fwd: gcc 3.0.1 on HP-UX 11.x?

Harri Pasanen harri.pasanen@trema.com
Wed, 12 Sep 2001 09:29:49 +0200


 I've been trying if I can get omniORB3.0.4 going with gcc 3.0.1 on HP-UX 
 11.00.
 
 gcc itself bootstraps fine, and Python 2.1 builds fine with it (except 
 having to add -lpthread to link manually to get threading to work).
 
 It is only when I try to build omniorb that I run into problems.  When 
 running omniidl to compile Naming.idl, it just hangs.
 
 ../../../bin/hppa_hpux_11.00_gcc3/omniidl -bcxx -Wba 
 -p../../../src/lib/omniORB2  -ComniORB3 ../../../idl/Naming.idl
 
 At that point python just keeps hogging 99% of the CPU, and it never 
 terminates.
 
 I wonder if anyone else has tried this so we could swap notes.
 
 -Harri