Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 92.63 KB | None | 0 0
  1. g++ -Wall -I. -I/usr/include/ -I/usr/include/orbsvcs/ -c -o cryptC.o cryptC.cpp
  2. g++ -Wall -I. -I/usr/include/ -I/usr/include/orbsvcs/ -c -o cryptS.o cryptS.cpp
  3. g++ -Wall -I. -I/usr/include/ -I/usr/include/orbsvcs/ -c -o main.o main.cpp
  4. In file included from main.cpp:5:
  5. CryptographicImpl.h: In member function ‘virtual char* CryptographicImpl::decrypt(const CaesarAlgorithm::charsequence&, CORBA::ULong, CORBA::ULong)’:
  6. CryptographicImpl.h:49: warning: comparison between signed and unsigned integer expressions
  7. #g++ cryptC.o cryptS.o main.o -o main
  8. g++ -L/usr/lib64/ -lTAO_PortableServer -lTAO_DynamicAny -lACE -lTAO -lTAO_CosNotification -lTAO_CosNaming cryptC.o cryptS.o main.o -o main
  9. cryptC.o: In function `TAO::Objref_Traits<CaesarAlgorithm>::marshal(CaesarAlgorithm*, TAO_OutputCDR&)':
  10. cryptC.cpp:(.text+0x7f): undefined reference to `CORBA::Object::marshal(CORBA::Object*, TAO_OutputCDR&)'
  11. cryptC.o: In function `CaesarAlgorithm::encrypt(char const*, unsigned int, unsigned int)':
  12. cryptC.cpp:(.text+0x277): undefined reference to `CORBA::Object::tao_object_initialize(CORBA::Object*)'
  13. cryptC.cpp:(.text+0x380): undefined reference to `TAO::Invocation_Adapter::invoke(TAO::Exception_Data*, unsigned long)'
  14. cryptC.cpp:(.text+0x39e): undefined reference to `TAO::Invocation_Adapter::~Invocation_Adapter()'
  15. cryptC.cpp:(.text+0x3b4): undefined reference to `TAO::Invocation_Adapter::~Invocation_Adapter()'
  16. cryptC.o: In function `CaesarAlgorithm::decrypt(CaesarAlgorithm::charsequence const&, unsigned int, unsigned int)':
  17. cryptC.cpp:(.text+0x4e3): undefined reference to `CORBA::Object::tao_object_initialize(CORBA::Object*)'
  18. cryptC.cpp:(.text+0x5ec): undefined reference to `TAO::Invocation_Adapter::invoke(TAO::Exception_Data*, unsigned long)'
  19. cryptC.cpp:(.text+0x60a): undefined reference to `TAO::Invocation_Adapter::~Invocation_Adapter()'
  20. cryptC.cpp:(.text+0x620): undefined reference to `TAO::Invocation_Adapter::~Invocation_Adapter()'
  21. cryptC.o: In function `CaesarAlgorithm::shutdown()':
  22. cryptC.cpp:(.text+0x72d): undefined reference to `CORBA::Object::tao_object_initialize(CORBA::Object*)'
  23. cryptC.cpp:(.text+0x7b8): undefined reference to `TAO::Invocation_Adapter::invoke(TAO::Exception_Data*, unsigned long)'
  24. cryptC.cpp:(.text+0x7d2): undefined reference to `TAO::Invocation_Adapter::~Invocation_Adapter()'
  25. cryptC.cpp:(.text+0x7e5): undefined reference to `TAO::Invocation_Adapter::~Invocation_Adapter()'
  26. cryptC.o: In function `CaesarAlgorithm::~CaesarAlgorithm()':
  27. cryptC.cpp:(.text+0x909): undefined reference to `CORBA::Object::~Object()'
  28. cryptC.o: In function `CaesarAlgorithm::~CaesarAlgorithm()':
  29. cryptC.cpp:(.text+0x96f): undefined reference to `CORBA::Object::~Object()'
  30. cryptC.o: In function `CaesarAlgorithm::_is_a(char const*)':
  31. cryptC.cpp:(.text+0xb17): undefined reference to `CORBA::Object::_is_a(char const*)'
  32. cryptC.o: In function `operator<<(TAO_OutputCDR&, CaesarAlgorithm*)':
  33. cryptC.cpp:(.text+0xdbe): undefined reference to `operator<<(TAO_OutputCDR&, CORBA::Object const*)'
  34. cryptC.o: In function `operator>>(TAO_InputCDR&, CaesarAlgorithm*&)':
  35. cryptC.cpp:(.text+0xdfd): undefined reference to `operator>>(TAO_InputCDR&, CORBA::Object*&)'
  36. cryptC.o: In function `__static_initialization_and_destruction_0(int, int)':
  37. cryptC.cpp:(.text+0xeb3): undefined reference to `CORBA::_tc_char'
  38. cryptC.o: In function `ACE_Log_Category_TSS::conditional_set(char const*, int, int, int)':
  39. cryptC.cpp:(.text._ZN20ACE_Log_Category_TSS15conditional_setEPKciii[ACE_Log_Category_TSS::conditional_set(char const*, int, int, int)]+0x3a): undefined reference to `ACE_Log_Msg::conditional_set(char const*, int, int, int)'
  40. cryptC.o: In function `ACE_Log_Category_TSS::log(char const*, ACE_Log_Priority, __va_list_tag*)':
  41. cryptC.cpp:(.text._ZN20ACE_Log_Category_TSS3logEPKc16ACE_Log_PriorityP13__va_list_tag[ACE_Log_Category_TSS::log(char const*, ACE_Log_Priority, __va_list_tag*)]+0x5a): undefined reference to `ACE_Log_Msg::log(char const*, ACE_Log_Priority, __va_list_tag*, ACE_Log_Category_TSS*)'
  42. cryptC.o: In function `ACE_OutputCDR::~ACE_OutputCDR()':
  43. cryptC.cpp:(.text._ZN13ACE_OutputCDRD2Ev[_ZN13ACE_OutputCDRD5Ev]+0x35): undefined reference to `ACE_Message_Block::release(ACE_Message_Block*)'
  44. cryptC.cpp:(.text._ZN13ACE_OutputCDRD2Ev[_ZN13ACE_OutputCDRD5Ev]+0x5e): undefined reference to `ACE_Message_Block::~ACE_Message_Block()'
  45. cryptC.cpp:(.text._ZN13ACE_OutputCDRD2Ev[_ZN13ACE_OutputCDRD5Ev]+0x78): undefined reference to `ACE_Message_Block::~ACE_Message_Block()'
  46. cryptC.o:(.gcc_except_table+0x170): undefined reference to `typeinfo for CORBA::Exception'
  47. cryptC.o:(.gcc_except_table+0x1b4): undefined reference to `typeinfo for CORBA::Exception'
  48. cryptC.o:(.gcc_except_table+0x20c): undefined reference to `typeinfo for CORBA::Exception'
  49. cryptC.o: In function `ACE_OutputCDR::write_ulong(unsigned int)':
  50. cryptC.cpp:(.text._ZN13ACE_OutputCDR11write_ulongEj[ACE_OutputCDR::write_ulong(unsigned int)]+0x1e): undefined reference to `ACE_OutputCDR::write_4(unsigned int const*)'
  51. cryptC.o: In function `ACE_OutputCDR::write_string(char const*)':
  52. cryptC.cpp:(.text._ZN13ACE_OutputCDR12write_stringEPKc[ACE_OutputCDR::write_string(char const*)]+0x37): undefined reference to `ACE_OutputCDR::write_string(unsigned int, char const*)'
  53. cryptC.cpp:(.text._ZN13ACE_OutputCDR12write_stringEPKc[ACE_OutputCDR::write_string(char const*)]+0x4f): undefined reference to `ACE_OutputCDR::write_string(unsigned int, char const*)'
  54. cryptC.o: In function `ACE_OutputCDR::write_char_array(char const*, unsigned int)':
  55. cryptC.cpp:(.text._ZN13ACE_OutputCDR16write_char_arrayEPKcj[ACE_OutputCDR::write_char_array(char const*, unsigned int)]+0x40): undefined reference to `ACE_OutputCDR::write_array(void const*, unsigned long, unsigned long, unsigned int)'
  56. cryptC.o: In function `ACE_InputCDR::~ACE_InputCDR()':
  57. cryptC.cpp:(.text._ZN12ACE_InputCDRD2Ev[_ZN12ACE_InputCDRD5Ev]+0x23): undefined reference to `ACE_Message_Block::~ACE_Message_Block()'
  58. cryptC.o: In function `ACE_InputCDR::read_octet(unsigned char&)':
  59. cryptC.cpp:(.text._ZN12ACE_InputCDR10read_octetERh[ACE_InputCDR::read_octet(unsigned char&)]+0x1f): undefined reference to `ACE_InputCDR::read_1(unsigned char*)'
  60. cryptC.o: In function `ACE_InputCDR::read_ulong(unsigned int&)':
  61. cryptC.cpp:(.text._ZN12ACE_InputCDR10read_ulongERj[ACE_InputCDR::read_ulong(unsigned int&)]+0x1f): undefined reference to `ACE_InputCDR::read_4(unsigned int*)'
  62. cryptC.o: In function `ACE_InputCDR::read_char_array(char*, unsigned int)':
  63. cryptC.cpp:(.text._ZN12ACE_InputCDR15read_char_arrayEPcj[ACE_InputCDR::read_char_array(char*, unsigned int)]+0x68): undefined reference to `ACE_InputCDR::read_array(void*, unsigned long, unsigned long, unsigned int)'
  64. cryptC.o: In function `operator>>(ACE_InputCDR&, char*&)':
  65. cryptC.cpp:(.text._ZrsR12ACE_InputCDRRPc[operator>>(ACE_InputCDR&, char*&)]+0x1f): undefined reference to `ACE_InputCDR::read_string(char*&)'
  66. cryptC.o: In function `TAO::details::string_traits_base<char>::duplicate(char const*)':
  67. cryptC.cpp:(.text._ZN3TAO7details18string_traits_baseIcE9duplicateEPKc[TAO::details::string_traits_base<char>::duplicate(char const*)]+0x14): undefined reference to `CORBA::string_dup(char const*)'
  68. cryptC.o: In function `TAO::details::string_traits_base<char>::release(char*)':
  69. cryptC.cpp:(.text._ZN3TAO7details18string_traits_baseIcE7releaseEPc[TAO::details::string_traits_base<char>::release(char*)]+0x14): undefined reference to `CORBA::string_free(char*)'
  70. cryptC.o: In function `CORBA::MARSHAL::~MARSHAL()':
  71. cryptC.cpp:(.text._ZN5CORBA7MARSHALD2Ev[_ZN5CORBA7MARSHALD5Ev]+0x13): undefined reference to `vtable for CORBA::MARSHAL'
  72. cryptC.cpp:(.text._ZN5CORBA7MARSHALD2Ev[_ZN5CORBA7MARSHALD5Ev]+0x1f): undefined reference to `CORBA::SystemException::~SystemException()'
  73. cryptC.o: In function `TAO_InputCDR::TAO_InputCDR(TAO_InputCDR const&)':
  74. cryptC.cpp:(.text._ZN12TAO_InputCDRC2ERKS_[_ZN12TAO_InputCDRC5ERKS_]+0x22): undefined reference to `ACE_InputCDR::ACE_InputCDR(ACE_InputCDR const&)'
  75. cryptC.o: In function `operator<<(TAO_OutputCDR&, unsigned int)':
  76. cryptC.cpp:(.text._ZlsR13TAO_OutputCDRj[operator<<(TAO_OutputCDR&, unsigned int)]+0x21): undefined reference to `TAO_OutputCDR::fragment_stream(unsigned int, unsigned int)'
  77. cryptC.o: In function `operator<<(TAO_OutputCDR&, char const*)':
  78. cryptC.cpp:(.text._ZlsR13TAO_OutputCDRPKc[operator<<(TAO_OutputCDR&, char const*)]+0x22): undefined reference to `TAO_OutputCDR::fragment_stream(unsigned int, unsigned int)'
  79. cryptC.o: In function `bool CORBA::is_nil<CORBA::Object*>(CORBA::Object*)':
  80. cryptC.cpp:(.text._ZN5CORBA6is_nilIPNS_6ObjectEEEbT_[bool CORBA::is_nil<CORBA::Object*>(CORBA::Object*)]+0x22): undefined reference to `CORBA::Object::is_nil_i(CORBA::Object*)'
  81. cryptC.o: In function `CORBA::Object::Object(int)':
  82. cryptC.cpp:(.text._ZN5CORBA6ObjectC2Ei[_ZN5CORBA6ObjectC5Ei]+0x19): undefined reference to `vtable for CORBA::Object'
  83. cryptC.cpp:(.text._ZN5CORBA6ObjectC2Ei[_ZN5CORBA6ObjectC5Ei]+0x80): undefined reference to `ACE_Thread_Mutex::ACE_Thread_Mutex(char const*, pthread_mutexattr_t*)'
  84. cryptC.o: In function `CaesarAlgorithm::CaesarAlgorithm(TAO_Stub*, bool, TAO_Abstract_ServantBase*, TAO_ORB_Core*)':
  85. cryptC.cpp:(.text._ZN15CaesarAlgorithmC1EP8TAO_StubbP24TAO_Abstract_ServantBaseP12TAO_ORB_Core[CaesarAlgorithm::CaesarAlgorithm(TAO_Stub*, bool, TAO_Abstract_ServantBase*, TAO_ORB_Core*)]+0x40): undefined reference to `CORBA::Object::Object(TAO_Stub*, bool, TAO_Abstract_ServantBase*, TAO_ORB_Core*)'
  86. cryptC.o: In function `CaesarAlgorithm::CaesarAlgorithm(IOP::IOR*, TAO_ORB_Core*)':
  87. cryptC.cpp:(.text._ZN15CaesarAlgorithmC1EPN3IOP3IOREP12TAO_ORB_Core[CaesarAlgorithm::CaesarAlgorithm(IOP::IOR*, TAO_ORB_Core*)]+0x2b): undefined reference to `CORBA::Object::Object(IOP::IOR*, TAO_ORB_Core*)'
  88. cryptC.o: In function `CORBA::TypeCode::TypeCode(CORBA::TCKind)':
  89. cryptC.cpp:(.text._ZN5CORBA8TypeCodeC2ENS_6TCKindE[_ZN5CORBA8TypeCodeC5ENS_6TCKindE]+0x12): undefined reference to `vtable for CORBA::TypeCode'
  90. cryptC.o: In function `TAO::TypeCode::Alias<char const*, CORBA::TypeCode* const*, TAO::Null_RefCount_Policy>::Alias(CORBA::TCKind, char const*, char const*, CORBA::TypeCode* const*)':
  91. cryptC.cpp:(.text._ZN3TAO8TypeCode5AliasIPKcPKPN5CORBA8TypeCodeENS_20Null_RefCount_PolicyEEC2ENS4_6TCKindES3_S3_S8_[_ZN3TAO8TypeCode5AliasIPKcPKPN5CORBA8TypeCodeENS_20Null_RefCount_PolicyEEC5ENS4_6TCKindES3_S3_S8_]+0x33): undefined reference to `vtable for TAO::TypeCode::Alias<char const*, CORBA::TypeCode* const*, TAO::Null_RefCount_Policy>'
  92. cryptC.o: In function `TAO::TypeCode::Objref<char const*, TAO::Null_RefCount_Policy>::Objref(CORBA::TCKind, char const*, char const*)':
  93. cryptC.cpp:(.text._ZN3TAO8TypeCode6ObjrefIPKcNS_20Null_RefCount_PolicyEEC2EN5CORBA6TCKindES3_S3_[_ZN3TAO8TypeCode6ObjrefIPKcNS_20Null_RefCount_PolicyEEC5EN5CORBA6TCKindES3_S3_]+0x2f): undefined reference to `vtable for TAO::TypeCode::Objref<char const*, TAO::Null_RefCount_Policy>'
  94. cryptC.o: In function `TAO::TypeCode::Sequence<CORBA::TypeCode* const*, TAO::Null_RefCount_Policy>::Sequence(CORBA::TCKind, CORBA::TypeCode* const*, unsigned int)':
  95. cryptC.cpp:(.text._ZN3TAO8TypeCode8SequenceIPKPN5CORBA8TypeCodeENS_20Null_RefCount_PolicyEEC2ENS2_6TCKindES6_j[_ZN3TAO8TypeCode8SequenceIPKPN5CORBA8TypeCodeENS_20Null_RefCount_PolicyEEC5ENS2_6TCKindES6_j]+0x2e): undefined reference to `vtable for TAO::TypeCode::Sequence<CORBA::TypeCode* const*, TAO::Null_RefCount_Policy>'
  96. cryptC.o: In function `TAO::Invocation_Adapter::Invocation_Adapter(CORBA::Object*, TAO::Argument**, int, char const*, unsigned long, int, TAO::Invocation_Type, TAO::Invocation_Mode, bool)':
  97. cryptC.cpp:(.text._ZN3TAO18Invocation_AdapterC2EPN5CORBA6ObjectEPPNS_8ArgumentEiPKcmiNS_15Invocation_TypeENS_15Invocation_ModeEb[_ZN3TAO18Invocation_AdapterC5EPN5CORBA6ObjectEPPNS_8ArgumentEiPKcmiNS_15Invocation_TypeENS_15Invocation_ModeEb]+0x28): undefined reference to `vtable for TAO::Invocation_Adapter'
  98. cryptC.o: In function `ACE_Thread_Descriptor_Base::~ACE_Thread_Descriptor_Base()':
  99. cryptC.cpp:(.text._ZN26ACE_Thread_Descriptor_BaseD2Ev[_ZN26ACE_Thread_Descriptor_BaseD5Ev]+0x1f): undefined reference to `ACE_OS_Thread_Descriptor::~ACE_OS_Thread_Descriptor()'
  100. cryptC.o: In function `TAO::RetArgument::~RetArgument()':
  101. cryptC.cpp:(.text._ZN3TAO11RetArgumentD2Ev[_ZN3TAO11RetArgumentD5Ev]+0x13): undefined reference to `vtable for TAO::RetArgument'
  102. cryptC.cpp:(.text._ZN3TAO11RetArgumentD2Ev[_ZN3TAO11RetArgumentD5Ev]+0x1f): undefined reference to `TAO::Argument::~Argument()'
  103. cryptC.o: In function `TAO::InArgument::~InArgument()':
  104. cryptC.cpp:(.text._ZN3TAO10InArgumentD2Ev[_ZN3TAO10InArgumentD5Ev]+0x13): undefined reference to `vtable for TAO::InArgument'
  105. cryptC.cpp:(.text._ZN3TAO10InArgumentD2Ev[_ZN3TAO10InArgumentD5Ev]+0x1f): undefined reference to `TAO::Argument::~Argument()'
  106. cryptC.o: In function `IOP::IOR::~IOR()':
  107. cryptC.cpp:(.text._ZN3IOP3IORD2Ev[_ZN3IOP3IORD5Ev]+0x1b): undefined reference to `IOP::TaggedProfileSeq::~TaggedProfileSeq()'
  108. cryptC.o: In function `TAO::Argument::Argument()':
  109. cryptC.cpp:(.text._ZN3TAO8ArgumentC2Ev[_ZN3TAO8ArgumentC5Ev]+0xf): undefined reference to `vtable for TAO::Argument'
  110. cryptC.o: In function `TAO::RetArgument::RetArgument()':
  111. cryptC.cpp:(.text._ZN3TAO11RetArgumentC2Ev[_ZN3TAO11RetArgumentC5Ev]+0x1f): undefined reference to `vtable for TAO::RetArgument'
  112. cryptC.o: In function `TAO::InArgument::InArgument()':
  113. cryptC.cpp:(.text._ZN3TAO10InArgumentC2Ev[_ZN3TAO10InArgumentC5Ev]+0x1f): undefined reference to `vtable for TAO::InArgument'
  114. cryptC.o: In function `TAO::Narrow_Utils<CaesarAlgorithm>::unchecked_narrow(CORBA::Object*)':
  115. cryptC.cpp:(.text._ZN3TAO12Narrow_UtilsI15CaesarAlgorithmE16unchecked_narrowEPN5CORBA6ObjectE[TAO::Narrow_Utils<CaesarAlgorithm>::unchecked_narrow(CORBA::Object*)]+0x68): undefined reference to `typeinfo for CORBA::Object'
  116. cryptC.o: In function `TAO::Any_Impl_T<CaesarAlgorithm>::insert(CORBA::Any&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm*)':
  117. cryptC.cpp:(.text._ZN3TAO10Any_Impl_TI15CaesarAlgorithmE6insertERN5CORBA3AnyEPFvPvEPNS3_8TypeCodeEPS1_[TAO::Any_Impl_T<CaesarAlgorithm>::insert(CORBA::Any&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm*)]+0xa8): undefined reference to `CORBA::Any::replace(TAO::Any_Impl*)'
  118. cryptC.o: In function `TAO::Any_Impl_T<CaesarAlgorithm>::extract(CORBA::Any const&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm*&)':
  119. cryptC.cpp:(.text._ZN3TAO10Any_Impl_TI15CaesarAlgorithmE7extractERKN5CORBA3AnyEPFvPvEPNS3_8TypeCodeERPS1_[TAO::Any_Impl_T<CaesarAlgorithm>::extract(CORBA::Any const&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm*&)]+0x45): undefined reference to `CORBA::Any::_tao_get_typecode() const'
  120. cryptC.cpp:(.text._ZN3TAO10Any_Impl_TI15CaesarAlgorithmE7extractERKN5CORBA3AnyEPFvPvEPNS3_8TypeCodeERPS1_[TAO::Any_Impl_T<CaesarAlgorithm>::extract(CORBA::Any const&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm*&)]+0x5f): undefined reference to `CORBA::TypeCode::equivalent(CORBA::TypeCode*) const'
  121. cryptC.cpp:(.text._ZN3TAO10Any_Impl_TI15CaesarAlgorithmE7extractERKN5CORBA3AnyEPFvPvEPNS3_8TypeCodeERPS1_[TAO::Any_Impl_T<CaesarAlgorithm>::extract(CORBA::Any const&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm*&)]+0x9d): undefined reference to `TAO::Any_Impl::encoded() const'
  122. cryptC.cpp:(.text._ZN3TAO10Any_Impl_TI15CaesarAlgorithmE7extractERKN5CORBA3AnyEPFvPvEPNS3_8TypeCodeERPS1_[TAO::Any_Impl_T<CaesarAlgorithm>::extract(CORBA::Any const&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm*&)]+0xd5): undefined reference to `typeinfo for TAO::Any_Impl'
  123. cryptC.cpp:(.text._ZN3TAO10Any_Impl_TI15CaesarAlgorithmE7extractERKN5CORBA3AnyEPFvPvEPNS3_8TypeCodeERPS1_[TAO::Any_Impl_T<CaesarAlgorithm>::extract(CORBA::Any const&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm*&)]+0x1c1): undefined reference to `typeinfo for TAO::Unknown_IDL_Type'
  124. cryptC.cpp:(.text._ZN3TAO10Any_Impl_TI15CaesarAlgorithmE7extractERKN5CORBA3AnyEPFvPvEPNS3_8TypeCodeERPS1_[TAO::Any_Impl_T<CaesarAlgorithm>::extract(CORBA::Any const&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm*&)]+0x1c6): undefined reference to `typeinfo for TAO::Any_Impl'
  125. cryptC.cpp:(.text._ZN3TAO10Any_Impl_TI15CaesarAlgorithmE7extractERKN5CORBA3AnyEPFvPvEPNS3_8TypeCodeERPS1_[TAO::Any_Impl_T<CaesarAlgorithm>::extract(CORBA::Any const&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm*&)]+0x25c): undefined reference to `CORBA::Any::replace(TAO::Any_Impl*)'
  126. cryptC.o: In function `TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::insert_copy(CORBA::Any&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm::charsequence const&)':
  127. cryptC.cpp:(.text._ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEE11insert_copyERN5CORBA3AnyEPFvPvEPNS4_8TypeCodeERKS2_[TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::insert_copy(CORBA::Any&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm::charsequence const&)]+0xa8): undefined reference to `CORBA::Any::replace(TAO::Any_Impl*)'
  128. cryptC.o: In function `TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::insert(CORBA::Any&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm::charsequence*)':
  129. cryptC.cpp:(.text._ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEE6insertERN5CORBA3AnyEPFvPvEPNS4_8TypeCodeEPS2_[TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::insert(CORBA::Any&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm::charsequence*)]+0xa8): undefined reference to `CORBA::Any::replace(TAO::Any_Impl*)'
  130. cryptC.o: In function `TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::extract(CORBA::Any const&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm::charsequence const*&)':
  131. cryptC.cpp:(.text._ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEE7extractERKN5CORBA3AnyEPFvPvEPNS4_8TypeCodeERPKS2_[TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::extract(CORBA::Any const&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm::charsequence const*&)]+0x43): undefined reference to `CORBA::Any::_tao_get_typecode() const'
  132. cryptC.cpp:(.text._ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEE7extractERKN5CORBA3AnyEPFvPvEPNS4_8TypeCodeERPKS2_[TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::extract(CORBA::Any const&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm::charsequence const*&)]+0x5d): undefined reference to `CORBA::TypeCode::equivalent(CORBA::TypeCode*) const'
  133. cryptC.cpp:(.text._ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEE7extractERKN5CORBA3AnyEPFvPvEPNS4_8TypeCodeERPKS2_[TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::extract(CORBA::Any const&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm::charsequence const*&)]+0x9b): undefined reference to `TAO::Any_Impl::encoded() const'
  134. cryptC.cpp:(.text._ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEE7extractERKN5CORBA3AnyEPFvPvEPNS4_8TypeCodeERPKS2_[TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::extract(CORBA::Any const&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm::charsequence const*&)]+0xd7): undefined reference to `typeinfo for TAO::Any_Impl'
  135. cryptC.cpp:(.text._ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEE7extractERKN5CORBA3AnyEPFvPvEPNS4_8TypeCodeERPKS2_[TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::extract(CORBA::Any const&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm::charsequence const*&)]+0x130): undefined reference to `TAO_OutputCDR::TAO_OutputCDR(unsigned long, int, ACE_Allocator*, ACE_Allocator*, ACE_Allocator*, unsigned long, unsigned char, unsigned char)'
  136. cryptC.cpp:(.text._ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEE7extractERKN5CORBA3AnyEPFvPvEPNS4_8TypeCodeERPKS2_[TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::extract(CORBA::Any const&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm::charsequence const*&)]+0x17c): undefined reference to `TAO_InputCDR::TAO_InputCDR(TAO_OutputCDR const&, ACE_Allocator*, ACE_Allocator*, ACE_Allocator*, TAO_ORB_Core*)'
  137. cryptC.cpp:(.text._ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEE7extractERKN5CORBA3AnyEPFvPvEPNS4_8TypeCodeERPKS2_[TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::extract(CORBA::Any const&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm::charsequence const*&)]+0x244): undefined reference to `typeinfo for TAO::Unknown_IDL_Type'
  138. cryptC.cpp:(.text._ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEE7extractERKN5CORBA3AnyEPFvPvEPNS4_8TypeCodeERPKS2_[TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::extract(CORBA::Any const&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm::charsequence const*&)]+0x249): undefined reference to `typeinfo for TAO::Any_Impl'
  139. cryptC.o: In function `TAO::Any_Impl_T<CaesarAlgorithm>::Any_Impl_T(void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm*)':
  140. cryptC.cpp:(.text._ZN3TAO10Any_Impl_TI15CaesarAlgorithmEC2EPFvPvEPN5CORBA8TypeCodeEPS1_[_ZN3TAO10Any_Impl_TI15CaesarAlgorithmEC5EPFvPvEPN5CORBA8TypeCodeEPS1_]+0x31): undefined reference to `TAO::Any_Impl::Any_Impl(void (*)(void*), CORBA::TypeCode*, bool)'
  141. cryptC.o: In function `TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::Any_Dual_Impl_T(void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm::charsequence const&)':
  142. cryptC.cpp:(.text._ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEEC2EPFvPvEPN5CORBA8TypeCodeERKS2_[_ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEEC5EPFvPvEPN5CORBA8TypeCodeERKS2_]+0x33): undefined reference to `TAO::Any_Impl::Any_Impl(void (*)(void*), CORBA::TypeCode*, bool)'
  143. cryptC.cpp:(.text._ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEEC2EPFvPvEPN5CORBA8TypeCodeERKS2_[_ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEEC5EPFvPvEPN5CORBA8TypeCodeERKS2_]+0x64): undefined reference to `TAO::Any_Impl::~Any_Impl()'
  144. cryptC.o: In function `TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::Any_Dual_Impl_T(void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm::charsequence*)':
  145. cryptC.cpp:(.text._ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEEC2EPFvPvEPN5CORBA8TypeCodeEPS2_[_ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEEC5EPFvPvEPN5CORBA8TypeCodeEPS2_]+0x31): undefined reference to `TAO::Any_Impl::Any_Impl(void (*)(void*), CORBA::TypeCode*, bool)'
  146. cryptC.o: In function `TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::replace(TAO_InputCDR&, CORBA::Any const&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm::charsequence const*&)':
  147. cryptC.cpp:(.text._ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEE7replaceER12TAO_InputCDRRKN5CORBA3AnyEPFvPvEPNS6_8TypeCodeERPKS2_[TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::replace(TAO_InputCDR&, CORBA::Any const&, void (*)(void*), CORBA::TypeCode*, CaesarAlgorithm::charsequence const*&)]+0x17a): undefined reference to `CORBA::Any::replace(TAO::Any_Impl*)'
  148. cryptC.o: In function `TAO::Any_Impl_T<CaesarAlgorithm>::~Any_Impl_T()':
  149. cryptC.cpp:(.text._ZN3TAO10Any_Impl_TI15CaesarAlgorithmED2Ev[_ZN3TAO10Any_Impl_TI15CaesarAlgorithmED5Ev]+0x1f): undefined reference to `TAO::Any_Impl::~Any_Impl()'
  150. cryptC.o: In function `TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::~Any_Dual_Impl_T()':
  151. cryptC.cpp:(.text._ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEED2Ev[_ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEED5Ev]+0x1f): undefined reference to `TAO::Any_Impl::~Any_Impl()'
  152. cryptC.o:(.rodata._ZTVN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEEE[vtable for TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>]+0x20): undefined reference to `TAO::Any_Impl::_tao_byte_order() const'
  153. cryptC.o:(.rodata._ZTVN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEEE[vtable for TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>]+0x28): undefined reference to `TAO::Any_Impl::_add_ref()'
  154. cryptC.o:(.rodata._ZTVN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEEE[vtable for TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>]+0x30): undefined reference to `TAO::Any_Impl::_remove_ref()'
  155. cryptC.o:(.rodata._ZTVN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEEE[vtable for TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>]+0x40): undefined reference to `TAO::Any_Impl::to_object(CORBA::Object*&) const'
  156. cryptC.o:(.rodata._ZTVN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEEE[vtable for TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>]+0x48): undefined reference to `TAO::Any_Impl::to_value(CORBA::ValueBase*&) const'
  157. cryptC.o:(.rodata._ZTVN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEEE[vtable for TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>]+0x50): undefined reference to `TAO::Any_Impl::to_abstract_base(CORBA::AbstractBase*&) const'
  158. cryptC.o:(.rodata._ZTVN3TAO10Any_Impl_TI15CaesarAlgorithmEE[vtable for TAO::Any_Impl_T<CaesarAlgorithm>]+0x20): undefined reference to `TAO::Any_Impl::_tao_byte_order() const'
  159. cryptC.o:(.rodata._ZTVN3TAO10Any_Impl_TI15CaesarAlgorithmEE[vtable for TAO::Any_Impl_T<CaesarAlgorithm>]+0x28): undefined reference to `TAO::Any_Impl::_add_ref()'
  160. cryptC.o:(.rodata._ZTVN3TAO10Any_Impl_TI15CaesarAlgorithmEE[vtable for TAO::Any_Impl_T<CaesarAlgorithm>]+0x30): undefined reference to `TAO::Any_Impl::_remove_ref()'
  161. cryptC.o:(.rodata._ZTVN3TAO28Ret_Special_Basic_Argument_TIbN12ACE_InputCDR10to_booleanEN13ACE_OutputCDR12from_booleanENS_37Any_Insert_Policy_AnyTypeCode_AdapterEEE[vtable for TAO::Ret_Special_Basic_Argument_T<bool, ACE_InputCDR::to_boolean, ACE_OutputCDR::from_boolean, TAO::Any_Insert_Policy_AnyTypeCode_Adapter>]+0x20): undefined reference to `TAO::Argument::marshal(TAO_OutputCDR&)'
  162. cryptC.o:(.rodata._ZTVN3TAO28Ret_Special_Basic_Argument_TIbN12ACE_InputCDR10to_booleanEN13ACE_OutputCDR12from_booleanENS_37Any_Insert_Policy_AnyTypeCode_AdapterEEE[vtable for TAO::Ret_Special_Basic_Argument_T<bool, ACE_InputCDR::to_boolean, ACE_OutputCDR::from_boolean, TAO::Any_Insert_Policy_AnyTypeCode_Adapter>]+0x30): undefined reference to `TAO::Argument::clone()'
  163. cryptC.o:(.rodata._ZTVN3TAO28Ret_Special_Basic_Argument_TIbN12ACE_InputCDR10to_booleanEN13ACE_OutputCDR12from_booleanENS_37Any_Insert_Policy_AnyTypeCode_AdapterEEE[vtable for TAO::Ret_Special_Basic_Argument_T<bool, ACE_InputCDR::to_boolean, ACE_OutputCDR::from_boolean, TAO::Any_Insert_Policy_AnyTypeCode_Adapter>]+0x40): undefined reference to `TAO::RetArgument::mode() const'
  164. cryptC.o:(.rodata._ZTVN3TAO22In_Var_Size_Argument_TIN15CaesarAlgorithm12charsequenceENS_24Any_Insert_Policy_StreamEEE[vtable for TAO::In_Var_Size_Argument_T<CaesarAlgorithm::charsequence, TAO::Any_Insert_Policy_Stream>]+0x28): undefined reference to `TAO::Argument::demarshal(TAO_InputCDR&)'
  165. cryptC.o:(.rodata._ZTVN3TAO22In_Var_Size_Argument_TIN15CaesarAlgorithm12charsequenceENS_24Any_Insert_Policy_StreamEEE[vtable for TAO::In_Var_Size_Argument_T<CaesarAlgorithm::charsequence, TAO::Any_Insert_Policy_Stream>]+0x30): undefined reference to `TAO::Argument::clone()'
  166. cryptC.o:(.rodata._ZTVN3TAO22In_Var_Size_Argument_TIN15CaesarAlgorithm12charsequenceENS_24Any_Insert_Policy_StreamEEE[vtable for TAO::In_Var_Size_Argument_T<CaesarAlgorithm::charsequence, TAO::Any_Insert_Policy_Stream>]+0x40): undefined reference to `TAO::InArgument::mode() const'
  167. cryptC.o:(.rodata._ZTVN3TAO24Ret_UB_String_Argument_TINS_10String_varIcEENS_37Any_Insert_Policy_AnyTypeCode_AdapterEEE[vtable for TAO::Ret_UB_String_Argument_T<TAO::String_var<char>, TAO::Any_Insert_Policy_AnyTypeCode_Adapter>]+0x20): undefined reference to `TAO::Argument::marshal(TAO_OutputCDR&)'
  168. cryptC.o:(.rodata._ZTVN3TAO24Ret_UB_String_Argument_TINS_10String_varIcEENS_37Any_Insert_Policy_AnyTypeCode_AdapterEEE[vtable for TAO::Ret_UB_String_Argument_T<TAO::String_var<char>, TAO::Any_Insert_Policy_AnyTypeCode_Adapter>]+0x30): undefined reference to `TAO::Argument::clone()'
  169. cryptC.o:(.rodata._ZTVN3TAO24Ret_UB_String_Argument_TINS_10String_varIcEENS_37Any_Insert_Policy_AnyTypeCode_AdapterEEE[vtable for TAO::Ret_UB_String_Argument_T<TAO::String_var<char>, TAO::Any_Insert_Policy_AnyTypeCode_Adapter>]+0x40): undefined reference to `TAO::RetArgument::mode() const'
  170. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x158): undefined reference to `CORBA::Object::_hash(unsigned int)'
  171. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x160): undefined reference to `CORBA::Object::_is_equivalent(CORBA::Object*)'
  172. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x168): undefined reference to `CORBA::Object::_non_existent()'
  173. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x170): undefined reference to `CORBA::Object::_get_interface()'
  174. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x178): undefined reference to `CORBA::Object::_get_component()'
  175. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x180): undefined reference to `CORBA::Object::_repository_id()'
  176. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x188): undefined reference to `CORBA::Object::_create_request(CORBA::Context*, char const*, CORBA::NVList*, CORBA::NamedValue*, CORBA::Request*&, unsigned int)'
  177. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x190): undefined reference to `CORBA::Object::_create_request(CORBA::Context*, char const*, CORBA::NVList*, CORBA::NamedValue*, CORBA::ExceptionList*, CORBA::ContextList*, CORBA::Request*&, unsigned int)'
  178. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x198): undefined reference to `CORBA::Object::_request(char const*)'
  179. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x1a0): undefined reference to `CORBA::Object::_get_orb()'
  180. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x1a8): undefined reference to `CORBA::Object::_add_ref()'
  181. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x1b0): undefined reference to `CORBA::Object::_remove_ref()'
  182. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x1b8): undefined reference to `CORBA::Object::_refcount_value() const'
  183. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x1c0): undefined reference to `CORBA::Object::_servant() const'
  184. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x1c8): undefined reference to `CORBA::Object::_is_collocated() const'
  185. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x1d0): undefined reference to `CORBA::Object::_is_local() const'
  186. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x1d8): undefined reference to `CORBA::Object::_key()'
  187. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x1e0): undefined reference to `CORBA::Object::_stubobj() const'
  188. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x1e8): undefined reference to `CORBA::Object::_stubobj()'
  189. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x1f0): undefined reference to `CORBA::Object::_proxy_broker(TAO::Object_Proxy_Broker*)'
  190. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x200): undefined reference to `CORBA::Object::can_convert_to_ior() const'
  191. cryptC.o:(.rodata._ZTV15CaesarAlgorithm[vtable for CaesarAlgorithm]+0x208): undefined reference to `CORBA::Object::convert_to_ior(bool, char const*) const'
  192. cryptC.o:(.rodata._ZTVN3TAO19In_Basic_Argument_TIjNS_37Any_Insert_Policy_AnyTypeCode_AdapterEEE[vtable for TAO::In_Basic_Argument_T<unsigned int, TAO::Any_Insert_Policy_AnyTypeCode_Adapter>]+0x28): undefined reference to `TAO::Argument::demarshal(TAO_InputCDR&)'
  193. cryptC.o:(.rodata._ZTVN3TAO19In_Basic_Argument_TIjNS_37Any_Insert_Policy_AnyTypeCode_AdapterEEE[vtable for TAO::In_Basic_Argument_T<unsigned int, TAO::Any_Insert_Policy_AnyTypeCode_Adapter>]+0x30): undefined reference to `TAO::Argument::clone()'
  194. cryptC.o:(.rodata._ZTVN3TAO19In_Basic_Argument_TIjNS_37Any_Insert_Policy_AnyTypeCode_AdapterEEE[vtable for TAO::In_Basic_Argument_T<unsigned int, TAO::Any_Insert_Policy_AnyTypeCode_Adapter>]+0x40): undefined reference to `TAO::InArgument::mode() const'
  195. cryptC.o:(.rodata._ZTVN3TAO23In_UB_String_Argument_TINS_10String_varIcEENS_37Any_Insert_Policy_AnyTypeCode_AdapterEEE[vtable for TAO::In_UB_String_Argument_T<TAO::String_var<char>, TAO::Any_Insert_Policy_AnyTypeCode_Adapter>]+0x28): undefined reference to `TAO::Argument::demarshal(TAO_InputCDR&)'
  196. cryptC.o:(.rodata._ZTVN3TAO23In_UB_String_Argument_TINS_10String_varIcEENS_37Any_Insert_Policy_AnyTypeCode_AdapterEEE[vtable for TAO::In_UB_String_Argument_T<TAO::String_var<char>, TAO::Any_Insert_Policy_AnyTypeCode_Adapter>]+0x30): undefined reference to `TAO::Argument::clone()'
  197. cryptC.o:(.rodata._ZTVN3TAO23In_UB_String_Argument_TINS_10String_varIcEENS_37Any_Insert_Policy_AnyTypeCode_AdapterEEE[vtable for TAO::In_UB_String_Argument_T<TAO::String_var<char>, TAO::Any_Insert_Policy_AnyTypeCode_Adapter>]+0x40): undefined reference to `TAO::InArgument::mode() const'
  198. cryptC.o:(.rodata._ZTVN3TAO23Ret_Var_Size_Argument_TIN15CaesarAlgorithm12charsequenceENS_24Any_Insert_Policy_StreamEEE[vtable for TAO::Ret_Var_Size_Argument_T<CaesarAlgorithm::charsequence, TAO::Any_Insert_Policy_Stream>]+0x20): undefined reference to `TAO::Argument::marshal(TAO_OutputCDR&)'
  199. cryptC.o:(.rodata._ZTVN3TAO23Ret_Var_Size_Argument_TIN15CaesarAlgorithm12charsequenceENS_24Any_Insert_Policy_StreamEEE[vtable for TAO::Ret_Var_Size_Argument_T<CaesarAlgorithm::charsequence, TAO::Any_Insert_Policy_Stream>]+0x30): undefined reference to `TAO::Argument::clone()'
  200. cryptC.o:(.rodata._ZTVN3TAO23Ret_Var_Size_Argument_TIN15CaesarAlgorithm12charsequenceENS_24Any_Insert_Policy_StreamEEE[vtable for TAO::Ret_Var_Size_Argument_T<CaesarAlgorithm::charsequence, TAO::Any_Insert_Policy_Stream>]+0x40): undefined reference to `TAO::RetArgument::mode() const'
  201. cryptC.o:(.rodata._ZTIN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEEE[typeinfo for TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>]+0x10): undefined reference to `typeinfo for TAO::Any_Impl'
  202. cryptC.o:(.rodata._ZTIN3TAO10Any_Impl_TI15CaesarAlgorithmEE[typeinfo for TAO::Any_Impl_T<CaesarAlgorithm>]+0x10): undefined reference to `typeinfo for TAO::Any_Impl'
  203. cryptC.o:(.rodata._ZTIN3TAO28Ret_Special_Basic_Argument_TIbN12ACE_InputCDR10to_booleanEN13ACE_OutputCDR12from_booleanENS_37Any_Insert_Policy_AnyTypeCode_AdapterEEE[typeinfo for TAO::Ret_Special_Basic_Argument_T<bool, ACE_InputCDR::to_boolean, ACE_OutputCDR::from_boolean, TAO::Any_Insert_Policy_AnyTypeCode_Adapter>]+0x10): undefined reference to `typeinfo for TAO::RetArgument'
  204. cryptC.o:(.rodata._ZTIN3TAO22In_Var_Size_Argument_TIN15CaesarAlgorithm12charsequenceENS_24Any_Insert_Policy_StreamEEE[typeinfo for TAO::In_Var_Size_Argument_T<CaesarAlgorithm::charsequence, TAO::Any_Insert_Policy_Stream>]+0x10): undefined reference to `typeinfo for TAO::InArgument'
  205. cryptC.o:(.rodata._ZTIN3TAO24Ret_UB_String_Argument_TINS_10String_varIcEENS_37Any_Insert_Policy_AnyTypeCode_AdapterEEE[typeinfo for TAO::Ret_UB_String_Argument_T<TAO::String_var<char>, TAO::Any_Insert_Policy_AnyTypeCode_Adapter>]+0x10): undefined reference to `typeinfo for TAO::RetArgument'
  206. cryptC.o:(.rodata._ZTIN3TAO19In_Basic_Argument_TIjNS_37Any_Insert_Policy_AnyTypeCode_AdapterEEE[typeinfo for TAO::In_Basic_Argument_T<unsigned int, TAO::Any_Insert_Policy_AnyTypeCode_Adapter>]+0x10): undefined reference to `typeinfo for TAO::InArgument'
  207. cryptC.o:(.rodata._ZTIN3TAO23In_UB_String_Argument_TINS_10String_varIcEENS_37Any_Insert_Policy_AnyTypeCode_AdapterEEE[typeinfo for TAO::In_UB_String_Argument_T<TAO::String_var<char>, TAO::Any_Insert_Policy_AnyTypeCode_Adapter>]+0x10): undefined reference to `typeinfo for TAO::InArgument'
  208. cryptC.o:(.rodata._ZTIN3TAO23Ret_Var_Size_Argument_TIN15CaesarAlgorithm12charsequenceENS_24Any_Insert_Policy_StreamEEE[typeinfo for TAO::Ret_Var_Size_Argument_T<CaesarAlgorithm::charsequence, TAO::Any_Insert_Policy_Stream>]+0x10): undefined reference to `typeinfo for TAO::RetArgument'
  209. cryptC.o:(.rodata._ZTI26ACE_Thread_Descriptor_Base[typeinfo for ACE_Thread_Descriptor_Base]+0x10): undefined reference to `typeinfo for ACE_OS_Thread_Descriptor'
  210. cryptC.o:(.rodata._ZTI15CaesarAlgorithm[typeinfo for CaesarAlgorithm]+0x18): undefined reference to `typeinfo for CORBA::Object'
  211. cryptC.o: In function `TAO::TypeCode::Sequence<CORBA::TypeCode* const*, TAO::Null_RefCount_Policy>::~Sequence()':
  212. cryptC.cpp:(.text._ZN3TAO8TypeCode8SequenceIPKPN5CORBA8TypeCodeENS_20Null_RefCount_PolicyEED2Ev[_ZN3TAO8TypeCode8SequenceIPKPN5CORBA8TypeCodeENS_20Null_RefCount_PolicyEED5Ev]+0x13): undefined reference to `vtable for TAO::TypeCode::Sequence<CORBA::TypeCode* const*, TAO::Null_RefCount_Policy>'
  213. cryptC.cpp:(.text._ZN3TAO8TypeCode8SequenceIPKPN5CORBA8TypeCodeENS_20Null_RefCount_PolicyEED2Ev[_ZN3TAO8TypeCode8SequenceIPKPN5CORBA8TypeCodeENS_20Null_RefCount_PolicyEED5Ev]+0x1f): undefined reference to `CORBA::TypeCode::~TypeCode()'
  214. cryptC.o: In function `TAO::TypeCode::Alias<char const*, CORBA::TypeCode* const*, TAO::Null_RefCount_Policy>::~Alias()':
  215. cryptC.cpp:(.text._ZN3TAO8TypeCode5AliasIPKcPKPN5CORBA8TypeCodeENS_20Null_RefCount_PolicyEED2Ev[_ZN3TAO8TypeCode5AliasIPKcPKPN5CORBA8TypeCodeENS_20Null_RefCount_PolicyEED5Ev]+0x13): undefined reference to `vtable for TAO::TypeCode::Alias<char const*, CORBA::TypeCode* const*, TAO::Null_RefCount_Policy>'
  216. cryptC.cpp:(.text._ZN3TAO8TypeCode5AliasIPKcPKPN5CORBA8TypeCodeENS_20Null_RefCount_PolicyEED2Ev[_ZN3TAO8TypeCode5AliasIPKcPKPN5CORBA8TypeCodeENS_20Null_RefCount_PolicyEED5Ev]+0x1f): undefined reference to `CORBA::TypeCode::~TypeCode()'
  217. cryptC.o: In function `TAO::TypeCode::Objref<char const*, TAO::Null_RefCount_Policy>::~Objref()':
  218. cryptC.cpp:(.text._ZN3TAO8TypeCode6ObjrefIPKcNS_20Null_RefCount_PolicyEED2Ev[_ZN3TAO8TypeCode6ObjrefIPKcNS_20Null_RefCount_PolicyEED5Ev]+0x13): undefined reference to `vtable for TAO::TypeCode::Objref<char const*, TAO::Null_RefCount_Policy>'
  219. cryptC.cpp:(.text._ZN3TAO8TypeCode6ObjrefIPKcNS_20Null_RefCount_PolicyEED2Ev[_ZN3TAO8TypeCode6ObjrefIPKcNS_20Null_RefCount_PolicyEED5Ev]+0x1f): undefined reference to `CORBA::TypeCode::~TypeCode()'
  220. cryptC.o: In function `TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::_tao_decode(TAO_InputCDR&)':
  221. cryptC.cpp:(.text._ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEE11_tao_decodeER12TAO_InputCDR[TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::_tao_decode(TAO_InputCDR&)]+0x43): undefined reference to `CORBA::MARSHAL::MARSHAL()'
  222. cryptC.cpp:(.text._ZN3TAO15Any_Dual_Impl_TIN15CaesarAlgorithm12charsequenceEE11_tao_decodeER12TAO_InputCDR[TAO::Any_Dual_Impl_T<CaesarAlgorithm::charsequence>::_tao_decode(TAO_InputCDR&)]+0x6b): undefined reference to `typeinfo for CORBA::MARSHAL'
  223. cryptC.o: In function `TAO::Any_Impl_T<CaesarAlgorithm>::_tao_decode(TAO_InputCDR&)':
  224. cryptC.cpp:(.text._ZN3TAO10Any_Impl_TI15CaesarAlgorithmE11_tao_decodeER12TAO_InputCDR[TAO::Any_Impl_T<CaesarAlgorithm>::_tao_decode(TAO_InputCDR&)]+0x43): undefined reference to `CORBA::MARSHAL::MARSHAL()'
  225. cryptC.cpp:(.text._ZN3TAO10Any_Impl_TI15CaesarAlgorithmE11_tao_decodeER12TAO_InputCDR[TAO::Any_Impl_T<CaesarAlgorithm>::_tao_decode(TAO_InputCDR&)]+0x6b): undefined reference to `typeinfo for CORBA::MARSHAL'
  226. cryptC.o: In function `TAO::Any_Insert_Policy_AnyTypeCode_Adapter<ACE_OutputCDR::from_boolean>::any_insert(CORBA::Any*, ACE_OutputCDR::from_boolean const&)':
  227. cryptC.cpp:(.text._ZN3TAO37Any_Insert_Policy_AnyTypeCode_AdapterIN13ACE_OutputCDR12from_booleanEE10any_insertEPN5CORBA3AnyERKS2_[TAO::Any_Insert_Policy_AnyTypeCode_Adapter<ACE_OutputCDR::from_boolean>::any_insert(CORBA::Any*, ACE_OutputCDR::from_boolean const&)]+0x50): undefined reference to `ACE_Log_Msg::last_error_adapter()'
  228. cryptC.cpp:(.text._ZN3TAO37Any_Insert_Policy_AnyTypeCode_AdapterIN13ACE_OutputCDR12from_booleanEE10any_insertEPN5CORBA3AnyERKS2_[TAO::Any_Insert_Policy_AnyTypeCode_Adapter<ACE_OutputCDR::from_boolean>::any_insert(CORBA::Any*, ACE_OutputCDR::from_boolean const&)]+0x58): undefined reference to `TAO_log_category'
  229. cryptC.cpp:(.text._ZN3TAO37Any_Insert_Policy_AnyTypeCode_AdapterIN13ACE_OutputCDR12from_booleanEE10any_insertEPN5CORBA3AnyERKS2_[TAO::Any_Insert_Policy_AnyTypeCode_Adapter<ACE_OutputCDR::from_boolean>::any_insert(CORBA::Any*, ACE_OutputCDR::from_boolean const&)]+0x5d): undefined reference to `ACE_Log_Category::per_thr_obj()'
  230. cryptC.o: In function `TAO::Any_Insert_Policy_AnyTypeCode_Adapter<char const*>::any_insert(CORBA::Any*, char const* const&)':
  231. cryptC.cpp:(.text._ZN3TAO37Any_Insert_Policy_AnyTypeCode_AdapterIPKcE10any_insertEPN5CORBA3AnyERKS2_[TAO::Any_Insert_Policy_AnyTypeCode_Adapter<char const*>::any_insert(CORBA::Any*, char const* const&)]+0x50): undefined reference to `ACE_Log_Msg::last_error_adapter()'
  232. cryptC.cpp:(.text._ZN3TAO37Any_Insert_Policy_AnyTypeCode_AdapterIPKcE10any_insertEPN5CORBA3AnyERKS2_[TAO::Any_Insert_Policy_AnyTypeCode_Adapter<char const*>::any_insert(CORBA::Any*, char const* const&)]+0x58): undefined reference to `TAO_log_category'
  233. cryptC.cpp:(.text._ZN3TAO37Any_Insert_Policy_AnyTypeCode_AdapterIPKcE10any_insertEPN5CORBA3AnyERKS2_[TAO::Any_Insert_Policy_AnyTypeCode_Adapter<char const*>::any_insert(CORBA::Any*, char const* const&)]+0x5d): undefined reference to `ACE_Log_Category::per_thr_obj()'
  234. cryptC.o: In function `TAO::Any_Insert_Policy_AnyTypeCode_Adapter<unsigned int>::any_insert(CORBA::Any*, unsigned int const&)':
  235. cryptC.cpp:(.text._ZN3TAO37Any_Insert_Policy_AnyTypeCode_AdapterIjE10any_insertEPN5CORBA3AnyERKj[TAO::Any_Insert_Policy_AnyTypeCode_Adapter<unsigned int>::any_insert(CORBA::Any*, unsigned int const&)]+0x4f): undefined reference to `ACE_Log_Msg::last_error_adapter()'
  236. cryptC.cpp:(.text._ZN3TAO37Any_Insert_Policy_AnyTypeCode_AdapterIjE10any_insertEPN5CORBA3AnyERKj[TAO::Any_Insert_Policy_AnyTypeCode_Adapter<unsigned int>::any_insert(CORBA::Any*, unsigned int const&)]+0x57): undefined reference to `TAO_log_category'
  237. cryptC.cpp:(.text._ZN3TAO37Any_Insert_Policy_AnyTypeCode_AdapterIjE10any_insertEPN5CORBA3AnyERKj[TAO::Any_Insert_Policy_AnyTypeCode_Adapter<unsigned int>::any_insert(CORBA::Any*, unsigned int const&)]+0x5c): undefined reference to `ACE_Log_Category::per_thr_obj()'
  238. cryptC.o: In function `TAO::Any_Insert_Policy_AnyTypeCode_Adapter<TAO::String_var<char> >::any_insert(CORBA::Any*, TAO::String_var<char> const&)':
  239. cryptC.cpp:(.text._ZN3TAO37Any_Insert_Policy_AnyTypeCode_AdapterINS_10String_varIcEEE10any_insertEPN5CORBA3AnyERKS2_[TAO::Any_Insert_Policy_AnyTypeCode_Adapter<TAO::String_var<char> >::any_insert(CORBA::Any*, TAO::String_var<char> const&)]+0x58): undefined reference to `ACE_Log_Msg::last_error_adapter()'
  240. cryptC.cpp:(.text._ZN3TAO37Any_Insert_Policy_AnyTypeCode_AdapterINS_10String_varIcEEE10any_insertEPN5CORBA3AnyERKS2_[TAO::Any_Insert_Policy_AnyTypeCode_Adapter<TAO::String_var<char> >::any_insert(CORBA::Any*, TAO::String_var<char> const&)]+0x60): undefined reference to `TAO_log_category'
  241. cryptC.cpp:(.text._ZN3TAO37Any_Insert_Policy_AnyTypeCode_AdapterINS_10String_varIcEEE10any_insertEPN5CORBA3AnyERKS2_[TAO::Any_Insert_Policy_AnyTypeCode_Adapter<TAO::String_var<char> >::any_insert(CORBA::Any*, TAO::String_var<char> const&)]+0x65): undefined reference to `ACE_Log_Category::per_thr_obj()'
  242. cryptC.o: In function `ACE_Dynamic_Service<TAO_AnyTypeCode_Adapter>::instance(char const*)':
  243. cryptC.cpp:(.text._ZN19ACE_Dynamic_ServiceI23TAO_AnyTypeCode_AdapterE8instanceEPKc[ACE_Dynamic_Service<TAO_AnyTypeCode_Adapter>::instance(char const*)]+0x19): undefined reference to `ACE_Dynamic_Service_Base::instance(char const*, bool)'
  244. cryptC.cpp:(.text._ZN19ACE_Dynamic_ServiceI23TAO_AnyTypeCode_AdapterE8instanceEPKc[ACE_Dynamic_Service<TAO_AnyTypeCode_Adapter>::instance(char const*)]+0x30): undefined reference to `typeinfo for TAO_AnyTypeCode_Adapter'
  245. cryptC.cpp:(.text._ZN19ACE_Dynamic_ServiceI23TAO_AnyTypeCode_AdapterE8instanceEPKc[ACE_Dynamic_Service<TAO_AnyTypeCode_Adapter>::instance(char const*)]+0x35): undefined reference to `typeinfo for ACE_Service_Object'
  246. cryptS.o: In function `POA_CaesarAlgorithm::POA_CaesarAlgorithm()':
  247. cryptS.cpp:(.text+0x1fb): undefined reference to `TAO_ServantBase::TAO_ServantBase()'
  248. cryptS.cpp:(.text+0x25e): undefined reference to `TAO_Abstract_ServantBase::~TAO_Abstract_ServantBase()'
  249. cryptS.o: In function `POA_CaesarAlgorithm::POA_CaesarAlgorithm(POA_CaesarAlgorithm const&)':
  250. cryptS.cpp:(.text+0x346): undefined reference to `TAO_ServantBase::TAO_ServantBase(TAO_ServantBase const&)'
  251. cryptS.cpp:(.text+0x394): undefined reference to `TAO_Abstract_ServantBase::~TAO_Abstract_ServantBase()'
  252. cryptS.o: In function `POA_CaesarAlgorithm::~POA_CaesarAlgorithm()':
  253. cryptS.cpp:(.text+0x434): undefined reference to `TAO_ServantBase::~TAO_ServantBase()'
  254. cryptS.cpp:(.text+0x450): undefined reference to `TAO_Abstract_ServantBase::~TAO_Abstract_ServantBase()'
  255. cryptS.cpp:(.text+0x473): undefined reference to `TAO_Abstract_ServantBase::~TAO_Abstract_ServantBase()'
  256. cryptS.o: In function `POA_CaesarAlgorithm::~POA_CaesarAlgorithm()':
  257. cryptS.cpp:(.text+0x502): undefined reference to `TAO_ServantBase::~TAO_ServantBase()'
  258. cryptS.cpp:(.text+0x51e): undefined reference to `TAO_Abstract_ServantBase::~TAO_Abstract_ServantBase()'
  259. cryptS.cpp:(.text+0x541): undefined reference to `TAO_Abstract_ServantBase::~TAO_Abstract_ServantBase()'
  260. cryptS.o: In function `POA_CaesarAlgorithm::encrypt_skel(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*)':
  261. cryptS.cpp:(.text+0x65f): undefined reference to `typeinfo for TAO_ServantBase'
  262. cryptS.cpp:(.text+0x68a): undefined reference to `CORBA::INTERNAL::INTERNAL()'
  263. cryptS.cpp:(.text+0x6af): undefined reference to `typeinfo for CORBA::INTERNAL'
  264. cryptS.cpp:(.text+0x72c): undefined reference to `TAO::Upcall_Wrapper::upcall(TAO_ServerRequest&, TAO::Argument* const*, unsigned long, TAO::Upcall_Command&, TAO::Portable_Server::Servant_Upcall*, CORBA::TypeCode* const*, unsigned int)'
  265. cryptS.o: In function `POA_CaesarAlgorithm::decrypt_skel(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*)':
  266. cryptS.cpp:(.text+0x8d5): undefined reference to `typeinfo for TAO_ServantBase'
  267. cryptS.cpp:(.text+0x900): undefined reference to `CORBA::INTERNAL::INTERNAL()'
  268. cryptS.cpp:(.text+0x925): undefined reference to `typeinfo for CORBA::INTERNAL'
  269. cryptS.cpp:(.text+0x9a2): undefined reference to `TAO::Upcall_Wrapper::upcall(TAO_ServerRequest&, TAO::Argument* const*, unsigned long, TAO::Upcall_Command&, TAO::Portable_Server::Servant_Upcall*, CORBA::TypeCode* const*, unsigned int)'
  270. cryptS.o: In function `POA_CaesarAlgorithm::shutdown_skel(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*)':
  271. cryptS.cpp:(.text+0xaeb): undefined reference to `typeinfo for TAO_ServantBase'
  272. cryptS.cpp:(.text+0xb16): undefined reference to `CORBA::INTERNAL::INTERNAL()'
  273. cryptS.cpp:(.text+0xb3b): undefined reference to `typeinfo for CORBA::INTERNAL'
  274. cryptS.cpp:(.text+0xbac): undefined reference to `TAO::Upcall_Wrapper::upcall(TAO_ServerRequest&, TAO::Argument* const*, unsigned long, TAO::Upcall_Command&, TAO::Portable_Server::Servant_Upcall*, CORBA::TypeCode* const*, unsigned int)'
  275. cryptS.o: In function `POA_CaesarAlgorithm::_dispatch(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*)':
  276. cryptS.cpp:(.text+0xcdc): undefined reference to `TAO_ServantBase::synchronous_upcall_dispatch(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*)'
  277. cryptS.o: In function `POA_CaesarAlgorithm::_this()':
  278. cryptS.cpp:(.text+0xdc5): undefined reference to `CORBA::Object::Object(TAO_Stub*, bool, TAO_Abstract_ServantBase*, TAO_ORB_Core*)'
  279. cryptS.o: In function `__static_initialization_and_destruction_0(int, int)':
  280. cryptS.cpp:(.text+0xec2): undefined reference to `TAO_POA_Initializer::init()'
  281. cryptS.o: In function `ACE_OutputCDR::write_octet(unsigned char)':
  282. cryptS.cpp:(.text._ZN13ACE_OutputCDR11write_octetEh[ACE_OutputCDR::write_octet(unsigned char)]+0x20): undefined reference to `ACE_OutputCDR::write_1(unsigned char const*)'
  283. cryptS.o: In function `CORBA::INTERNAL::~INTERNAL()':
  284. cryptS.cpp:(.text._ZN5CORBA8INTERNALD2Ev[_ZN5CORBA8INTERNALD5Ev]+0x13): undefined reference to `vtable for CORBA::INTERNAL'
  285. cryptS.cpp:(.text._ZN5CORBA8INTERNALD2Ev[_ZN5CORBA8INTERNALD5Ev]+0x1f): undefined reference to `CORBA::SystemException::~SystemException()'
  286. cryptS.o:(.gcc_except_table+0x1a0): undefined reference to `typeinfo for CORBA::Exception'
  287. cryptS.o: In function `TAO_Abstract_ServantBase::TAO_Abstract_ServantBase()':
  288. cryptS.cpp:(.text._ZN24TAO_Abstract_ServantBaseC2Ev[_ZN24TAO_Abstract_ServantBaseC5Ev]+0xf): undefined reference to `vtable for TAO_Abstract_ServantBase'
  289. cryptS.o: In function `TAO_Abstract_ServantBase::TAO_Abstract_ServantBase(TAO_Abstract_ServantBase const&)':
  290. cryptS.cpp:(.text._ZN24TAO_Abstract_ServantBaseC2ERKS_[_ZN24TAO_Abstract_ServantBaseC5ERKS_]+0x13): undefined reference to `vtable for TAO_Abstract_ServantBase'
  291. cryptS.o: In function `TAO::Upcall_Command::Upcall_Command()':
  292. cryptS.cpp:(.text._ZN3TAO14Upcall_CommandC2Ev[_ZN3TAO14Upcall_CommandC5Ev]+0xf): undefined reference to `vtable for TAO::Upcall_Command'
  293. cryptS.o: In function `encrypt_CaesarAlgorithm::~encrypt_CaesarAlgorithm()':
  294. cryptS.cpp:(.text._ZN23encrypt_CaesarAlgorithmD2Ev[_ZN23encrypt_CaesarAlgorithmD5Ev]+0x1f): undefined reference to `TAO::Upcall_Command::~Upcall_Command()'
  295. cryptS.o: In function `decrypt_CaesarAlgorithm::~decrypt_CaesarAlgorithm()':
  296. cryptS.cpp:(.text._ZN23decrypt_CaesarAlgorithmD2Ev[_ZN23decrypt_CaesarAlgorithmD5Ev]+0x1f): undefined reference to `TAO::Upcall_Command::~Upcall_Command()'
  297. cryptS.o: In function `shutdown_CaesarAlgorithm::~shutdown_CaesarAlgorithm()':
  298. cryptS.cpp:(.text._ZN24shutdown_CaesarAlgorithmD2Ev[_ZN24shutdown_CaesarAlgorithmD5Ev]+0x1f): undefined reference to `TAO::Upcall_Command::~Upcall_Command()'
  299. cryptS.o:(.rodata+0x340): undefined reference to `TAO_ServantBase::_is_a_thru_poa_skel(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*)'
  300. cryptS.o:(.rodata+0x3b8): undefined reference to `TAO_ServantBase::_component_thru_poa_skel(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*)'
  301. cryptS.o:(.rodata+0x400): undefined reference to `TAO_ServantBase::_non_existent_thru_poa_skel(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*)'
  302. cryptS.o:(.rodata+0x418): undefined reference to `TAO_ServantBase::_repository_id_thru_poa_skel(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*)'
  303. cryptS.o:(.rodata+0x430): undefined reference to `TAO_ServantBase::_interface_skel(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*)'
  304. cryptS.o:(.rodata._ZTVN3TAO29Ret_Special_Basic_SArgument_TIbN12ACE_InputCDR10to_booleanEN13ACE_OutputCDR12from_booleanENS_24Any_Insert_Policy_StreamEEE[vtable for TAO::Ret_Special_Basic_SArgument_T<bool, ACE_InputCDR::to_boolean, ACE_OutputCDR::from_boolean, TAO::Any_Insert_Policy_Stream>]+0x28): undefined reference to `TAO::Argument::demarshal(TAO_InputCDR&)'
  305. cryptS.o:(.rodata._ZTVN3TAO29Ret_Special_Basic_SArgument_TIbN12ACE_InputCDR10to_booleanEN13ACE_OutputCDR12from_booleanENS_24Any_Insert_Policy_StreamEEE[vtable for TAO::Ret_Special_Basic_SArgument_T<bool, ACE_InputCDR::to_boolean, ACE_OutputCDR::from_boolean, TAO::Any_Insert_Policy_Stream>]+0x30): undefined reference to `TAO::Argument::clone()'
  306. cryptS.o:(.rodata._ZTVN3TAO29Ret_Special_Basic_SArgument_TIbN12ACE_InputCDR10to_booleanEN13ACE_OutputCDR12from_booleanENS_24Any_Insert_Policy_StreamEEE[vtable for TAO::Ret_Special_Basic_SArgument_T<bool, ACE_InputCDR::to_boolean, ACE_OutputCDR::from_boolean, TAO::Any_Insert_Policy_Stream>]+0x40): undefined reference to `TAO::RetArgument::mode() const'
  307. cryptS.o:(.rodata._ZTVN3TAO23In_Var_Size_SArgument_TIN15CaesarAlgorithm12charsequenceENS_24Any_Insert_Policy_StreamEEE[vtable for TAO::In_Var_Size_SArgument_T<CaesarAlgorithm::charsequence, TAO::Any_Insert_Policy_Stream>]+0x20): undefined reference to `TAO::Argument::marshal(TAO_OutputCDR&)'
  308. cryptS.o:(.rodata._ZTVN3TAO23In_Var_Size_SArgument_TIN15CaesarAlgorithm12charsequenceENS_24Any_Insert_Policy_StreamEEE[vtable for TAO::In_Var_Size_SArgument_T<CaesarAlgorithm::charsequence, TAO::Any_Insert_Policy_Stream>]+0x30): undefined reference to `TAO::Argument::clone()'
  309. cryptS.o:(.rodata._ZTVN3TAO23In_Var_Size_SArgument_TIN15CaesarAlgorithm12charsequenceENS_24Any_Insert_Policy_StreamEEE[vtable for TAO::In_Var_Size_SArgument_T<CaesarAlgorithm::charsequence, TAO::Any_Insert_Policy_Stream>]+0x40): undefined reference to `TAO::InArgument::mode() const'
  310. cryptS.o:(.rodata._ZTVN3TAO25Ret_UB_String_SArgument_TIcNS_10String_varIcEEEE[vtable for TAO::Ret_UB_String_SArgument_T<char, TAO::String_var<char> >]+0x28): undefined reference to `TAO::Argument::demarshal(TAO_InputCDR&)'
  311. cryptS.o:(.rodata._ZTVN3TAO25Ret_UB_String_SArgument_TIcNS_10String_varIcEEEE[vtable for TAO::Ret_UB_String_SArgument_T<char, TAO::String_var<char> >]+0x30): undefined reference to `TAO::Argument::clone()'
  312. cryptS.o:(.rodata._ZTVN3TAO25Ret_UB_String_SArgument_TIcNS_10String_varIcEEEE[vtable for TAO::Ret_UB_String_SArgument_T<char, TAO::String_var<char> >]+0x40): undefined reference to `TAO::RetArgument::mode() const'
  313. cryptS.o:(.rodata._ZTVN3TAO20In_Basic_SArgument_TIjNS_24Any_Insert_Policy_StreamEEE[vtable for TAO::In_Basic_SArgument_T<unsigned int, TAO::Any_Insert_Policy_Stream>]+0x20): undefined reference to `TAO::Argument::marshal(TAO_OutputCDR&)'
  314. cryptS.o:(.rodata._ZTVN3TAO20In_Basic_SArgument_TIjNS_24Any_Insert_Policy_StreamEEE[vtable for TAO::In_Basic_SArgument_T<unsigned int, TAO::Any_Insert_Policy_Stream>]+0x30): undefined reference to `TAO::Argument::clone()'
  315. cryptS.o:(.rodata._ZTVN3TAO20In_Basic_SArgument_TIjNS_24Any_Insert_Policy_StreamEEE[vtable for TAO::In_Basic_SArgument_T<unsigned int, TAO::Any_Insert_Policy_Stream>]+0x40): undefined reference to `TAO::InArgument::mode() const'
  316. cryptS.o:(.rodata._ZTVN3TAO24In_UB_String_SArgument_TIcNS_10String_varIcEEEE[vtable for TAO::In_UB_String_SArgument_T<char, TAO::String_var<char> >]+0x20): undefined reference to `TAO::Argument::marshal(TAO_OutputCDR&)'
  317. cryptS.o:(.rodata._ZTVN3TAO24In_UB_String_SArgument_TIcNS_10String_varIcEEEE[vtable for TAO::In_UB_String_SArgument_T<char, TAO::String_var<char> >]+0x30): undefined reference to `TAO::Argument::clone()'
  318. cryptS.o:(.rodata._ZTVN3TAO24In_UB_String_SArgument_TIcNS_10String_varIcEEEE[vtable for TAO::In_UB_String_SArgument_T<char, TAO::String_var<char> >]+0x40): undefined reference to `TAO::InArgument::mode() const'
  319. cryptS.o:(.rodata._ZTVN3TAO24Ret_Var_Size_SArgument_TIN15CaesarAlgorithm12charsequenceENS_24Any_Insert_Policy_StreamEEE[vtable for TAO::Ret_Var_Size_SArgument_T<CaesarAlgorithm::charsequence, TAO::Any_Insert_Policy_Stream>]+0x28): undefined reference to `TAO::Argument::demarshal(TAO_InputCDR&)'
  320. cryptS.o:(.rodata._ZTVN3TAO24Ret_Var_Size_SArgument_TIN15CaesarAlgorithm12charsequenceENS_24Any_Insert_Policy_StreamEEE[vtable for TAO::Ret_Var_Size_SArgument_T<CaesarAlgorithm::charsequence, TAO::Any_Insert_Policy_Stream>]+0x30): undefined reference to `TAO::Argument::clone()'
  321. cryptS.o:(.rodata._ZTVN3TAO24Ret_Var_Size_SArgument_TIN15CaesarAlgorithm12charsequenceENS_24Any_Insert_Policy_StreamEEE[vtable for TAO::Ret_Var_Size_SArgument_T<CaesarAlgorithm::charsequence, TAO::Any_Insert_Policy_Stream>]+0x40): undefined reference to `TAO::RetArgument::mode() const'
  322. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0xb0): undefined reference to `virtual thunk to TAO_ServantBase::_non_existent()'
  323. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0xb8): undefined reference to `virtual thunk to TAO_ServantBase::_get_interface()'
  324. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0xc0): undefined reference to `virtual thunk to TAO_ServantBase::_get_component()'
  325. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0xc8): undefined reference to `virtual thunk to TAO_ServantBase::_repository_id()'
  326. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0xd0): undefined reference to `virtual thunk to TAO_ServantBase::_add_ref()'
  327. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0xd8): undefined reference to `virtual thunk to TAO_ServantBase::_remove_ref()'
  328. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0xe0): undefined reference to `virtual thunk to TAO_ServantBase::_refcount_value() const'
  329. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0xe8): undefined reference to `virtual thunk to TAO_ServantBase::_create_stub()'
  330. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0xf0): undefined reference to `virtual thunk to TAO_ServantBase::_find(char const*, void (*&)(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*), unsigned long)'
  331. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0xf8): undefined reference to `virtual thunk to TAO_ServantBase::_find(char const*, void (*&)(TAO_Abstract_ServantBase*, TAO::Argument**), TAO::Collocation_Strategy, unsigned long)'
  332. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0x100): undefined reference to `virtual thunk to TAO_ServantBase::_collocated_dispatch(CORBA::Object*, TAO_Pseudo_Out_T<CORBA::Object>, bool&, TAO::Argument**, int, char const*, unsigned long, TAO::Collocation_Strategy)'
  333. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0x1e0): undefined reference to `TAO_ServantBase::_non_existent()'
  334. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0x1e8): undefined reference to `TAO_ServantBase::_get_interface()'
  335. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0x1f0): undefined reference to `TAO_ServantBase::_get_component()'
  336. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0x1f8): undefined reference to `TAO_ServantBase::_repository_id()'
  337. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0x200): undefined reference to `TAO_ServantBase::_add_ref()'
  338. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0x208): undefined reference to `TAO_ServantBase::_remove_ref()'
  339. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0x210): undefined reference to `TAO_ServantBase::_refcount_value() const'
  340. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0x218): undefined reference to `TAO_ServantBase::_create_stub()'
  341. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0x220): undefined reference to `TAO_ServantBase::_find(char const*, void (*&)(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*), unsigned long)'
  342. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0x228): undefined reference to `TAO_ServantBase::_find(char const*, void (*&)(TAO_Abstract_ServantBase*, TAO::Argument**), TAO::Collocation_Strategy, unsigned long)'
  343. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0x230): undefined reference to `TAO_ServantBase::_collocated_dispatch(CORBA::Object*, TAO_Pseudo_Out_T<CORBA::Object>, bool&, TAO::Argument**, int, char const*, unsigned long, TAO::Collocation_Strategy)'
  344. cryptS.o:(.rodata._ZTV19POA_CaesarAlgorithm[vtable for POA_CaesarAlgorithm]+0x248): undefined reference to `TAO_ServantBase::_default_POA()'
  345. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0x88): undefined reference to `typeinfo for TAO_ServantBase'
  346. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0x90): undefined reference to `TAO_ServantBase::~TAO_ServantBase()'
  347. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0x98): undefined reference to `TAO_ServantBase::~TAO_ServantBase()'
  348. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0xa0): undefined reference to `TAO_ServantBase::_is_a(char const*)'
  349. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0xa8): undefined reference to `TAO_ServantBase::_non_existent()'
  350. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0xb0): undefined reference to `TAO_ServantBase::_get_interface()'
  351. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0xb8): undefined reference to `TAO_ServantBase::_get_component()'
  352. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0xc0): undefined reference to `TAO_ServantBase::_repository_id()'
  353. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0xc8): undefined reference to `TAO_ServantBase::_add_ref()'
  354. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0xd0): undefined reference to `TAO_ServantBase::_remove_ref()'
  355. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0xd8): undefined reference to `TAO_ServantBase::_refcount_value() const'
  356. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0xe0): undefined reference to `TAO_ServantBase::_create_stub()'
  357. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0xe8): undefined reference to `TAO_ServantBase::_find(char const*, void (*&)(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*), unsigned long)'
  358. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0xf0): undefined reference to `TAO_ServantBase::_find(char const*, void (*&)(TAO_Abstract_ServantBase*, TAO::Argument**), TAO::Collocation_Strategy, unsigned long)'
  359. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0xf8): undefined reference to `TAO_ServantBase::_collocated_dispatch(CORBA::Object*, TAO_Pseudo_Out_T<CORBA::Object>, bool&, TAO::Argument**, int, char const*, unsigned long, TAO::Collocation_Strategy)'
  360. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0x110): undefined reference to `TAO_ServantBase::_default_POA()'
  361. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0x198): undefined reference to `typeinfo for TAO_ServantBase'
  362. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0x1a0): undefined reference to `virtual thunk to TAO_ServantBase::~TAO_ServantBase()'
  363. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0x1a8): undefined reference to `virtual thunk to TAO_ServantBase::~TAO_ServantBase()'
  364. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0x1b0): undefined reference to `virtual thunk to TAO_ServantBase::_is_a(char const*)'
  365. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0x1b8): undefined reference to `virtual thunk to TAO_ServantBase::_non_existent()'
  366. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0x1c0): undefined reference to `virtual thunk to TAO_ServantBase::_get_interface()'
  367. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0x1c8): undefined reference to `virtual thunk to TAO_ServantBase::_get_component()'
  368. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0x1d0): undefined reference to `virtual thunk to TAO_ServantBase::_repository_id()'
  369. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0x1d8): undefined reference to `virtual thunk to TAO_ServantBase::_add_ref()'
  370. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0x1e0): undefined reference to `virtual thunk to TAO_ServantBase::_remove_ref()'
  371. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0x1e8): undefined reference to `virtual thunk to TAO_ServantBase::_refcount_value() const'
  372. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0x1f0): undefined reference to `virtual thunk to TAO_ServantBase::_create_stub()'
  373. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0x1f8): undefined reference to `virtual thunk to TAO_ServantBase::_find(char const*, void (*&)(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*), unsigned long)'
  374. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0x200): undefined reference to `virtual thunk to TAO_ServantBase::_find(char const*, void (*&)(TAO_Abstract_ServantBase*, TAO::Argument**), TAO::Collocation_Strategy, unsigned long)'
  375. cryptS.o:(.rodata._ZTC19POA_CaesarAlgorithm8_15TAO_ServantBase[vtable for POA_CaesarAlgorithm]+0x208): undefined reference to `virtual thunk to TAO_ServantBase::_collocated_dispatch(CORBA::Object*, TAO_Pseudo_Out_T<CORBA::Object>, bool&, TAO::Argument**, int, char const*, unsigned long, TAO::Collocation_Strategy)'
  376. cryptS.o:(.rodata._ZTV40TAO_CaesarAlgorithm_Perfect_Hash_OpTable[vtable for TAO_CaesarAlgorithm_Perfect_Hash_OpTable]+0x10): undefined reference to `TAO_Perfect_Hash_OpTable::find(char const*, void (*&)(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*), unsigned int)'
  377. cryptS.o:(.rodata._ZTV40TAO_CaesarAlgorithm_Perfect_Hash_OpTable[vtable for TAO_CaesarAlgorithm_Perfect_Hash_OpTable]+0x18): undefined reference to `TAO_Perfect_Hash_OpTable::find(char const*, void (*&)(TAO_Abstract_ServantBase*, TAO::Argument**), TAO::Collocation_Strategy, unsigned int)'
  378. cryptS.o:(.rodata._ZTV40TAO_CaesarAlgorithm_Perfect_Hash_OpTable[vtable for TAO_CaesarAlgorithm_Perfect_Hash_OpTable]+0x20): undefined reference to `TAO_Perfect_Hash_OpTable::bind(char const*, TAO::Operation_Skeletons)'
  379. cryptS.o:(.rodata._ZTIN3TAO29Ret_Special_Basic_SArgument_TIbN12ACE_InputCDR10to_booleanEN13ACE_OutputCDR12from_booleanENS_24Any_Insert_Policy_StreamEEE[typeinfo for TAO::Ret_Special_Basic_SArgument_T<bool, ACE_InputCDR::to_boolean, ACE_OutputCDR::from_boolean, TAO::Any_Insert_Policy_Stream>]+0x10): undefined reference to `typeinfo for TAO::RetArgument'
  380. cryptS.o:(.rodata._ZTI24shutdown_CaesarAlgorithm[typeinfo for shutdown_CaesarAlgorithm]+0x10): undefined reference to `typeinfo for TAO::Upcall_Command'
  381. cryptS.o:(.rodata._ZTIN3TAO23In_Var_Size_SArgument_TIN15CaesarAlgorithm12charsequenceENS_24Any_Insert_Policy_StreamEEE[typeinfo for TAO::In_Var_Size_SArgument_T<CaesarAlgorithm::charsequence, TAO::Any_Insert_Policy_Stream>]+0x10): undefined reference to `typeinfo for TAO::InArgument'
  382. cryptS.o:(.rodata._ZTIN3TAO25Ret_UB_String_SArgument_TIcNS_10String_varIcEEEE[typeinfo for TAO::Ret_UB_String_SArgument_T<char, TAO::String_var<char> >]+0x10): undefined reference to `typeinfo for TAO::RetArgument'
  383. cryptS.o:(.rodata._ZTI23decrypt_CaesarAlgorithm[typeinfo for decrypt_CaesarAlgorithm]+0x10): undefined reference to `typeinfo for TAO::Upcall_Command'
  384. cryptS.o:(.rodata._ZTIN3TAO20In_Basic_SArgument_TIjNS_24Any_Insert_Policy_StreamEEE[typeinfo for TAO::In_Basic_SArgument_T<unsigned int, TAO::Any_Insert_Policy_Stream>]+0x10): undefined reference to `typeinfo for TAO::InArgument'
  385. cryptS.o:(.rodata._ZTIN3TAO24In_UB_String_SArgument_TIcNS_10String_varIcEEEE[typeinfo for TAO::In_UB_String_SArgument_T<char, TAO::String_var<char> >]+0x10): undefined reference to `typeinfo for TAO::InArgument'
  386. cryptS.o:(.rodata._ZTIN3TAO24Ret_Var_Size_SArgument_TIN15CaesarAlgorithm12charsequenceENS_24Any_Insert_Policy_StreamEEE[typeinfo for TAO::Ret_Var_Size_SArgument_T<CaesarAlgorithm::charsequence, TAO::Any_Insert_Policy_Stream>]+0x10): undefined reference to `typeinfo for TAO::RetArgument'
  387. cryptS.o:(.rodata._ZTI23encrypt_CaesarAlgorithm[typeinfo for encrypt_CaesarAlgorithm]+0x10): undefined reference to `typeinfo for TAO::Upcall_Command'
  388. cryptS.o:(.rodata._ZTI40TAO_CaesarAlgorithm_Perfect_Hash_OpTable[typeinfo for TAO_CaesarAlgorithm_Perfect_Hash_OpTable]+0x10): undefined reference to `typeinfo for TAO_Perfect_Hash_OpTable'
  389. cryptS.o:(.rodata._ZTI19POA_CaesarAlgorithm[typeinfo for POA_CaesarAlgorithm]+0x18): undefined reference to `typeinfo for TAO_ServantBase'
  390. cryptS.o: In function `TAO_Operation_Table::TAO_Operation_Table()':
  391. cryptS.cpp:(.text._ZN19TAO_Operation_TableC2Ev[_ZN19TAO_Operation_TableC5Ev]+0xf): undefined reference to `vtable for TAO_Operation_Table'
  392. cryptS.o: In function `TAO_Perfect_Hash_OpTable::TAO_Perfect_Hash_OpTable()':
  393. cryptS.cpp:(.text._ZN24TAO_Perfect_Hash_OpTableC2Ev[_ZN24TAO_Perfect_Hash_OpTableC5Ev]+0x1f): undefined reference to `vtable for TAO_Perfect_Hash_OpTable'
  394. cryptS.o: In function `TAO_CaesarAlgorithm_Perfect_Hash_OpTable::~TAO_CaesarAlgorithm_Perfect_Hash_OpTable()':
  395. cryptS.cpp:(.text._ZN40TAO_CaesarAlgorithm_Perfect_Hash_OpTableD2Ev[_ZN40TAO_CaesarAlgorithm_Perfect_Hash_OpTableD5Ev]+0x1f): undefined reference to `TAO_Perfect_Hash_OpTable::~TAO_Perfect_Hash_OpTable()'
  396. cryptS.o: In function `TAO::Ret_UB_String_SArgument_T<char, TAO::String_var<char> >::interceptor_value(CORBA::Any*) const':
  397. cryptS.cpp:(.text._ZNK3TAO25Ret_UB_String_SArgument_TIcNS_10String_varIcEEE17interceptor_valueEPN5CORBA3AnyE[TAO::Ret_UB_String_SArgument_T<char, TAO::String_var<char> >::interceptor_value(CORBA::Any*) const]+0x2e): undefined reference to `operator<<=(CORBA::Any&, char const*)'
  398. cryptS.o: In function `TAO::In_UB_String_SArgument_T<char, TAO::String_var<char> >::interceptor_value(CORBA::Any*) const':
  399. cryptS.cpp:(.text._ZNK3TAO24In_UB_String_SArgument_TIcNS_10String_varIcEEE17interceptor_valueEPN5CORBA3AnyE[TAO::In_UB_String_SArgument_T<char, TAO::String_var<char> >::interceptor_value(CORBA::Any*) const]+0x2e): undefined reference to `operator<<=(CORBA::Any&, char const*)'
  400. cryptS.o: In function `TAO::Any_Insert_Policy_Stream<ACE_OutputCDR::from_boolean>::any_insert(CORBA::Any*, ACE_OutputCDR::from_boolean const&)':
  401. cryptS.cpp:(.text._ZN3TAO24Any_Insert_Policy_StreamIN13ACE_OutputCDR12from_booleanEE10any_insertEPN5CORBA3AnyERKS2_[TAO::Any_Insert_Policy_Stream<ACE_OutputCDR::from_boolean>::any_insert(CORBA::Any*, ACE_OutputCDR::from_boolean const&)]+0x1f): undefined reference to `CORBA::Any::operator<<=(ACE_OutputCDR::from_boolean)'
  402. cryptS.o: In function `TAO::Any_Insert_Policy_Stream<unsigned int>::any_insert(CORBA::Any*, unsigned int const&)':
  403. cryptS.cpp:(.text._ZN3TAO24Any_Insert_Policy_StreamIjE10any_insertEPN5CORBA3AnyERKj[TAO::Any_Insert_Policy_Stream<unsigned int>::any_insert(CORBA::Any*, unsigned int const&)]+0x20): undefined reference to `operator<<=(CORBA::Any&, unsigned int)'
  404. main.o: In function `main':
  405. main.cpp:(.text+0x4e): undefined reference to `CORBA::ORB_init(int&, char**, char const*)'
  406. main.cpp:(.text+0x84): undefined reference to `CORBA::ORB::resolve_initial_references(char const*, ACE_Time_Value*)'
  407. main.cpp:(.text+0xb0): undefined reference to `PortableServer::POA::_narrow(CORBA::Object*)'
  408. main.cpp:(.text+0xd4): undefined reference to `CORBA::PolicyList::PolicyList()'
  409. main.cpp:(.text+0x2c1): undefined reference to `CORBA::ORB::resolve_initial_references(char const*, ACE_Time_Value*)'
  410. main.cpp:(.text+0x2ed): undefined reference to `CosNaming::NamingContext::_narrow(CORBA::Object*)'
  411. main.cpp:(.text+0x469): undefined reference to `CORBA::ORB::object_to_string(CORBA::Object*)'
  412. main.cpp:(.text+0x4c6): undefined reference to `CosNaming::Name::Name()'
  413. main.cpp:(.text+0x5b7): undefined reference to `CORBA::ORB::run()'
  414. main.cpp:(.text+0x5cd): undefined reference to `CosNaming::Name::~Name()'
  415. main.cpp:(.text+0x5e4): undefined reference to `CosNaming::Name::~Name()'
  416. main.cpp:(.text+0x735): undefined reference to `CORBA::PolicyList::~PolicyList()'
  417. main.cpp:(.text+0x74c): undefined reference to `CORBA::PolicyList::~PolicyList()'
  418. main.cpp:(.text+0x7cf): undefined reference to `CORBA::operator<<(std::basic_ostream<char, std::char_traits<char> >&, CORBA::Exception const&)'
  419. main.cpp:(.text+0x8ae): undefined reference to `CORBA::ORB::destroy()'
  420. main.cpp:(.text+0x8fc): undefined reference to `CORBA::operator<<(std::basic_ostream<char, std::char_traits<char> >&, CORBA::Exception const&)'
  421. main.o: In function `__static_initialization_and_destruction_0(int, int)':
  422. main.cpp:(.text+0x9b2): undefined reference to `TAO_POA_Initializer::init()'
  423. main.o: In function `TAO::details::string_traits_base<char>::default_initializer()':
  424. main.cpp:(.text._ZN3TAO7details18string_traits_baseIcE19default_initializerEv[TAO::details::string_traits_base<char>::default_initializer()]+0xa): undefined reference to `CORBA::string_dup(char const*)'
  425. main.o: In function `CORBA::BAD_PARAM::~BAD_PARAM()':
  426. main.cpp:(.text._ZN5CORBA9BAD_PARAMD2Ev[_ZN5CORBA9BAD_PARAMD5Ev]+0x13): undefined reference to `vtable for CORBA::BAD_PARAM'
  427. main.cpp:(.text._ZN5CORBA9BAD_PARAMD2Ev[_ZN5CORBA9BAD_PARAMD5Ev]+0x1f): undefined reference to `CORBA::SystemException::~SystemException()'
  428. main.o:(.gcc_except_table+0x5c): undefined reference to `typeinfo for CORBA::SystemException'
  429. main.o:(.gcc_except_table+0x78): undefined reference to `typeinfo for CORBA::SystemException'
  430. main.o:(.gcc_except_table+0x90): undefined reference to `typeinfo for CORBA::SystemException'
  431. main.o:(.gcc_except_table+0x18c): undefined reference to `typeinfo for CORBA::Exception'
  432. main.o: In function `CORBA::ORB::_decr_refcount()':
  433. main.cpp:(.text._ZN5CORBA3ORB14_decr_refcountEv[CORBA::ORB::_decr_refcount()]+0x38): undefined reference to `CORBA::ORB::~ORB()'
  434. main.o: In function `CryptographicImpl::CryptographicImpl(TAO_Pseudo_Var_T<CORBA::ORB>)':
  435. main.cpp:(.text._ZN17CryptographicImplC1E16TAO_Pseudo_Var_TIN5CORBA3ORBEE[CryptographicImpl::CryptographicImpl(TAO_Pseudo_Var_T<CORBA::ORB>)]+0x37): undefined reference to `TAO_ServantBase::TAO_ServantBase()'
  436. main.cpp:(.text._ZN17CryptographicImplC1E16TAO_Pseudo_Var_TIN5CORBA3ORBEE[CryptographicImpl::CryptographicImpl(TAO_Pseudo_Var_T<CORBA::ORB>)]+0x130): undefined reference to `TAO_ServantBase::~TAO_ServantBase()'
  437. main.cpp:(.text._ZN17CryptographicImplC1E16TAO_Pseudo_Var_TIN5CORBA3ORBEE[CryptographicImpl::CryptographicImpl(TAO_Pseudo_Var_T<CORBA::ORB>)]+0x149): undefined reference to `TAO_Abstract_ServantBase::~TAO_Abstract_ServantBase()'
  438. main.o: In function `CryptographicImpl::decrypt(CaesarAlgorithm::charsequence const&, unsigned int, unsigned int)':
  439. main.cpp:(.text._ZN17CryptographicImpl7decryptERKN15CaesarAlgorithm12charsequenceEjj[CryptographicImpl::decrypt(CaesarAlgorithm::charsequence const&, unsigned int, unsigned int)]+0x36): undefined reference to `CORBA::string_alloc(unsigned int)'
  440. main.o: In function `CryptographicImpl::shutdown()':
  441. main.cpp:(.text._ZN17CryptographicImpl8shutdownEv[CryptographicImpl::shutdown()]+0x31): undefined reference to `CORBA::ORB::shutdown(bool)'
  442. main.o: In function `TAO_Objref_Var_T<PortableServer::POA>::~TAO_Objref_Var_T()':
  443. main.cpp:(.text._ZN16TAO_Objref_Var_TIN14PortableServer3POAEED2Ev[_ZN16TAO_Objref_Var_TIN14PortableServer3POAEED5Ev]+0x17): undefined reference to `TAO::Objref_Traits<PortableServer::POA>::release(PortableServer::POA*)'
  444. main.o: In function `TAO_Objref_Var_T<PortableServer::POAManager>::~TAO_Objref_Var_T()':
  445. main.cpp:(.text._ZN16TAO_Objref_Var_TIN14PortableServer10POAManagerEED2Ev[_ZN16TAO_Objref_Var_TIN14PortableServer10POAManagerEED5Ev]+0x17): undefined reference to `TAO::Objref_Traits<PortableServer::POAManager>::release(PortableServer::POAManager*)'
  446. main.o: In function `TAO_Objref_Var_T<CosNaming::NamingContext>::~TAO_Objref_Var_T()':
  447. main.cpp:(.text._ZN16TAO_Objref_Var_TIN9CosNaming13NamingContextEED2Ev[_ZN16TAO_Objref_Var_TIN9CosNaming13NamingContextEED5Ev]+0x17): undefined reference to `TAO::Objref_Traits<CosNaming::NamingContext>::release(CosNaming::NamingContext*)'
  448. main.o: In function `TAO_Objref_Var_T<CORBA::Policy>::~TAO_Objref_Var_T()':
  449. main.cpp:(.text._ZN16TAO_Objref_Var_TIN5CORBA6PolicyEED2Ev[_ZN16TAO_Objref_Var_TIN5CORBA6PolicyEED5Ev]+0x17): undefined reference to `TAO::Objref_Traits<CORBA::Policy>::release(CORBA::Policy*)'
  450. main.o: In function `TAO::details::range_checking<char, true>::check(unsigned int, unsigned int, unsigned int, char const*)':
  451. main.cpp:(.text._ZN3TAO7details14range_checkingIcLb1EE5checkEjjjPKc[TAO::details::range_checking<char, true>::check(unsigned int, unsigned int, unsigned int, char const*)]+0x36): undefined reference to `CORBA::BAD_PARAM::BAD_PARAM()'
  452. main.cpp:(.text._ZN3TAO7details14range_checkingIcLb1EE5checkEjjjPKc[TAO::details::range_checking<char, true>::check(unsigned int, unsigned int, unsigned int, char const*)]+0x5e): undefined reference to `typeinfo for CORBA::BAD_PARAM'
  453. main.o: In function `TAO::details::range_checking<CORBA::Policy*, true>::check(unsigned int, unsigned int, unsigned int, char const*)':
  454. main.cpp:(.text._ZN3TAO7details14range_checkingIPN5CORBA6PolicyELb1EE5checkEjjjPKc[TAO::details::range_checking<CORBA::Policy*, true>::check(unsigned int, unsigned int, unsigned int, char const*)]+0x36): undefined reference to `CORBA::BAD_PARAM::BAD_PARAM()'
  455. main.cpp:(.text._ZN3TAO7details14range_checkingIPN5CORBA6PolicyELb1EE5checkEjjjPKc[TAO::details::range_checking<CORBA::Policy*, true>::check(unsigned int, unsigned int, unsigned int, char const*)]+0x5e): undefined reference to `typeinfo for CORBA::BAD_PARAM'
  456. main.o: In function `TAO::details::object_reference_traits_base<CORBA::Policy, TAO_Objref_Var_T<CORBA::Policy> >::release(CORBA::Policy*)':
  457. main.cpp:(.text._ZN3TAO7details28object_reference_traits_baseIN5CORBA6PolicyE16TAO_Objref_Var_TIS3_EE7releaseEPS3_[TAO::details::object_reference_traits_base<CORBA::Policy, TAO_Objref_Var_T<CORBA::Policy> >::release(CORBA::Policy*)]+0x14): undefined reference to `TAO::Objref_Traits<CORBA::Policy>::release(CORBA::Policy*)'
  458. main.o: In function `TAO_Objref_Var_T<CORBA::Policy>::_retn()':
  459. main.cpp:(.text._ZN16TAO_Objref_Var_TIN5CORBA6PolicyEE5_retnEv[TAO_Objref_Var_T<CORBA::Policy>::_retn()]+0x18): undefined reference to `TAO::Objref_Traits<CORBA::Policy>::nil()'
  460. main.o: In function `TAO::details::range_checking<CosNaming::NameComponent, true>::check(unsigned int, unsigned int, unsigned int, char const*)':
  461. main.cpp:(.text._ZN3TAO7details14range_checkingIN9CosNaming13NameComponentELb1EE5checkEjjjPKc[TAO::details::range_checking<CosNaming::NameComponent, true>::check(unsigned int, unsigned int, unsigned int, char const*)]+0x36): undefined reference to `CORBA::BAD_PARAM::BAD_PARAM()'
  462. main.cpp:(.text._ZN3TAO7details14range_checkingIN9CosNaming13NameComponentELb1EE5checkEjjjPKc[TAO::details::range_checking<CosNaming::NameComponent, true>::check(unsigned int, unsigned int, unsigned int, char const*)]+0x5e): undefined reference to `typeinfo for CORBA::BAD_PARAM'
  463. main.o: In function `TAO::details::object_reference_traits_base<CORBA::Policy, TAO_Objref_Var_T<CORBA::Policy> >::nil()':
  464. main.cpp:(.text._ZN3TAO7details28object_reference_traits_baseIN5CORBA6PolicyE16TAO_Objref_Var_TIS3_EE3nilEv[TAO::details::object_reference_traits_base<CORBA::Policy, TAO_Objref_Var_T<CORBA::Policy> >::nil()]+0x5): undefined reference to `TAO::Objref_Traits<CORBA::Policy>::nil()'
  465. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0xd8): undefined reference to `virtual thunk to TAO_ServantBase::_non_existent()'
  466. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0xe0): undefined reference to `virtual thunk to TAO_ServantBase::_get_interface()'
  467. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0xe8): undefined reference to `virtual thunk to TAO_ServantBase::_get_component()'
  468. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0xf0): undefined reference to `virtual thunk to TAO_ServantBase::_repository_id()'
  469. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0xf8): undefined reference to `virtual thunk to TAO_ServantBase::_add_ref()'
  470. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0x100): undefined reference to `virtual thunk to TAO_ServantBase::_remove_ref()'
  471. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0x108): undefined reference to `virtual thunk to TAO_ServantBase::_refcount_value() const'
  472. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0x110): undefined reference to `virtual thunk to TAO_ServantBase::_create_stub()'
  473. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0x118): undefined reference to `virtual thunk to TAO_ServantBase::_find(char const*, void (*&)(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*), unsigned long)'
  474. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0x120): undefined reference to `virtual thunk to TAO_ServantBase::_find(char const*, void (*&)(TAO_Abstract_ServantBase*, TAO::Argument**), TAO::Collocation_Strategy, unsigned long)'
  475. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0x128): undefined reference to `virtual thunk to TAO_ServantBase::_collocated_dispatch(CORBA::Object*, TAO_Pseudo_Out_T<CORBA::Object>, bool&, TAO::Argument**, int, char const*, unsigned long, TAO::Collocation_Strategy)'
  476. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0x208): undefined reference to `TAO_ServantBase::_non_existent()'
  477. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0x210): undefined reference to `TAO_ServantBase::_get_interface()'
  478. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0x218): undefined reference to `TAO_ServantBase::_get_component()'
  479. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0x220): undefined reference to `TAO_ServantBase::_repository_id()'
  480. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0x228): undefined reference to `TAO_ServantBase::_add_ref()'
  481. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0x230): undefined reference to `TAO_ServantBase::_remove_ref()'
  482. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0x238): undefined reference to `TAO_ServantBase::_refcount_value() const'
  483. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0x240): undefined reference to `TAO_ServantBase::_create_stub()'
  484. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0x248): undefined reference to `TAO_ServantBase::_find(char const*, void (*&)(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*), unsigned long)'
  485. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0x250): undefined reference to `TAO_ServantBase::_find(char const*, void (*&)(TAO_Abstract_ServantBase*, TAO::Argument**), TAO::Collocation_Strategy, unsigned long)'
  486. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0x258): undefined reference to `TAO_ServantBase::_collocated_dispatch(CORBA::Object*, TAO_Pseudo_Out_T<CORBA::Object>, bool&, TAO::Argument**, int, char const*, unsigned long, TAO::Collocation_Strategy)'
  487. main.o:(.rodata._ZTV17CryptographicImpl[vtable for CryptographicImpl]+0x270): undefined reference to `TAO_ServantBase::_default_POA()'
  488. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0xb0): undefined reference to `virtual thunk to TAO_ServantBase::_non_existent()'
  489. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0xb8): undefined reference to `virtual thunk to TAO_ServantBase::_get_interface()'
  490. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0xc0): undefined reference to `virtual thunk to TAO_ServantBase::_get_component()'
  491. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0xc8): undefined reference to `virtual thunk to TAO_ServantBase::_repository_id()'
  492. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0xd0): undefined reference to `virtual thunk to TAO_ServantBase::_add_ref()'
  493. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0xd8): undefined reference to `virtual thunk to TAO_ServantBase::_remove_ref()'
  494. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0xe0): undefined reference to `virtual thunk to TAO_ServantBase::_refcount_value() const'
  495. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0xe8): undefined reference to `virtual thunk to TAO_ServantBase::_create_stub()'
  496. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0xf0): undefined reference to `virtual thunk to TAO_ServantBase::_find(char const*, void (*&)(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*), unsigned long)'
  497. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0xf8): undefined reference to `virtual thunk to TAO_ServantBase::_find(char const*, void (*&)(TAO_Abstract_ServantBase*, TAO::Argument**), TAO::Collocation_Strategy, unsigned long)'
  498. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0x100): undefined reference to `virtual thunk to TAO_ServantBase::_collocated_dispatch(CORBA::Object*, TAO_Pseudo_Out_T<CORBA::Object>, bool&, TAO::Argument**, int, char const*, unsigned long, TAO::Collocation_Strategy)'
  499. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0x1e0): undefined reference to `TAO_ServantBase::_non_existent()'
  500. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0x1e8): undefined reference to `TAO_ServantBase::_get_interface()'
  501. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0x1f0): undefined reference to `TAO_ServantBase::_get_component()'
  502. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0x1f8): undefined reference to `TAO_ServantBase::_repository_id()'
  503. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0x200): undefined reference to `TAO_ServantBase::_add_ref()'
  504. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0x208): undefined reference to `TAO_ServantBase::_remove_ref()'
  505. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0x210): undefined reference to `TAO_ServantBase::_refcount_value() const'
  506. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0x218): undefined reference to `TAO_ServantBase::_create_stub()'
  507. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0x220): undefined reference to `TAO_ServantBase::_find(char const*, void (*&)(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*), unsigned long)'
  508. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0x228): undefined reference to `TAO_ServantBase::_find(char const*, void (*&)(TAO_Abstract_ServantBase*, TAO::Argument**), TAO::Collocation_Strategy, unsigned long)'
  509. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0x230): undefined reference to `TAO_ServantBase::_collocated_dispatch(CORBA::Object*, TAO_Pseudo_Out_T<CORBA::Object>, bool&, TAO::Argument**, int, char const*, unsigned long, TAO::Collocation_Strategy)'
  510. main.o:(.rodata._ZTC17CryptographicImpl0_19POA_CaesarAlgorithm[vtable for CryptographicImpl]+0x248): undefined reference to `TAO_ServantBase::_default_POA()'
  511. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0x88): undefined reference to `typeinfo for TAO_ServantBase'
  512. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0x90): undefined reference to `TAO_ServantBase::~TAO_ServantBase()'
  513. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0x98): undefined reference to `TAO_ServantBase::~TAO_ServantBase()'
  514. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0xa0): undefined reference to `TAO_ServantBase::_is_a(char const*)'
  515. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0xa8): undefined reference to `TAO_ServantBase::_non_existent()'
  516. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0xb0): undefined reference to `TAO_ServantBase::_get_interface()'
  517. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0xb8): undefined reference to `TAO_ServantBase::_get_component()'
  518. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0xc0): undefined reference to `TAO_ServantBase::_repository_id()'
  519. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0xc8): undefined reference to `TAO_ServantBase::_add_ref()'
  520. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0xd0): undefined reference to `TAO_ServantBase::_remove_ref()'
  521. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0xd8): undefined reference to `TAO_ServantBase::_refcount_value() const'
  522. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0xe0): undefined reference to `TAO_ServantBase::_create_stub()'
  523. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0xe8): undefined reference to `TAO_ServantBase::_find(char const*, void (*&)(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*), unsigned long)'
  524. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0xf0): undefined reference to `TAO_ServantBase::_find(char const*, void (*&)(TAO_Abstract_ServantBase*, TAO::Argument**), TAO::Collocation_Strategy, unsigned long)'
  525. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0xf8): undefined reference to `TAO_ServantBase::_collocated_dispatch(CORBA::Object*, TAO_Pseudo_Out_T<CORBA::Object>, bool&, TAO::Argument**, int, char const*, unsigned long, TAO::Collocation_Strategy)'
  526. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0x110): undefined reference to `TAO_ServantBase::_default_POA()'
  527. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0x198): undefined reference to `typeinfo for TAO_ServantBase'
  528. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0x1a0): undefined reference to `virtual thunk to TAO_ServantBase::~TAO_ServantBase()'
  529. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0x1a8): undefined reference to `virtual thunk to TAO_ServantBase::~TAO_ServantBase()'
  530. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0x1b0): undefined reference to `virtual thunk to TAO_ServantBase::_is_a(char const*)'
  531. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0x1b8): undefined reference to `virtual thunk to TAO_ServantBase::_non_existent()'
  532. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0x1c0): undefined reference to `virtual thunk to TAO_ServantBase::_get_interface()'
  533. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0x1c8): undefined reference to `virtual thunk to TAO_ServantBase::_get_component()'
  534. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0x1d0): undefined reference to `virtual thunk to TAO_ServantBase::_repository_id()'
  535. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0x1d8): undefined reference to `virtual thunk to TAO_ServantBase::_add_ref()'
  536. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0x1e0): undefined reference to `virtual thunk to TAO_ServantBase::_remove_ref()'
  537. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0x1e8): undefined reference to `virtual thunk to TAO_ServantBase::_refcount_value() const'
  538. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0x1f0): undefined reference to `virtual thunk to TAO_ServantBase::_create_stub()'
  539. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0x1f8): undefined reference to `virtual thunk to TAO_ServantBase::_find(char const*, void (*&)(TAO_ServerRequest&, TAO::Portable_Server::Servant_Upcall*, TAO_ServantBase*), unsigned long)'
  540. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0x200): undefined reference to `virtual thunk to TAO_ServantBase::_find(char const*, void (*&)(TAO_Abstract_ServantBase*, TAO::Argument**), TAO::Collocation_Strategy, unsigned long)'
  541. main.o:(.rodata._ZTC17CryptographicImpl16_15TAO_ServantBase[vtable for CryptographicImpl]+0x208): undefined reference to `virtual thunk to TAO_ServantBase::_collocated_dispatch(CORBA::Object*, TAO_Pseudo_Out_T<CORBA::Object>, bool&, TAO::Argument**, int, char const*, unsigned long, TAO::Collocation_Strategy)'
  542. main.o: In function `CryptographicImpl::~CryptographicImpl()':
  543. main.cpp:(.text._ZN17CryptographicImplD1Ev[CryptographicImpl::~CryptographicImpl()]+0xea): undefined reference to `TAO_ServantBase::~TAO_ServantBase()'
  544. main.cpp:(.text._ZN17CryptographicImplD1Ev[CryptographicImpl::~CryptographicImpl()]+0x117): undefined reference to `TAO_ServantBase::~TAO_ServantBase()'
  545. main.cpp:(.text._ZN17CryptographicImplD1Ev[CryptographicImpl::~CryptographicImpl()]+0x133): undefined reference to `TAO_Abstract_ServantBase::~TAO_Abstract_ServantBase()'
  546. main.cpp:(.text._ZN17CryptographicImplD1Ev[CryptographicImpl::~CryptographicImpl()]+0x156): undefined reference to `TAO_Abstract_ServantBase::~TAO_Abstract_ServantBase()'
  547. collect2: ld returned 1 exit status
  548. make: *** [main] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement