warning overriding '/MD' with '/MT' and error The object or library file was created with an older compiler than other objects; rebuild old objects and libraries #3228
Unanswered
nengxingxu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Errors and warnings occur when I compile python's C++ binary under Windows
this is warning:
cl : Command line warning D9025 : overriding '/MD' with '/MT'
this is link error:
fatal error C1047: The object or library file was created with an older compiler than other objects; rebuild old objects and libraries
How can I remove the default /GL and /MD option to compile in cl.exe, Because I am using /MT.
How can I remove the default /LTCG option to link in link.exe.
Beta Was this translation helpful? Give feedback.
All reactions