Inking error with ACE
I am using ACE 5.5.6, compiled it with Sun C++ 5.8 Patch 121017-10 2007/02/21 on Solaris 10. I am using the following flags:
CC -mt -g -instances=explicit-DSUN_CC_HAS_PVFC_BUG -DACE_HAS_CUSTOM_EXPORT_MACROS=0-I/home/mghanem/ACE3/ACE_wrappers -DACE_HAS_EXCEPTIONS -DACE_NO_INLINE -I.. -c -KPIC
I am getting linking error when compiling my component with ACE:
Undefinedfirst referenced
symbolin file
int ACE_Fixed_Set_Iterator_Base<ACE_Event_Handler*,20U>::advance() /home/mghanem/ACE3/ACE_wrappers/ace/libACE.so
ACE_String_Base<char>::~ACE_String_Base()/home/mghanem/ACE3/ACE_wrappers/ace/libACE.so
Any suggestion is appreciated.

