Re: Compile Euphoria 4.1 from source
- Posted by mattlewis (admin) Feb 24, 2014
- 1625 views
Thank you for your answers.
You should be able to use 4.0.5 to build a 4.1 binary. However, you'll only be able to build a 32-bit version using 4.0. Once you have a working 32-bit 4.1 interpreter, you can use that to build 32 or 64 bit binaries.
I've experienced what you've said already: under Arch x86_64 the 4.1 interpreter segfaults even with the trivial hello world program. I will follow your instructions and build a 4.1 interpreter under an x86 Arch install.
Will it be safe to use the 32-bit 4.1 interpreter to translate the source files under x86 and then transfer them to the x86_64 box in order to build Euphoria 4.1 x86_64 without-euphoria?
Yes, that's what I meant by, "Once you have a working 32-bit 4.1 interpreter, you can use that to build 32 or 64 bit binaries." We should definitely record how to make those packages, though.
Matt