[gcc/HP-UX/IPF] error configuring for LP64
------------------------------------------
Key: STDCXX-929
URL: https://issues.apache.org/jira/browse/STDCXX-929
Project: C++ Standard Library
Issue Type: Bug
Components: Configuration
Affects Versions: 4.2.1
Environment: $ gcc -dumpversion; uname -srm; model
3.4.3
HP-UX B.11.23 ia64
ia64 hp server rx2600
Reporter: Martin Sebor
Assignee: Martin Sebor
Fix For: 4.2.2
The library fails to configure for gcc on HP-UX/IPF in wide (LP64) mode:
{noformat}
$ nice gmake BUILDTYPE=12D
BUILDDIR=/house/sebor/build/stdcxx-4.2.1-gcc-3.4.3-12D
GNUmakefile:315: "CONFIG not specified, using gcc.config"
creating BUILDDIR=/house/sebor/build/stdcxx-4.2.1-gcc-3.4.3-12D
generating /house/sebor/build/stdcxx-4.2.1-gcc-3.4.3-12D/makefile.in from
/house/sebor/stdcxx-4.2.1/etc/config/gcc.config
gmake[1]: Entering directory `/house/sebor/build/stdcxx-4.2.1-gcc-3.4.3-12D'
gmake[2]: Entering directory
`/house/sebor/build/stdcxx-4.2.1-gcc-3.4.3-12D/include'
gmake config
gmake[3]: Entering directory
`/house/sebor/build/stdcxx-4.2.1-gcc-3.4.3-12D/include'
configuring stdcxx 4.2.1 for gcc-3.4.3 on hp-ux-b.11.23-ia64
checking if the compiler is sane no
int main () { return 0; }
gcc -pthread -I. -pedantic -nostdinc++ -O2 -m64 -W -Wall -Wcast-qual -Winline
-Wshadow -Wwrite-strings -Wno-long-long -Wcast-align -c a.cpp -o a.o
cc1plus: error: invalid option `64'
gmake[3]: *** [sane] Error 1
gmake[3]: Leaving directory
`/house/sebor/build/stdcxx-4.2.1-gcc-3.4.3-12D/include'
gmake[2]: *** [config.h] Error 2
gmake[2]: Leaving directory
`/house/sebor/build/stdcxx-4.2.1-gcc-3.4.3-12D/include'
gmake[1]: *** [config] Error 2
gmake[1]: Leaving directory `/house/sebor/build/stdcxx-4.2.1-gcc-3.4.3-12D'
gmake: *** [libstd] Error 2
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.