configure option --disable-simd-accel and maybe
--disable-cmov-extension.
That turns of the -X86 optimizations.
A dog is rather fast I would think more of the speed of a turtle ;)
Thanks, Bernard. Can something be done to compile the .s files under
CygWin ?
Alfonso
-
Hallo
> When I add the .o files to the link spec the ld program dies with a
> segmentation fault. This is (first assumption) because the output format
> of nasm is set to a different one than ld expects in CygWin. However,
> changing the output format of nasm to gnuwin32 makes the assembler
> comp
Tried to compile 1.6.2 under CygWin and everything went Ok, except for a
few data type mismatches (using uint_32t vs. unsigned int and such) that
were flagged by the compiler and easily solved. The only problem that
remains is mpeg2enc. I don't need it right now but it would be great to
have it