[omniORB] AIX build currently broken

Mark Zimmerman markzimm at frii.com
Fri May 21 13:16:50 BST 2004


Greetings:

I tried to build the latest snapshot under AIX and it fails. The 4.0.3
baseline builds fine. Here is the symptom:

When attempting to create shared/libCOSDynamic4.so.0.3, the link
command no longer includes shared/libCOS4.so.0.3. Here is the command
when building 4.0.3:

xlC_r -qmkshrobj -o shared/libCOSDynamic4.so.0.3 -L../../../lib
-L../../../../lib shared/TimeBaseDynSK.o shared/CosTimeDynSK.o
shared/CosEventCommDynSK.o shared/CosEventChannelAdminDynSK.o
shared/CosNotificationDynSK.o shared/CosNotifyCommDynSK.o
shared/CosNotifyFilterDynSK.o shared/CosNotifyChannelAdminDynSK.o
shared/CosLifeCycleDynSK.o shared/libCOS4.so.0.3 -lomniORB4
-lomniDynamic4 -lomnithread -lpthread

and here is the command from the current snapshot:

xlC_r -qmkshrobj -o shared/libCOSDynamic4.so.0.3 -L../../../lib
-L../../../../lib shared/TimeBaseDynSK.o shared/CosTimeDynSK.o
shared/CosEventCommDynSK.o shared/CosEventChannelAdminDynSK.o
shared/CosNotificationDynSK.o shared/CosNotifyCommDynSK.o
shared/CosNotifyFilterDynSK.o shared/CosNotifyChannelAdminDynSK.o
shared/CosLifeCycleDynSK.o -lomniORB4 -lomniDynamic4 -lomnithread
-lpthread

I have looked at the differences in the mk directory and it is not yet
clear to me what caused this.

-- Mark




More information about the omniORB-list mailing list