[
https://issues.apache.org/jira/browse/AXIS2C-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806345#action_12806345
]
Olivier Mengué commented on AXIS2C-1427:
----------------------------------------
The problem I had was that the C++ compiler was not correctly configured (no
license manager available). This made any call to C++ compiler last for 10
minutes, and fails. So this made the 'configure' last a very long time while
the C++ compiler was finally not used at all !
I have now fixed this problem, but checking for AC_PROG_CXX is useless for most
of Axis2/C.
I have a patch that removes AC_PROG_CXX from every configure.ac except the top
one as it may be used for qpid transport.
> 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.