g ++错误无法识别的命令行选项-mwindows

时间:2018-07-15 20:50:36

标签: c++

我试图用图形界面创建一个c ++应用程序,因此我想用SDL实现OpenGL。我正在使用适用于Windows 10的Ubuntu子系统。我已经安装了sdl和gl库,但是现在使用
编译代码时 g++ -o glpractice glpractice.cpp -Wall $(sdl-confiig --cflags --libs) $(pkgconf gl --libs)
 它返回错误
g++: error: unrecognized command line option '-mwindows'
我该如何解决或解决它?

0 个答案:

没有答案