DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8125>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8125 Can't build on AIX with runConfigure -tnone, stricmp undefined Summary: Can't build on AIX with runConfigure -tnone, stricmp undefined Product: Xerces-C++ Version: 1.7.0 Platform: Other OS/Version: AIX Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When I build in single-threaded mode on AIX with -xxlC I get unresolved symbols. I run with: ./runConfigure -paix -cxlc -xxlC -tnone ... There appears to be a problem with src/util/Compilers/Makefile.in, line 113: ifeq (xlC_r,$(findstring xlC_r,${CXX})) It should have "xlC" instead of "xlC_r". It appears this makefile on handles the multi-threaded compiler. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
