Skip to content

rust-native & rust-cross: "error: multiple dylib candidates for std found" #6

Closed
@codyps

Description

@codyps

Need to be more careful about how we tell rustc's build process to search for libraries to link against, in particular we need to convince it not to search ${libdir} when doing the initial builds.

The problem there is the search of ${libdir} is:

  • necessary to find rust-llvm
  • is also part of our generated target.json (so invocations of the final rustc to build other things look in ${libdir}).

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