I have both a dev environment in Ubuntu and Windows10, I am trying to cross-compile a binary for windows. When I set SFML_STATIC I get this error:
error: could not find native static library `sfml-system-s`, perhaps an -L flag is missing?
I have both tried using the information in the Wiki (both installing via pacman and manually). I can see that the sfml-system-s.a and sfml-system-s-d.a` both exist in the libs folder.
I'm not really sure how to coax the build to complete so that I don't have have SFML DLLS installed in order for my program to run
I have both a dev environment in Ubuntu and Windows10, I am trying to cross-compile a binary for windows. When I set
SFML_STATIC
I get this error:I have both tried using the information in the Wiki (both installing via pacman and manually). I can see that the
sfml-system-s.a
and sfml-system-s-d.a` both exist in the libs folder.I'm not really sure how to coax the build to complete so that I don't have have SFML DLLS installed in order for my program to run