[omniORB] SCO 5 and omniOrb

James Riden jamesr@harlequin.co.uk
Thu, 09 Sep 1999 15:18:42 +0100


At 10:03 09/09/99 -0400, LeBerKnight, Alan [OCDUS - Non J&J] wrote:
>I've successfully compiled omniORB on SCO 5 using gcc ver 2.7.2.3
>FSU Pthreads 3.5 version 98.2 and gnu make 3.76.1 ver 98.2.  I have also
>compiled the echo example.  However, for eg2_clt I am receiving an error
>such
>as "Caught system exception COMM_FAILURE, unable to contact the object." 
>
>Here is the command I am using:
>eg2_clt 'IOR:01701......'

Alan,

You shouldn't leave the quotes in, ie. type :

eg2_clt IOR:01701.... 

There may also be some issues with using gcc 2.7 with shared libraries.
See README.egcs for more details.

cheers,
 James