Skip to content
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
@andrewd18

Description

@andrewd18

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

  1. Clone rust-gnome\examples
  2. cargo build
  3. 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

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