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

Portability: LLVM error when running in different architecture #39

@joaquimg

Description

@joaquimg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions