如何使用 make 命令 (MSYS) 构建 DCMTK?

How can I use make command(MSYS) to build DCMTK?

我已经使用CMAKE 配置和生成DCMTK 源代码。现在我正在尝试在 msys 中使用 make 命令构建库。但是一旦我通过 make 命令,我就会得到这个:

212715008@G5CG7324856E /c/Ashish/dcmtkans
$ make
> Microsoft Windows [Version 10.0.16299.726] (c) 2017 Microsoft
> Corporation. All rights reserved.

为什么我收到这个

Microsoft Windows [Version 10.0.16299.726] (c) 2017 Microsoft Corporation. All rights reserved.

通过 make 命令后?我无法构建库。我该如何解决这个问题?

如果你需要 MSYS make,那么你应该安装 base-devel 包并使用 make 命令,否则,如果你想在 MSYS 下使用 MINGW,那么你应该安装 mingw 相关包(请参阅此处的列表:https://github.com/msys2/msys2/wiki/Packages) and use mingw32-make (For some reason they named differently, there some thoughts/answers on that Does mingw32-make be renamed to make?