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?
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?
Best regards,
Frank Jensen