Hello!
I've problem. I've big mess in my head now.
I make projekt on linux and i want to static linking SFML 1.6. How to get in easiest way static libs?
I donwload from yours page SFML full SDK, and... ? I need to compile SFML? Or is way to make from *.so static lib *.a ?
//
ok, i compile SFML, and have *.a files.
I have linker errors, that comand is good ?
g++ -static main.o -L/home/akwes/libs/SFML-1.6/lib -lsfml-graphics-s -lsfml-window-s -lsfml-system-s