Re: Building 4.1.0 on Ubuntu 14.04.2 LTS
- Posted by mattlewis (admin) Apr 13, 2015
- 1785 views
bugmagnet said...
Pastey typescript of failed build of 4.1.0 in Ubuntu Trusty and 2nd part
I had bits of a previous install clouding the picture, so I removed all sign of euphoria 4.0.5 and 4.1.0 from the system before running the above.
That pastey looks like what happens when you don't have euphoria installed and don't have pre-translated source. The missing references in the linker messages should come from the translated sources. In order to translate a 64-bit euphoria build, you'll need a 4.1 interpreter (4.1 32-bit will cross translate for 64-bit).
If you don't want to install, you can just grab a translator and configure the path to it:
./configure --eubin ~/bugmagnet/Downloads
...or wherever it ends up.
Matt
Matt