[omniORB] Compilation question.....

bjorn rohde jensen bjensen@fastmail.fm
Wed Aug 7 16:54:00 2002


Hi Craig,

 You dont see a list of valid features by invoking
configure --help?? That suprises me quite a bit.
For omniORB4 you should get something including
this;

Optional Features:
*  --disable-FEATURE       do not include FEATURE (same as
--enable-FEATURE=no)
*  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --disable-static        disable build of static libraries (default
                          enable-static)
  --disable-thread-tracing
                          disable thread and mutex tracing (default
                          enable-thread-tracing)

Optional Packages:
*  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
*  --without-PACKAGE       do not use PACKAGE (same as
--with-PACKAGE=no)
  --with-openssl          OpenSSL root directory (default none)
  --with-omniORB-config   location of omniORB config file (default
                          /etc/omniORB.cfg)
  --with-omniNames-logdir location of omniNames log directory (default
                          /var/omninames)

The *'ed lines are just syntax explanations ala autoconf style, so the
actual list of suported features are --enable-static=yes/no and
--enable-thread-tracing=yes/no. There is no separate feature list as
such. If you are using an official omniORB release, Duncan will
configured
it for maximum performance.

Yours sincerely,

Bjorn