--- Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > ok, so I did investigate a little further. make > testj > works fine (all tests pass) if I don't pass the > --optimize flag to Configure.pl.
Ok, so optimizations break things - why not add more. Interestingly, adding more aggressive options make it start working. --ccflags='-march=i686 -O3 -s -funroll-loops -fomit-frame-pointer' --debugging=0 everything works again (and is quite fast). My guess was -march=i686 In IRC Dan said it might be a faulty assumption on our part or on gcc's. The gcc that ships with RH9 was 3.2.2 fwiw Cheers Joshua Gatcomb a.k.a. Limbic~Region