我试图用图形界面创建一个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'
我该如何解决或解决它?