[ https://issues.apache.org/jira/browse/AXIS2C-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Olivier Mengué updated AXIS2C-1427: ----------------------------------- Attachment: AXIS2C-1427.patch Added a patch that fixes this issue. > 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 > Environment: Unix > Reporter: Olivier Mengué > Priority: Minor > 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.