Issue 13889 - mscoff32 libs not available
Summary: mscoff32 libs not available
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: x86 Windows
: P1 enhancement
Assignee: No Owner
URL:
Keywords: pull
: 14869 (view as issue list)
Depends on:
Blocks:
 
Reported: 2014-12-23 04:25 UTC by Manu
Modified: 2015-09-27 17:07 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Manu 2014-12-23 04:25:56 UTC
The current beta supports mscoff output for 32bit code, but there are no coff32 libs present (druntime, phobos, curl, etc).

Can they be built and bundled with DMD in the future, so that we can use mscoff32 out of the box?
Comment 1 Martin Nowak 2015-08-04 23:17:42 UTC
*** Issue 14869 has been marked as a duplicate of this issue. ***
Comment 2 Martin Nowak 2015-08-04 23:21:01 UTC
I was just looking at including this into 2.068.0. Shouldn't be too difficult but unfortunately noone yet bothered to write the necessary phobos makefile rules.
It will have to wait for another release b/c I can no longer delay this one.
Comment 3 Martin Nowak 2015-08-04 23:32:41 UTC
Actually Rainer did add those rules, but they were merged only recently.
https://github.com/D-Programming-Language/phobos/pull/3150

Will try to get this into the next point release.
Comment 4 Manu 2015-08-05 00:05:11 UTC
Awesome, thanks Martin!
You're making a world of difference here :)
Comment 5 Martin Nowak 2015-08-26 11:34:31 UTC
Can you please try this preview.
https://dlang.dawg.eu/downloads/dmd.stable~fix13889/
Comment 7 github-bugzilla 2015-08-29 09:03:03 UTC
Commits pushed to stable at https://github.com/D-Programming-Language/installer

https://github.com/D-Programming-Language/installer/commit/95ace32ecf6ef403b376eb9d7f11612110beea47
fix Issue 13889 - mscoff32 libs not available

https://github.com/D-Programming-Language/installer/commit/d89c734cc27dafb982455038fd17dac6493b8d38
Merge pull request #142 from MartinNowak/m32mscoff

fix Issue 13889 - mscoff32 libs not available