0 Members and 1 Guest are viewing this topic.
-lsfml-system -s......
-lsfml-system-s
-lsfml-system-s-lsfml-window-s-lsfml-graphics-s
When linking to multiple SFML libraries, make sure you link them in the right order, as it's important for MinGW. The rule is the following : if library XXX depends on (uses) library YYY, put XXX first and then YYY. An exemple with SFML : sfml-graphics depends on sfml-window, and sfml-window depends an sfml-system. The link options would be as follows :-lsfml-graphics-lsfml-window-lsfml-system
-lsfml-graphics-s-lsfml-window-s-lsfml-system-s