You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/04/15 21:36:40 UTC

DO NOT REPLY [Bug 8125] New: - Can't build on AIX with runConfigure -tnone, stricmp undefined

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: xerces-c-dev@xml.apache.org
        ReportedBy: sspeiche@us.ibm.com


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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org