[omniORB] Config Option to Link omniORB Executables with omniCodeSets Library?

Duncan Grisby duncan at grisby.org
Wed Dec 6 10:23:15 GMT 2006


On Tuesday 5 December, Pat Pascal wrote:

> When building the omniORB software on Linux, is there a simple
> configure option (or some other easy build setting) to have the
> omniORB executables (such as omniNames) automatically link against
> the omniCodeSets library?  I'm not familiar with the GNU makefiles,
> and prefer not to rebuild the executables manually.

There's no configure option to do it. To do it, edit the dir.mk file in
the omniNames directory and add $(OMNIORB_CODESETS_LIB) after
$(CORBA_LIB_NODYN) in the libs setting at the end of the file.

Why do you want to link omniNames or other executables with the codesets
library?

Cheers,

Duncan.

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



More information about the omniORB-list mailing list