Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Portability: LLVM error when running in different architecture #39

Open
joaquimg opened this issue Oct 30, 2017 · 0 comments
Open

Portability: LLVM error when running in different architecture #39

joaquimg opened this issue Oct 30, 2017 · 0 comments

Comments

@joaquimg
Copy link

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 dhoegh/BuildExecutable.jl#47
and
https://discourse.julialang.org/t/cpu-target-of-standard-windows-64-bit-download/2885/5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant