Blitz logo

Blitz Support :

From: Theodore Papadopoulo (Theodore.Papadopoulo_at_[hidden])
Date: 2005-02-24 07:48:39


On Thu, 2005-02-24 at 12:33 +0100, Einar Otnes wrote:
> that it might be due to the
> "-strict_ansi" option which should be turned off. How do I do that?
> I've
> tried "--disable-strict_ansi" but that made no effect.

>From the webpage you cite, I'd suggest typing (but I have no ways to
check):

make CXXFLAGS="" lib (or whatever else)

in m4/ac_cxx_flags_preset.m4 for the icc configuration there is:
CXXFLAGS="-strict_ansi"
which is clearly wrong with gcc's 3.3.2 headers. Changing this file
might also work but then you need to regenerate the configure scripts.