如何与SFML静态链接程序?

时间:2019-05-03 12:23:44

标签: linker mingw-w64

如何将程序与SFML链接?

编译参数MinGW64:

g ++ -c -std = c ++ 17 -flto -O2 code.cpp -Ic:\ Users \ 79994 \ Desktop \ code07734 \ COT

g ++ code.o -o代码-mwindows -static -Lc:\ Users \ 79994 \ Desktop \ code07734 \ COT \ lib -lsfml-system-s -lsfml-window-s -lsfml-graphics-s

第一键起作用!

第二个-

未定义对__imp__ZN2sf6StringC1EPKcRKSt6locale的引用

对`__imp_wglMakeCurrent'的未定义引用

对“ __SOMETHING ELSE”的未定义引用

0 个答案:

没有答案