Menu

#57 wxc-0.90.0.3 don't compiles on Windows

confirmed
closed-fixed
nobody
None
5
2014-07-01
2012-05-30
No

Log says: "gcc.exe: error: unrecognized option '--dll'"

After replacing
Windows -> ["--dll", "-shared",
to
Windows -> ["-Wl,--dll", "-shared",
in Setup.hs - it compiles.

Haskell Platform 2011.4.0.0 + tdm-gcc-4.6.1.exe

Discussion

  • Henk-Jan van Tuyl

    The current version compiles on my Windows XP system.

    GHC version: 7.6.3
    wxHaskell version: 0.90.1.0 (currently in Github repository)

     
  • Henk-Jan van Tuyl

    • status: open --> closed-fixed
    • Group: --> confirmed
     
  • Henk-Jan van Tuyl

    This is solved in the current GitHub version.

     

Log in to post a comment.