This repository was archived by the owner on Jun 8, 2021. It is now read-only.
This repository was archived by the owner on Jun 8, 2021. It is now read-only.
Unable to compile rust-gnome\examples on Win: ld cannot find -limm32 #44
Closed
Description
OS: Win 7 64-bit in a brand new VM
Installed:
- rustc 1.1.0-nightly <97d4e76c2 2015-04-27> <built 2015-04-28>
- GTK 3.6.4 SDK (unzipped, added bin to path)
- win-builds with the following packages
- binutils
- gcc
- gettext
- gmp
- libmpc
- mingw-w64
- mpfr
- win-iconv
- winpthreads
- zlib
PATH order:
- win-builds bin folder, GTK bin folder, Rust bin folder
Steps to Reproduce
- Clone rust-gnome\examples
cargo build
ld: Cannot find -limm32
Judging by the very long error string, it looks like rust-gnome\gtk is failing because C:\win_builds\x86_64-w64-mingw32\lib32 folder (which has libimm32.a) is not included in the -L search locations.
Metadata
Metadata
Assignees
Labels
No labels