[HP aCC 6.13] version incorrectly detected
------------------------------------------
Key: STDCXX-434
URL: https://issues.apache.org/jira/browse/STDCXX-434
Project: C++ Standard Library
Issue Type: Bug
Components: Configuration
Affects Versions: 4.2
Environment: HP aCC 6.13
Reporter: Martin Sebor
Assignee: Martin Sebor
Priority: Blocker
Fix For: 4.2
Building the library with aCC 6.13 produces the following syntax errors
suggesting that the compiler version is not being detected correctly (which is
likely to lead to misconfiguration due to incorrectly chosen compiler options):
$ nice gmake BUILDTYPE=12D BUILDDIR=/build/sebor/stdcxx-aCC-6.13-12D
GNUmakefile:289: "CONFIG not specified, using acc.config"
/bin/sh: [Nov: Syntax error
/bin/sh: [Nov: Syntax error
/bin/sh: [Nov: Syntax error
creating BUILDDIR=/build/sebor/stdcxx-aCC-6.13-12D
generating /build/sebor/stdcxx-aCC-6.13-12D/makefile.in from
/amd/devco/sebor/stdcxx/etc/config/acc.config
/bin/sh: [Nov: Syntax error
/bin/sh: [Nov: Syntax error
/bin/sh: [Nov: Syntax error
gmake[1]: Entering directory `/build/sebor/stdcxx-aCC-6.13-12D'
gmake[2]: Entering directory `/build/sebor/stdcxx-aCC-6.13-12D/include'
gmake config
gmake[3]: Entering directory `/build/sebor/stdcxx-aCC-6.13-12D/include'
configuring for aCC-[Nov on hp-ux-b.11.23-ia64
checking if the compiler is sane ok (invoked with aCC)
checking if the linker is sane ok (invoked with aCC)
checking system architecture LP64 big endian
...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.