Frank Jensen <Frank.Jensen(a)hugin.com> writes:
Vin Shelton writes:
> Compiler: gcc -O2 -pipe -ffast-math -fno-exceptions
I notice that you are not using the -fno-strict-aliasing
"pessimization" option, which is used when "configure" itself
decides
the compiler options. Since this option is usually used when the
source code makes dubious casts, I was wondering whether it is
considered no longer needed?
IIRC, this option is no longer needed. We fixed the aliasing problems
some time ago in the 21.4 code base.
> Compiler version: gcc (GCC) 3.4.3
Hmm. My output says:
Compiler version: gcc: `-V' option must have argument
Are you using modified source code?
Nope. Jerry put the ability to check compiler version in awhile ago.
My build script specifies a compiler of CC=gcc; I wonder if that makes a
difference?
- Vin