[ 
https://issues.apache.org/jira/browse/XALANC-732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13459700#comment-13459700
 ] 

Martin Elzen commented on XALANC-732:
-------------------------------------

Hi Steven,

this is almost correct but not quite:

that one line needs to end as follows:
XERCES_LIB= -L$(XERCESCROOT)/lib -lxerces-c-3.1

(note the - between the c and major version nr and the decimal point between 
the major and minor version numbers.

or you just let it end on -lxerces-c
without anything else, as a part of the Xerces build proces they create such an 
'unversioned' link to the versioned lib file.

to illustrate, this is my Xerces lib dir:

$ ls -l $XERCESCROOT/lib
total 25944
-rwxr-xr-x    1 usbuild  prod       13277482 sep 20 14:33 libxerces-c-3.1.a
lrwxrwxrwx    1 usbuild  prod             17 sep 20 14:33 libxerces-c.a -> 
libxerces-c-3.1.a
-rwxr-xr-x    1 usbuild  prod            984 sep 20 14:33 libxerces-c.la
drwxr-xr-x    2 usbuild  prod            256 sep 20 14:33 pkgconfig


                
> AIX Build - Makefile Errors
> ---------------------------
>
>                 Key: XALANC-732
>                 URL: https://issues.apache.org/jira/browse/XALANC-732
>             Project: XalanC
>          Issue Type: Bug
>          Components: XalanC
>    Affects Versions: 1.11
>         Environment: AIX platforms
>            Reporter: Steven J. Hathaway
>            Assignee: Steven J. Hathaway
>         Attachments: makefile-incl.patch
>
>
> The current SVN repository needs to have Makefiles fixed before release.
> A line in the AIX-specific section references a bad version of the Xerces XML 
> parser library.
> Xerces 3.1 is used instead of 2.7

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to