Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.5
-
HPUX 11.31
-
Patch Available
Description
in configure script under the section hpux11, it sets
PLAT_CXXFLAGS="-Wc,-ansi_for_scope,on"
I dont know where this is a valid option, but it is not on my system and this causes problems. I change this to
PLAT_CXXFLAGS="-AA"
and this seems to work fine
Please add on trunk