You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Olivier Mengué (JIRA)" <ji...@apache.org> on 2010/02/23 18:28:28 UTC

[jira] Commented: (AXIS2C-1427) guththilla/configure should not check for CXX as it is not used

    [ https://issues.apache.org/jira/browse/AXIS2C-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837330#action_12837330 ] 

Olivier Mengué commented on AXIS2C-1427:
----------------------------------------

Here is the patch for guththila:


AXIS2C-1427: guthilla: remove C++ compiler check

Index: ../guththila/configure.ac
===================================================================
--- ../guththila/configure.ac	(révision 900396)
+++ ../guththila/configure.ac	(copie de travail)
@@ -13,7 +13,6 @@
 
 dnl Checks for programs.
 AC_PROG_CC
-AC_PROG_CXX
 AC_PROG_CPP
 AC_PROG_LIBTOOL
 AC_PROG_INSTALL


> guththilla/configure should not check for CXX as it is not used
> ---------------------------------------------------------------
>
>                 Key: AXIS2C-1427
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1427
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.6.0, 1.7.0, Current (Nightly)
>         Environment: Unix
>            Reporter: Olivier Mengué
>            Assignee: S.Uthaiyashankar
>            Priority: Minor
>             Fix For: 1.7.0
>
>         Attachments: AXIS2C-1427.patch
>
>
> The following line is present in guththilla/configure.ac:
> AC_PROG_CXX
> However the C++ compiler is never used as all sources are pure C.
> This makes harder to build Axis2/C on environments where no C++ compiler is available or where it is broken (such as on AIX with Visual Age C++ 6 without a license manager). Workaround: configure CXX=cc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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