Peter Plessas wrote:
in the meantime, just remove the "-msse2" flag (and make sure that the "-mmmx" flag stays, so you have at least _some_ benefit) from the Make.config (_after_ configure)
Ah, so this means that the ./configure --disable-SIMD stays valid and the -msse2 is to be removed in addition?
no, the "--disable-SIMD" will remove the "-msse2" by itself. but it will also remove the "-mmmx" which you might want to keep. so: run configure (without "--disable-SIMD") and then remove the "-mmse2".
mfg.adsr. IOhannes