You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.
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!
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:
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
The text was updated successfully, but these errors were encountered: