in reply to Re: "force string context"?
in thread "force string context"?

But to use 64int I need a 64bit CPU?

And what is the option to enable that? I never compiled in this way and I'm interested to make some tests.

Graciliano M. P.
"Creativity is the expression of the liberty".

Replies are listed 'Best First'.
Re: "force string context"?
by Abigail-II (Bishop) on Apr 16, 2004 at 21:21 UTC
    But to use 64int I need a 64bit CPU?
    No, all you need is a compiler being able to deal with it.

    For compiling options, please read the INSTALL, README and README.<your OS> files that come with the source.

    Abigail