[omniORB] Config Option to Link omniORB Executables with
omniCodeSets Library?
Pat Pascal
ppascal at verano.com
Wed Dec 6 17:05:03 GMT 2006
Duncan Grisby wrote:
> 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.
I tried your suggestion, but there was no change in the make output nor
the executable (i.e. no -lomniCodeSets4 appeared in the link command for
omniNames). I did re-run the configure script, but this also did not
produce the desired result. Is there some additional change required?
Pat Pascal
More information about the omniORB-list
mailing list