[
https://issues.apache.org/jira/browse/XALANC-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steven J. Hathaway closed XALANC-695.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.11
Users have successfully compiled with new Solaris and SunStudio platforms.
> New compilers do not take -xarch=v9 should use -m64 instead
> -----------------------------------------------------------
>
> Key: XALANC-695
> URL: https://issues.apache.org/jira/browse/XALANC-695
> Project: XalanC
> Issue Type: Bug
> Components: XalanC
> Affects Versions: 1.10
> Environment: OpenSolaris Sun studio12 compiler.
> Reporter: Meena
> Fix For: 1.11
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> This patch fixes it.
> --- ./xml-xalan/c/runConfigure Tue Aug 16 16:48:26 2005
> +++ ./xml-xalan/c/runConfigure.new Thu May 28 01:17:13 2009
> @@ -387,8 +387,8 @@
> if test $platform; then
> case $platform in
> solaris)
> - bitstobuildDefines=" $bitstobuildDefines -xarch=v9 "
> - bitstobuildLink=" -xarch=v9 " ;;
> + bitstobuildDefines=" $bitstobuildDefines -m64 "
> + bitstobuildLink=" -m64 " ;;
> aix)
> bitstobuildDefines=" $bitstobuildDefines -q64 -qwarn64 " ;;
> hp-11)
--
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]