[omniORB] Running Example Echo for omniORB-4.1.1

Duncan Grisby duncan at grisby.org
Thu Jan 10 16:51:30 GMT 2008


On Wednesday 9 January, charles bartlett wrote:

> In src/examples/echo/README, the instruction is to:
> "Edit ../../../config/config.mk to select the appropriate platform." I
> am using Ubuntu 7.10; it is not listed. I tried choosing "platform =
> i586_linux_2.0", but that led to many errors on "make all".

That README file is obsolete. I didn't realise it was still in the
distribution. I'll remove it.

Assuming you used the autoconf configure script, you don't need to do
anything about config.mk -- that's for the old build system that's only
still there for weird platforms that can't support autoconf.

To build the examples, just use make in the src/examples directory, in
the tree you used to build omniORB itself.

e.g.

  $ cd omniORB-4.1.1
  $ mkdir build
  $ cd build
  $ ../configure
  $ make
  $ sudo make install
  $ cd src/examples
  $ make

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list