[
https://issues.apache.org/jira/browse/AXIS2C-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805819#action_12805819
]
S.Uthaiyashankar commented on AXIS2C-1427:
------------------------------------------
If configure could not find any C++ compilers, it should ignore and go ahead. I
tested this in an environment which doesn't have g++ or c++ installed, and
works correctly.
Can you please attach the error you are getting? Does the problem come only in
guththila? because, same marco is definied in axiom, util, and axis2/c
configure.ac files.
> 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.