[omniNotify] omniORB 4.0.1, omniNotify 2.0 alpha, and AIX

Mark Zimmerman markzimm@frii.com
Thu Mar 13 21:16:01 2003


Greetings:

I am trying to compile omniNotify 2.0 alpha with omniORB 4.0.1 on an
AIX machine. There are some problems with library dependencies that
the attached patch seems to work around. I am sure that this is not
the correct answer to the problem but it may be of informational
value.

The problems occur when linking libAttNotificationDynamic4.a.0 and
libCOSDynamic4.a.0. Both have a multitude of unresolved externals that
are resolved by adding a library to the link. This is not necessary
under Solaris or Linux.

Also, in both cases the following linker warnings are reported:

ld: 0711-415 WARNING: Symbol __cdtors is already exported.
ld: 0711-415 WARNING: Symbol __priority0x80000028 is already exported.

-- Mark