Operating System - HP-UX
1748156 Members
4202 Online
108758 Solutions
New Discussion

Linker Error in a module "ld: Unsatisfied symbol "CORBA_LongSeq"

 
SOLVED
Go to solution
AmolPatel
Advisor

Re: Linker Error in a module "ld: Unsatisfied symbol "CORBA_LongSeq"

Hello Dennis,

 

I was able to rectify the below linker warnings from module bin/ANTSUtilityServer (from my previous post).

However I'm unable to remove linker warnings from module bin/ANTSSvcVwGuiServer. Below are the same:

aCC -ext -mt -Wl,+s +DD64  -L/RLP/DEV/TEST_PJ005710_ph171234/ANTS/RLP_source_server/lib/release  -L/development0/rlp/xerces2.8/lib  -L/development0/rlp/VisiBroker/lib -L/oracle/g01/software/rdbms/10.2.0.5/lib   SvcVwGuiServer.o  -lfw  -lants_common_s  -lDb_ANTS  -lants_trunkgroup_s  -lants_adc_s  -lswitch_init_ui_s  -lants_lca_ui_s  -lants_mobile_code_s  -lants_verify_s  -lants_lca_s  -lwork_elementpayload_gen_c  -lservice_s  -lservice_lca_s  -lservice_mobile_code_s  -Wl,-a,shared -ldynany64_pr  -Wl,-a,shared -ldynany64_r  -Wl,-a,shared -lorbcore64_r  -Wl,-a,shared -lorbcore64_pr  -Wl,-a,shared -lcosnm64_pr  -Wl,-a,shared -lcosnm64_r  -Wl,-a,shared -lorb64_r  -Wl,-a,shared -lorb64_pr  -Wl,-a,shared -lfw64_r  -Wl,-a,shared -lfw64_pr  -Wl,-a,shared -ldsuser64_r  -Wl,-a,shared -ldsuser64_pr -Wl,-a,shared -ldbi  -Wl,-a,shared -lclntsh -Wl,-a,shared -lceg_mt -lpthread -lstream -o /RLP/DEV/TEST_PJ005710_ph171234/ANTS/RLP_source_server/bin/release/ANTSSvcVwGuiServer
ld: (Warning) Unsatisfied symbol "service::ServicePayload::insert(long,ants::common::TypeCode,ants::common::PayloadCategory,std::basic_string<char,std::char_traits<char>,std::allocator<char> >,int,long,bool)" in file /RLP/DEV/TEST_PJ005710_ph171234/ANTS/RLP_source_server/lib/release/libservice_lca_s.so
ld: (Warning) Unsatisfied symbol "service::lca::backflow::LcaPayloadPersistenceMgr::reconstructLcaNpaNxxModify(int,int,char const*,ceg::Referencer<service::lca::LcaNxx,ceg::ClearReference<service::lca::LcaNxx> >,int,int,bool)" in file /RLP/DEV/TEST_PJ005710_ph171234/ANTS/RLP_source_server/lib/release/libservice_lca_s.so
ld: (Warning) Unsatisfied symbol "service::lca::backflow::LcaPayloadPersistenceMgr::reconstructNpaNxxForDelta(int,ceg::Referencer<service::lca::OrpsRoute,ceg::ClearReference<service::lca::OrpsRoute> >,int,int,char const*,int,int,bool)" in file /RLP/DEV/TEST_PJ005710_ph171234/ANTS/RLP_source_server/lib/release/libservice_lca_s.so
ld: (Warning) Unsatisfied symbol "service::SwitchPayload::insert(long,char const*,ants::common::TypeCode,std::basic_string<char,std::char_traits<char>,std::allocator<char> >)" in file /RLP/DEV/TEST_PJ005710_ph171234/ANTS/RLP_source_server/lib/release/libservice_lca_s.so
ld: (Warning) Unsatisfied symbol "service::lca::backflow::LcaPayloadPersistenceMgr::reconstructLcaNpaNxxAdd(int,char const*,ceg::Referencer<service::lca::LcaNxx,ceg::ClearReference<service::lca::LcaNxx> >,int,int,bool)" in file /RLP/DEV/TEST_PJ005710_ph171234/ANTS/RLP_source_server/lib/release/libservice_lca_s.so
ld: (Warning) Unsatisfied symbol "service::lca::backflow::LcaPayloadPersistenceMgr::reconstructLcaNpaNxxDelete(service::SwitchPayload*,int,ceg::Referencer<service::lca::LcaNxx,ceg::ClearReference<service::lca::LcaNxx> >,int,int,bool)" in file /RLP/DEV/TEST_PJ005710_ph171234/ANTS/RLP_source_server/lib/release/libservice_lca_s.so
ld: (Warning) Unsatisfied symbol "service::lca::backflow::LcaPayloadPersistenceMgr::reconstructLcaNpaModifyPayload(int,ceg::Referencer<service::lca::OrpsRoute,ceg::ClearReference<service::lca::OrpsRoute> >,int,int,int,bool,bool)" in file /RLP/DEV/TEST_PJ005710_ph171234/ANTS/RLP_source_server/lib/release/libservice_lca_s.so
7 warnings.

 

Kindly help me out on the same as I'm unable to figure out the cause.

 

Thanks

Regards

Amol.

AmolPatel
Advisor

Re: Linker Error in a module "ld: Unsatisfied symbol "CORBA_LongSeq"

Dennis,

 

I was able to remove linker warnings as mentioned in my earlier post.

 

Thanks

Regards

Amol.

Dennis Handly
Acclaimed Contributor

Re: Linker Error in a module "ld: Unsatisfied symbol "CORBA_LongSeq"

>I was able to remove linker warnings as mentioned in my earlier post.

 

Great.  So no warnings/errors at link time?

AmolPatel
Advisor

Re: Linker Error in a module "ld: Unsatisfied symbol "CORBA_LongSeq"

Dennis,

 

Now there are no warnings during link time.

 

Regards

Amol.