Antw: Re: [omniORB] omniorb-2.7.1, HPUX 10.20 and egcs

Andi Kessler Andi.Kessler@sarasin.ch
Wed, 12 May 1999 14:56:19 +0200


One issue in porting to 11.00 is surely the new thread arcitecture which =
supports now kernel threads.
The posix conformance has also changed.
I was able to build the omnithread library and all thread examples worked =
fine.
But the orb lib was not working and I had no time to look into.

Some HPUX11 specific settings in the platform makefile are:
-lpthread -D_HPUX_SOURCE  -D_POSIX_C_SOURCE=3D199506L
I have set OMNITHREAD_POSIX_CPPFLAGS =3D -DPthreadDraftVersion=3D14=20

one has also to replace=20
  -ldce -lcma=20
by=20
  -lpthread=20
in the file /src/lib/omnithread/sharedlib/dir.mk

Andreas


>>> "SAINTIGNY Loic" <loic.saintigny@eurocontrol.fr> 12.05.1999  14.15 Uhr =
>>>
Hi,

I'm trying to compile omniorb 2.7.1 on HPUX 11.00, but I've got
some problems I've not been able to solve.
Is Someone succeed in it.

Thank Forward.