我在AIX上编译ACE怎么总是提示如下错误
"../../ace/Svc_Conf_Lexer.cpp", line 237.16: 1540-0130 (S) "ACE_OS::strlen" is not declared.
"../../ace/Svc_Conf_Lexer.cpp", line 337.22: 1540-0130 (S) "ACE_OS::strchr" is not declared.
编译器用的是:gcc 2.9.aix51.020209-4 和xlC 6.0.0.0
ACE版本5.5
config.h-->config-aix-5.x.h
GNU--->platform_aix_ibm.GNU
环境变量:
ACE_ROOT=/home/myname/ACE/ACE_wrappers
export ACE_ROOT
export LD_LIBRARY_PATH=$ACE_ROOT/ace:$LD_LIBRARY_PATH
我也不能轻易动ace库的源代码,我想肯定是某种配置不当或者是版本问题,
本人第一次在AIX平台上编译ACE,请高手指点,