I need some help installing julia on the Amazon EC2. I chose Linux Server and after installing a few packages (like git, gcc,..) I was able to compile julia by typing
git clone https://github.com/JuliaLang/julia.git cd julia git checkout release-0.4 make All seemed to work fine, so I created an image and loaded it on a bunch of other instances. Starting julia on these instances gave me an error: ERROR: Target architecture mismatch. Please delete or regenerate sys.{so,dll,dylib}. Is there anything I can do to prevent this from happening? Maybe setting MARCH or JULIA_CPU_TARGET when compiling julia? Thanks, Lars
