"Trass3r" <[email protected]> wrote in message news:op.v8flqsr63ncmek@enigma...Couldn't it be handled by a special switch on 64 bit compilers, and disabled normally?Theoretically yes, but it would destroy the original intention.Ensuring 64 bit compatibility is as easy as compiling with -m64 from time to time, but some people can't be bothered.Or they're on windows.
-m64 -o- should work on Windows regardless.
