static-julia icon indicating copy to clipboard operation
static-julia copied to clipboard

Portability: LLVM error when running in different architecture

Open joaquimg opened this issue 7 years ago • 0 comments

I have successfully compiled all my programs and used them in my computer (windows 10). But I am having portability issues.

When I compile on my "windows 10 64bits core i7-5500U" it works on all other i7 I could test on. However, when I use that on an amazon "Windows Server2012-R2 with Intel Xeon E5-2670 v2" I get the following error:

LLVM ERROR: Program used external function 'rint' which could not be resolved!

rint seems to be from openlibm.

Probably related to https://github.com/dhoegh/BuildExecutable.jl/issues/47 and https://discourse.julialang.org/t/cpu-target-of-standard-windows-64-bit-download/2885/5

joaquimg avatar Oct 30 '17 18:10 joaquimg