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.

[691 byte] By [ACE_usera] at [2007-11-26 22:17:07]
# 1
The formatting is making it impossible to read the output of the make command.However, it looks like you're missing a symbol for some file that make thinks should have it. Use Google to see if you can upgrade that library to a version that includes the missing symbol.alan
alan.paea at 2007-7-10 11:10:52 > top of Java-index,Solaris Operating System,Solaris 10 Features...