[omniORB] omniorb3 app and autoconf - success

Dan Kegel dank@kegel.com
Wed, 13 Feb 2002 08:26:07 -0800


I wrote a corba wrapper around a c++ class yesterday
(My First Corba Program ever, whee!).

Because the project uses automake/autoconf to help
make it portable to multiple operating systems, I tried out
the autoconf macros for Corba from http://corbaconf.kiev.ua/
They're a little creaky yet, but they work, and
give me some hope of making my project compile not just with
OmniOrb 3, but lots of other corba implementations.

In case anyone's interested in a simple example of using
autoconf in Corba apps, check out my project at 
http://www.kegel.com/dkftpbench/

- Dan