Not a problem but does Mathomatic build as a 64 bit app on Mac OS/X?

Asked by wizard

The summary pretty much sums it up, I'm wondering of mathomatic builds as a 64 bit app on Mac OS/X? For that matter does it built 64 bit on Linux.

Question information

Language:
English Edit question
Status:
Answered
For:
Mathomatic Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
George Gesslein II (georgegesslein) said :
#1

Under Mac OS X Leopard and Linux, Mathomatic can be compiled to use a 64 bit architecture using the following commands:

    make clean
    CFLAGS=-m64 LDFLAGS=-m64 make READLINE=1
    make test

It appears to be only 10 percent faster than using 32 bit code.
Mac OS X Snow Leopard compiles to 64 bit code by default, you need to use the -m32 option to compile for 32 bits there for comparison.

Thanks for the question!

Regards,
George Gesslein II

Revision history for this message
George Gesslein II (georgegesslein) said :
#2

Mathomatic compiles and runs under any machine architecture, 64-bit, 128-bit, etc. Mathomatic is available for 64-bit architectures in Ubuntu and Debian with "apt-get install mathomatic" on those architectures. No changes need to be made to the Mathomatic source code.

Regards,
George Gesslein II

Can you help with this problem?

Provide an answer of your own, or ask wizard for more information if necessary.

To post a message you must log in.