Skip to content

rustc.exe depends on winpthreads #13501

Closed
@klutzy

Description

@klutzy

Buildbot seems to use mingw-w64 package from mingw-builds with "thread=posix" option. In this setting, libstdc++-6.dll depends on libwinpthread-1.dll. Thus llvm binaries and rustc.exe/rustdoc.exe depend on it.
The dependency can be dropped by re-installing mingw-builds with "thread=win32" option.

cc @brson @vadimcn

Metadata

Metadata

Assignees

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