From: SourceForge.net <no...@so...> - 2012-05-30 12:02:16
|
Bugs item #3530781, was opened at 2012-05-30 05:02 Message generated for change (Tracker Item Submitted) made by stranger1234 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3530781&group_id=73133 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: stranger1234 (stranger1234) Assigned to: Nobody/Anonymous (nobody) Summary: wxc-0.90.0.3 don't compiles on Windows Initial Comment: 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536845&aid=3530781&group_id=73133 |