You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "David Bertoni (JIRA)" <xa...@xml.apache.org> on 2005/09/17 01:47:54 UTC

[jira] Created: (XALANC-562) Makefile.incl.in uses an unnecessary link option for AIX

Makefile.incl.in uses an unnecessary link option for AIX
--------------------------------------------------------

         Key: XALANC-562
         URL: http://issues.apache.org/jira/browse/XALANC-562
     Project: XalanC
        Type: Bug
  Components: XalanC  
    Versions: CurrentCVS    
    Reporter: David Bertoni
 Assigned to: David Bertoni 
    Priority: Minor
 Attachments: patch.txt

We are still using the -brtl option on AIX, which is not necessary, and can have a negative impact on performance.

I am attaching a patch to fix this.  Committers, can you please review.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Closed: (XALANC-562) Makefile.incl.in uses an unnecessary link option for AIX

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-562?page=all ]
     
David Bertoni closed XALANC-562:
--------------------------------


Yes, we should probably move to using the C++ compiler command along with -qmkshrobj, but we should handle that in a different defect.

> Makefile.incl.in uses an unnecessary link option for AIX
> --------------------------------------------------------
>
>          Key: XALANC-562
>          URL: http://issues.apache.org/jira/browse/XALANC-562
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>     Priority: Minor
>  Attachments: patch.txt
>
> We are still using the -brtl option on AIX, which is not necessary, and can have a negative impact on performance.
> I am attaching a patch to fix this.  Committers, can you please review.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Resolved: (XALANC-562) Makefile.incl.in uses an unnecessary link option for AIX

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-562?page=all ]
     
David Bertoni resolved XALANC-562:
----------------------------------

    Resolution: Fixed

It looks like this got fixed in version 1.39 of Makefile.incl.in with the fix for XALANC-516.

> Makefile.incl.in uses an unnecessary link option for AIX
> --------------------------------------------------------
>
>          Key: XALANC-562
>          URL: http://issues.apache.org/jira/browse/XALANC-562
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>     Priority: Minor
>  Attachments: patch.txt
>
> We are still using the -brtl option on AIX, which is not necessary, and can have a negative impact on performance.
> I am attaching a patch to fix this.  Committers, can you please review.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Commented: (XALANC-562) Makefile.incl.in uses an unnecessary link option for AIX

Posted by "Dmitry Hayes (JIRA)" <xa...@xml.apache.org>.
    [ http://issues.apache.org/jira/browse/XALANC-562?page=comments#action_12331501 ] 

Dmitry Hayes commented on XALANC-562:
-------------------------------------

The patch looks ok , however , according to http://www.redbooks.ibm.com/redbooks/SG245674/wwhelp/wwhimpl/js/html/wwhelp.htm , Paragraph 11.2.2 , "You should use the -qmkshrobj option instead of the makeC++SharedLib command when creating a shared object." Should we consider to get rid of the obsolete coptions like  makeC++SharedLib_r ? Thanks!

> Makefile.incl.in uses an unnecessary link option for AIX
> --------------------------------------------------------
>
>          Key: XALANC-562
>          URL: http://issues.apache.org/jira/browse/XALANC-562
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: CurrentCVS
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>     Priority: Minor
>  Attachments: patch.txt
>
> We are still using the -brtl option on AIX, which is not necessary, and can have a negative impact on performance.
> I am attaching a patch to fix this.  Committers, can you please review.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org