Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add builds with \MD flag for building Python extensions #673

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tkralphs
Copy link
Member

@tkralphs tkralphs commented Oct 4, 2024

Try adding builds with the \MD flag.

@tkralphs tkralphs changed the title Update windows-ci.yml Add builds with \MD flag for building Python extensions Oct 4, 2024
@jhmgoossens
Copy link
Contributor

What is the aim? To build using the Microsoft runtime as DLL rather than the Microsoft runtime as static lib?

@jhmgoossens
Copy link
Contributor

jhmgoossens commented Oct 8, 2024

There's something wrong with the MSVC binaries built with MT: missing libgcc??
Also, apologies, I'm not sure what should be the outcome of "MT" or "MD" builds. Are we expecting either statically linked COIN libaries (MT), or DLLs for the CoinUtils etc. (MD)? Or are we merely talking only about how the MS runtime libraries themselves are used?

  • The PR 673 build for master:
    The MSVC MT binaries (~10MB zip) are NOT working due to missing libgcc_s_seh-1.dll and libstdc++-6.dll
    The MSVC MD binaries (~10MB zip) are working and no reference to libgcc_s_seh and libstdc++-6., and with CoinUtils-0.dll etc.

  • The PR 674 build for stable:
    The MSVC MT binaries (~14.7MB zip) are NOT working due to missing libgcc_s_seh-1.dll and libstdc++-6.dll
    The MSVC MD binaries (~17.7MB zip) are working and no reference to libgcc_s_seh and libstdc++-6., but no CoinUtils-0.dll etc. Only one large executable for Clp.exe and Cbc.exe

@tkralphs I hope I'm not misunderstanding something here? Or do I have wrong expectations?
For reference, see Issue 590.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants