0

我正在使用 minGW 和 Win7。
我用参数“-Wl,-subsystem,windows”编译了一个代码,它在 cmd 中完成。但是当我在 PowerShell 中做同样的事情时,g++ 抱怨说:

g++.exe: error: unrecognized command line option '-Wl'
g++.exe: error: unrecognized command line option '-subsystem'
g++.exe: error: windows: No such file or directory

我可以通过用“-mwindows”替换参数来修复它。

PowerShell 和 g++ 参数“-Wl,-subsystem”是怎么回事?

4

0 回答 0