You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/07/16 22:25:42 UTC

DO NOT REPLY [Bug 21667] New: - Latest XalanC from CVS will not link with Xerces 2.3 on AIX

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=21667>.
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=21667

Latest XalanC from CVS will not link with Xerces 2.3 on AIX

           Summary: Latest XalanC from CVS will not link with Xerces 2.3 on
                    AIX
           Product: XalanC
           Version: 1.5
          Platform: Other
        OS/Version: AIX
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XalanC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: mhoyt@ca.ibm.com


The latest XalanC source from CVS will not link with Xerces 2.3 on AIX 5.1.   
This is because the Makefile.in will explicitly link against libxerces-c22:

  ifeq ($(PLATFORM), AIX)
    ALLLIBS += -L$(XERCESCROOT)/lib -lxerces-c22
  else
    ALLLIBS += -L$(XERCESCROOT)/lib -lxerces-c
  endif

The XercesC 2.2 (and 2.3) AIX distributions contains a "libxerces-c" symlink, 
so I am not sure why this check is here.  Legacy?  AIX issue?